Run Rails migrations automatically on Heroku
Heroku has a beta feature called release phase that allows you to run commands automatically when you deploy your app. The most use case for Rails developers to is automatically run database migrations on deploy. Here’s a walkthrough
Post a comment