「申し訳ありませんが、Railsアプリケーションを読み込もうとすると、問題が発生しました。実行すると、次のページが表示されます。
tail -f log/production.log
私は得る
ActionView::Template::Error (rails.png isn't precompiled)
私は走りました
RAILS_ENV=production rake assets:precompile
現在のディレクトリから。
「申し訳ありませんが、Railsアプリケーションを読み込もうとすると、問題が発生しました。実行すると、次のページが表示されます。
tail -f log/production.log
私は得る
ActionView::Template::Error (rails.png isn't precompiled)
私は走りました
RAILS_ENV=production rake assets:precompile
現在のディレクトリから。
ここで答えを見つけました
Ruby on Rails 3.1 アセット:プリコンパイルとイメージ
/current/config/environments の production.rb ファイルで config.assets.compile = false を config.assets.compile = true に変更します。