aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/show_exceptions_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Show detailed exceptions no longer returns true if the request is local in ↵José Valim2011-12-161-1/+5
| | | | production.
* Extract the rendering of public exceptions pages into a Rack app.José Valim2011-12-161-1/+1
|
* Fix diagnostics page for routing errors.José Valim2011-12-151-3/+10
|
* Split ShowExceptions responsibilities in two middlewares.José Valim2011-12-011-0/+1
|
* Warnings removed. (ambiguous first argument)kennyj2011-11-241-3/+3
|
* move show_detailed_exceptions? to Rescue modulelest2011-11-221-2/+2
|
* refactor show exceptions testslest2011-11-221-0/+59