Fork of Altered_Beast
You’ll need to activate the sendgrid heroku addon for your app. If you do not, you will run into an EAFNOSUPPORT error.
heroku addons:add sendgrid
Again, if Sendgrid isn’t turned on, this will silently error when it tries to save the initial user.
heroku rake heroku:bootstrap['your_site_name','yourapp.heroku.com']
username/password: heroku
Enjoy.