aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware/debug_exceptions.rb
Commit message (Expand)AuthorAgeFilesLines
* Action pack logger methodschanged to active supoort Logger methodsKarunakar (Ruby)2011-12-221-1/+1
* ShowExceptions should understand X-Cascade responses from exceptions app.José Valim2011-12-161-1/+0
* Close the response body on cascade pass, closes #3975.José Valim2011-12-141-0/+2
* log exception backtrace when all backtrace lines silencedSergey Nartimov2011-12-131-1/+4
* Fix failing cascade exception.José Valim2011-12-031-1/+2
* Split ShowExceptions responsibilities in two middlewares.José Valim2011-12-011-0/+77