これは、heroku の production.logs を見ると次のようになります。
Completed 200 OK in 63ms (Views: 6.0ms | ActiveRecord: 50.3ms)
Processing by EventsController#show as HTML
Parameters: {"id"=>"2"}
Rendered events/show.html.erb within layouts/application (3.7ms)
Completed 500 Internal Server Error in 15ms
すべてがローカルで機能し、db:push を使用してデータベースを heroku にプッシュしました。役に立たない上記の行よりも堅牢なherokuのログはありますか?