Search code examples
herokuheroku-postgres

Rails app wont set database.yml


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?


Solution

  • 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)