rails 3.1.0 ActionView::Template::Error (application.css isn't precompiled)

前端 未结 14 1692
自闭症患者
自闭症患者 2020-11-27 09:02

I made a basic rails app with a simple pages controller with an index function and when I load the page I get:

ActionView::Template::Error (application.css i         


        
14条回答
  •  一生所求
    2020-11-27 09:20

    if you think you followed everything good but still unlucky, just make sure you/capistrano run touch tmp/restart.txt or equivalent at the end. I was in the unlucky list but now :)

提交回复
热议问题