Emilio DSouza

Joined

810 Experience
8 Lessons Completed
0 Questions Solved

Activity

Posted in Deploying To Production on Heroku with Puma Discussion

You can now add a "Release Phase" to Heroku Procfile to script automatically the rake db:migrate, e.g.

release: bundle exec rake db:migrate