错误:Sprockets::Rails::Helper::AssetNotFound in Restaurants#index
Showing /Users/juliencorbin/code/JulienCorb/myapp/app/views/components/_explanations.html.erb where line #13 raised:
The asset "myasset.png" is not present in the asset pipeline.
我什么都没改变!我像往常一样启动了rails开发服务器,并且{em>所有我myapp/app/assets/images/
中的图像都出现以下错误。
例如,我以这种方式在我的观看中使用我的图片:<%= image_tag("myasset.png")%>
我尝试运行rails tmp:cache:clear
然后rails assets:precompile
,但它无效。
我真的不知道它可能来自哪里,我只是把这个项目搁置了两天,然后从事一个反应项目。所以两个项目之间可能存在联系,但我看不出有什么延伸。
任何想法?
答案 0 :(得分:0)
您只需要做rails db:setup。