在 Rails 3.2.3 应用程序中,我遇到一个错误,在部署到 heroku 时类似于以下内容:-
Started GET "/" for 59.xx.xx.xx at 2012-xx-xx xx:xx:xx +0000
Completed 500 Internal Server Error in 62ms
ActionView::Template::Error (style.css isn't precompiled)
所以,事实证明:样式表由于某种原因没有被预编译(是的,我尝试了 assets:precompile)。
要解决这个问题,首先我必须在我的开发盒上重现这个错误,这样我可能知道出了什么问题。
因此,我的问题是:
如何在我的机器上重现此问题?