When starting my rails server in test environment (rails s -e test
), something is rescuing exceptions and outputs instead "Unexpected error while processing request: ...error here...". I get the backtrace in development mode.
Who is it, and how can I disable that? I need the full backtrace, not just the error that was raised!
I'm using Rails 3.2.3, Ruby 1.9.3, rspec, capybara, capybara-webkit
Setting config.action_dispatch.show_exceptions = true
in test.rb
did the trick for me.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With