This project is archived and is in readonly mode.
Changeset [515ea955b6a80ab9f527ad0f6dcc25a17688a02c] by Prem Sichanugrist
February 25th, 2011 @ 06:03 PM
Always use ActionDispatch::ShowExceptions middleware [#6462 state:resolved]
This will make sure the application will raise
ActionController::RoutingError
in case "X-Cascade:
pass" header was set, usually when there's no route match.
https://github.com/rails/rails/commit/515ea955b6a80ab9f527ad0f6dcc2...
Committed by Prem Sichanugrist
- A railties/test/application/middleware/show_exceptions_test.rb
- M railties/lib/rails/application.rb
- M railties/test/application/middleware_test.rb
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>