aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/middleware/show_exceptions_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Split ShowExceptions responsibilities in two middlewares.José Valim2011-12-011-89/+0
|
* Allow rescue responses to be configured through a railtie.José Valim2011-12-011-0/+29
|
* fix exception page when template contains utf-8 and parameters contain utf-8lest2011-11-301-11/+30
|
* Solve the RAILS_ENV problem in the railties tests in a more generic wayJon Leighton2011-06-061-0/+4
|
* Always use ActionDispatch::ShowExceptions middleware [#6462 state:resolved]Prem Sichanugrist2011-02-251-0/+37
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.