Ruby on Rails Rake assets:precompile error

后端 未结 7 1440
-上瘾入骨i
-上瘾入骨i 2020-12-06 00:22

I\'m new in Rails development and this is my first deployment to Heroku. When I execute my application (after the deployment) there is an error:

2011-09-18T2         


        
相关标签:
7条回答
  • 2020-12-06 01:18

    Yes like Simpleton posted above the PG gem is causing the problem. Imo a better solution would be to move the PG gem inside production in your gemfile and run; bundle install --without production Then you should be able to run the rake task without problems

    0 讨论(0)
提交回复
热议问题