bundle exec rake assets:precompile - database configuration does not specify adapter

后端 未结 7 2033
梦毁少年i
梦毁少年i 2020-12-16 18:54

After 24 hours of trying to find the problem with my app. I finally found the problem.

I ran

rake assets:precompile RAILS_ENV=production

7条回答
  •  渐次进展
    2020-12-16 19:35

    What worked for me was this:

    rake assets:precompile RAILS_ENV=production

    Access your server via ssh and type that command in, it should do the trick.

提交回复
热议问题