I recently updated my rails application to rails 5.2 and Ruby Version 2.3.3 to my surprise, a development error in the browser is not showing up as error anymore but with the message
We are sorry, something went wrong
If you are the application owner please check logs
while,
config.consider_all_requests_local = true
is present in my development.rb file.
and running RAILS_ENV=development rails s
too doesn't help
And all changes I made was by following the rails guide only.
A similar thread exists with no conclusion: here Thanks in advance