我只是将我的repo克隆到我的服务器并为它创建了一个vhost。
但是我一直在接受:
ActionView::Template::Error (application.css isn't precompiled):
我已经执行了RAILS_ENV=development bundle exec rake assets:precompile
我在apache2 error.log中仍然遇到同样的错误,当我尝试访问我的网站时,我只看到:
We're sorry, but something went wrong.
We've been notified about this issue and we'll take a look at it shortly.
有什么想法吗?
谢谢!
答案 0 :(得分:1)
在config / environments / development.rb文件中添加以下行
config.assets.manifest = Rails.root.join("public/assets")
然后重新启动服务器并检查。
如果你的espectator.git没有结账。
然后尝试运行bundle install
。如果没有解决,请尝试运行bundle install --deployment