Ruby on Rails Rake assets:precompile error

后端 未结 7 1445
-上瘾入骨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:12

    Oh, this is an easy one. Your PG gem is breaking your rake task. You can either go the long route to try to fix it, or you can try commenting it out from your gemfile in order to run the precompile.

提交回复
热议问题