I just got a “We’re sorry, but something went wrong.” message while
developing my Rails app. I didn’t expect such a message to be displayed
in development mode - is this normal? And if so, in what cases will be
displayed an exception error and when this 500 message?
I just got a “We’re sorry, but something went wrong.” message while
developing my Rails app. I didn’t expect such a message to be displayed
in development mode - is this normal? And if so, in what cases will be
displayed an exception error and when this 500 message?
Thanks for information.
Josh
I also had this error in development mode.
It was a problem of incorrect number of ‘end’
I found the error thanxs to the log files.
I just got a “We’re sorry, but something went wrong.” message while
developing my Rails app. I didn’t expect such a message to be
displayed
in development mode - is this normal? And if so, in what cases will be
displayed an exception error and when this 500 message?
That could be caused by all sorts of things. Look in log/
development.log for clues.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.