When I browse the site I get:
We're sorry, but something went wrong.
as I've seen its a 500.html
file, so its some internal server error, but how can I make display those errors?
I've tried this:
1) putting ENV['RAILS_ENV'] ||= 'development'
in environment.rb, but nothing happened
2) config.log_level = :any
, then looked at the production.log, but there is not 500 errors
Or what I need to write in the 500.html to see errors?, or just display it no matter how.