ruby on rails - Heroku page displays an error while "heroku logs" do not -


my heroku-hosted rails site showing error has occurred, when run heroku logs no error listed. show action causing error lists same way every other successful action.

this first time heroku logs hasn't displayed errors site. has had problem before , found solution?

for rails 4, add rails_12factor gem gemfile in order detailed logs of application. additionally fixes other weired problems heroku too.

add gemfile:

gem 'rails_12factor'


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

android - layout with fragment and framelayout replaced by another fragment and framelayout -