Heroku error when launch rails3.1 app missing postgres gem

前端 未结 3 544
野的像风
野的像风 2020-12-16 15:02

I am trying to deploy to heroku.

Rails 3.1.0.rc4,

I get the following error from Heroku logs:

Starting process with command: `thin -p 48902          


        
3条回答
  •  猫巷女王i
    2020-12-16 15:23

    I found a solution in this Heroku article.

    As Jared said, they suggest to create a different group for postgresql.

提交回复
热议问题