aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware/show_exceptions.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Fixed a bug where the debug view does not show the error page properlyYuki Nishijima2019-01-241-1/+1
* [Action Pack] require => require_relativeAkira Matsuda2017-10-211-2/+2
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* [Action Dispatch] require => require_relativeAkira Matsuda2017-07-011-2/+2
* [docs] fix ActionDispatch documentationHrvoje Šimić2017-03-131-1/+1
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-16/+16
* applies new string literal convention in actionpack/libXavier Noria2016-08-061-5/+5
* use methods on the request object instead of accessing envAaron Patterson2015-08-231-7/+7
* ask the request if we should show exceptionsAaron Patterson2015-08-061-3/+4
* ExceptionWrapper doesn't need to know about `env`Aaron Patterson2015-08-061-1/+2
* Stash original path in `ShowExceptions` middlewareGrey Baker2014-07-141-0/+1
* Remove surprise if from show_exception middlewarePrem Sichanugrist2013-10-271-2/+5
* refactor ShowExceptions' #call to use def-rescue instead of begin-rescueGosha Arinich2013-01-071-7/+4
* Reduce number of Strings a bitAkira Matsuda2013-01-071-3/+3
* Add ensure block to make sure the state is properly restoredCarlos Antonio da Silva2012-11-041-1/+1
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-10-111-1/+1
|\
| * Space between "every" and "time"schneems2012-10-021-1/+1
* | Failsafe exception returns text/plain.Steve Klabnik2012-10-011-3/+3
|/
* Whitespaces :scissors:Rafael Mendonça França2012-03-171-1/+1
* remove status_code from AD::ShowExceptions and useless requiresSergey Nartimov2011-12-211-6/+0
* Remove deprecation warnings from Action Pack.José Valim2011-12-201-25/+1
* ShowExceptions should understand X-Cascade responses from exceptions app.José Valim2011-12-161-4/+15
* Improve the specs on exceptions app.José Valim2011-12-161-1/+6
* Extract the rendering of public exceptions pages into a Rack app.José Valim2011-12-161-33/+18
* Fix failing cascade exception.José Valim2011-12-031-1/+1
* Try to play nice with plugins doing monkey patches.José Valim2011-12-021-0/+5
* Split and improve show and debug exceptions middlewares.José Valim2011-12-011-11/+11
* Split ShowExceptions responsibilities in two middlewares.José Valim2011-12-011-82/+28
* Add a deprecation to old show exceptions API (even though it was not public).José Valim2011-12-011-0/+14
* Add an ExceptionWrapper that wraps an exception and provide convenience helpers.José Valim2011-12-011-74/+23
* Allow rescue responses to be configured through a railtie.José Valim2011-12-011-8/+4
* put backtrace_cleaner to envlest2011-11-281-13/+13
* middlewares should use logger from envlest2011-11-251-6/+10
* deprecation warning, changelog entrylest2011-11-221-1/+3
* add ActionController::Metal#show_detailed_exceptions?lest2011-11-221-9/+7
* Deprecate passing the template handler in the template name.José Valim2011-09-221-2/+2
* TODO fix explicitly loading exceptations, autoload removedVishnu Atrai2011-07-111-0/+1
* Sets the HTTP charset parameter for rescue response.Matias Korhonen2011-05-031-1/+1
* show http method in routing error messageSchneems2011-04-231-1/+1
* use raise to create exceptions and to set the backtraceAaron Patterson2011-01-121-1/+1
* reraising should be in the rescue blockAaron Patterson2011-01-121-1/+1
* Refactor to handle the X-Cascade without having to raise an exceptionKrekoten' Marjan2011-01-091-12/+12
* Show exceptions rescues the original exceptionLes Hill and Sandro Turriate2010-10-121-0/+13
* Revert "Setup explicit requires for files with exceptions. Removed them from ...José Valim2010-09-021-1/+0
* Setup explicit requires for files with exceptions. Removed them from autoload...Łukasz Strzałkowski2010-09-021-0/+1
* annoted_source_code may return nil if an error happens during template compil...José Valim2010-08-161-1/+1
* Moves local_request? to require.local?Santiago Pastorino2010-08-131-8/+1
* Use Rack::Utils.bytesize when calculating content-length of exception pages. ...Tarsoly András2010-06-201-1/+1