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
Post a Comment