/authentication

User Authentication with confirmation e-mail, using Devise

Primary LanguageRuby

DeviseAuth

User Authentication using Devise.

inside root directory:
$ bundle install
$ rake db:migrate
$ rails server


view in heroku:
https://warkentien2-deviseauth.herokuapp.com/

note:

Used Heroku e-mail authentication with SendGrid
must pay to enable a worker process to handle job
after paying, run:
$ heroku ps:scale worker=1