devise invitable - How do I build a beta app using Ruby on Rails? -
i building rails app, want build beta version first, understand how users use platform.
in home page, it'll have email input , button interested users submit email.
so need store email in database. considering create table named "interested_users" (or that), store users email.
and data, i'll send invite specific users using "devise_invitable" gem.
is approach right? exist better solution?
thanks in advance, guys.
edit: tried was: have application in rails. i'm trying closed beta, few users. i'm not trying build landing page rails. it's overkill. want closed few users.
all need html landing page mailing list subscribe form (like mailchimp), , perhaps social media links.
building rails app landing page seems overkill.
Comments
Post a Comment