aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware/debug_exceptions.rb
Commit message (Expand)AuthorAgeFilesLines
* Rename RouteInspector to RoutesInspectorCarlos Antonio da Silva2012-07-081-2/+1
* move route_inspector to actionpack@schneems and @mattt2012-07-071-5/+7
* show routes while debugging RoutingErrorschneems2012-07-071-1/+12
* 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