aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware/debug_exceptions.rb
Commit message (Expand)AuthorAgeFilesLines
* remove env access from debug_exceptionsAaron Patterson2015-08-231-10/+9
* ask the request if we should show exceptionsAaron Patterson2015-08-061-1/+2
* ExceptionWrapper doesn't need to know about `env`Aaron Patterson2015-08-061-1/+2
* Action View is needed for DebugExceptionsRafael Mendonça França2014-12-021-0/+2
* Refactor debug viewKir Shatrov2014-12-021-1/+29
* Merge pull request #17630 from gsamokovarov/exception-wrapper-source-extractGuillermo Iguaran2014-11-161-1/+1
|\
| * Rename #source_extract to #source_extracts in ExceptionWrapperGenadi Samokovarov2014-11-161-1/+1
* | Don't show full trace on routing errorsGenadi Samokovarov2014-11-161-1/+1
|/
* Move DebugExceptions#traces_from_wrapper to ExceptionWrapperGenadi Samokovarov2014-11-031-29/+1
* Show the user’s application in the source window and select the correct tra...Byron Bischoff2014-10-231-23/+33
* Retrieve source code for the entire stack traceRyan Dao2014-08-081-3/+32
* Display exceptions in text format for xhr requestKir Shatrov2013-08-221-13/+21
* remove begin-rescue in favor of def-rescueGosha Arinich2013-01-071-10/+9
* Fix operators precedence issueRafael Mendonça França2013-01-061-1/+1
* Merge pull request #8787 from tank-bohr/masterRafael Mendonça França2013-01-061-2/+2
|\
| * return multiple assingment and response variabletank-bohr2013-01-071-2/+2
* | refactor DebugExceptions by combining two conditionals into oneGosha Arinich2013-01-071-2/+1
|/
* fix for rbxtank-bohr2013-01-071-2/+2
* Move table routes formatter class to the inspector and rename itCarlos Antonio da Silva2013-01-061-18/+0
* display mountable engine routes on RoutingError.Yves Senn2013-01-051-6/+21
* Add source extract to detailed exception pageGuillermo Iguaran2012-12-311-1/+4
* We need to check explictly that env['action_dispatch.show_exceptions']Rafael Mendonça França2012-12-261-1/+1
* more descriptive return parametersHrvoje Šimić2012-12-261-4/+3
* Format routes as html on debug pageschneems2012-12-171-1/+1
* DebugExceptions `File.join` => `File.expand_path`schneems2012-12-161-1/+1
* 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