I have a new rails application that i try to deploy to Heroku. However the database.yml build step is skipped.
When i do heroku run bash
and cat config/database.yml
I don't see any changed made by Heroku.
I already tried recreating the Heroku app, but that didn't solve the problem
Is there anything i'm missing at this point?
It turns out that Heroku has stopped writing the database.yml in the buildpack for rails 4.1 (https://devcenter.heroku.com/changelog-items/426)