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

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -