Ask A Question

Notifications

You’re not receiving notifications from this thread.

How do I build a beta invite system?

Rafid Hoda asked in Gems / Libraries

Hi! I'm getting ready to release a beta for my rails app and I was wondering if there is an easy way(perhaps a gem?) to build an invite system, so that only users that receive an invite through email can sign up on the site? Existing users should have the ability to invite friends.

Reply

I haven't made an episode on this yet, but I need to. I use https://github.com/scambra/devise_invitable for sending invitations. Basically it lets you create user records without a password, it invites them with an email, they can click the link to set their password and get setup. It's really nice.

I use this for the team accounts on GoRails which work similar to beta invites, where a user can invite other people.

Reply

Thanks Chris! That's just what I was looking for!

Reply
Hey Chris;
Have you made an episode on this yet?
Reply
That's pretty neat.  I've got to add it to my webapp.
Reply
Reply
Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 82,464+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.