我将图像添加到 /app/assets/images 文件夹 logo-small.jpg
然后我将此行添加到我的视图中
= link_to image_tag('logo-small.jpg'), root_path, :class => 'brand'
然后我预编译,
rake assets:precompile RAILS_ENV=production
git add、git commit 和 git push heroku master。推动工作。
我仍然收到错误
ActionView::Template::Error (logo-small.jpg isn't precompiled):
为什么?
编辑:我尝试了其他图像,它们很好。Heroku 的 logo 和 logo-small 有问题,但其他图像没有。wtf??