5

我收到页面“我们很抱歉,但出现问题,当我尝试加载我的 Rails 应用程序时。当我运行

tail -f log/production.log

我明白了

ActionView::Template::Error (rails.png isn't precompiled)

我跑了

 RAILS_ENV=production rake assets:precompile

从当前目录。

4

1 回答 1

16

我在这里找到了答案

Ruby on Rails 3.1 资产:预编译和图像

在 /current/config/environments 的 production.rb 文件中将 config.assets.compile = false 更改为 config.assets.compile = true

于 2012-06-03T02:51:26.967 回答