I’m about to start my first rails app! 🙂
How do I make a simple registration like Heroku? The user just enters their email, then they get a confirmation email, then they fill out some profile info.
Remember, I have about zero Rails experience. Maybe I’m biting off more than I can chew…
Thoughts?
Edit
@Apneadiving: I’m getting this error when starting webrick after following your tutorial: syntax error, unexpected tIDENTIFIER, expecting keyword_end (SyntaxError)
...< 'password not match' password != password_confirmation
What am I doing wrong?
Use devise and the nice tutorial here.