/ 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 pushherokumaster。プッシュは機能します。
まだエラーが発生します
ActionView::Template::Error (logo-small.jpg isn't precompiled):
なぜ?
編集:私は他の画像を試しました、それらは大丈夫です。Herokuには、ロゴとロゴの小さい問題がありますが、他の画像には問題がありません。wtf ??