Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Rails 3: No errors reported on errors occurring in the middleware stack #76
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dlitz commentedMar 28, 2012
In Rails 3, errors occuring higher earlier in the middleware stack (e.g. in the ActiveRecord session store) do not get reported. This is because Rails 3 has no ActionController::Failsafe middleware, causing the Airbrake::Rack middleware to be inserted near the end of the middleware stack.