“postgresql gem is not loaded” error deploying a Ruby on Rails application on Heroku

后端 未结 4 1738
情书的邮戳
情书的邮戳 2020-12-17 15:50

I am trying to use postgresql with Ruby on Rails on Heroku but got an error

Specified \'postgresql\' for          


        
4条回答
  •  猫巷女王i
    2020-12-17 16:01

    I added the following version into my gemfile, and it is solved.

    gem "pg", "~> 0.18"

提交回复
热议问题