aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/show_exceptions_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Add the `Mime::Type::InvalidMimeType` error in the default rescue_response:Edouard CHIN2019-03-261-0/+6
* Use env instead of headers on those testsRafael Mendonça França2018-11-261-14/+14
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Deprecated ActionDispatch::ParamsParser::ParamsParserRafael Mendonça França2016-10-101-1/+1
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-17/+17
* Use URL path extension as format in bad params exception handlingJorge Bejar2015-12-081-1/+15
* Deprecate exception#original_exception in favor of exception#causeYuki Nishijima2015-11-031-2/+10
* Tweaked wording used in some tests.Sebastian McKenzie2015-10-251-2/+2
* Remove extra whitespacesSantiago Pastorino2015-06-111-1/+1
* Remove Unneeded ApiPublicExceptions middleware, PublicExceptions already does...Santiago Pastorino2015-06-111-37/+0
* Add ApiPublicException middlewareSantiago Pastorino2015-06-111-2/+39
* Consistent usage of spaces in hashes across our codebaseRafael Mendonça França2015-01-291-12/+12
* Switch to kwargs in ActionController::TestCase and ActionDispatch::IntegrationKir Shatrov2015-01-291-12/+12
* Stash original path in `ShowExceptions` middlewareGrey Baker2014-07-141-1/+2
* Merge pull request #9857 from yyyc514/bad_params_should_400Aaron Patterson2013-04-301-0/+6
|\
| * failure to parse params should trigger a 400 Bad RequestJosh Goebel2013-03-211-0/+6
* | Return a 405 response for unknown HTTP methodsLewis Marshall2013-04-221-0/+6
|/
* Removed unused assigns from ActionView::Template::Errorbrainopia2012-01-201-1/+1
* Remove other old compatibility constantsCarlos Antonio da Silva2012-01-171-1/+1
* ShowExceptions should understand X-Cascade responses from exceptions app.José Valim2011-12-161-0/+11
* Improve the specs on exceptions app.José Valim2011-12-161-1/+14
* Extract the rendering of public exceptions pages into a Rack app.José Valim2011-12-161-1/+1
* Remove unnecessary test setup.José Valim2011-12-011-6/+1
* Split and improve show and debug exceptions middlewares.José Valim2011-12-011-76/+14
* Split ShowExceptions responsibilities in two middlewares.José Valim2011-12-011-2/+2
* put backtrace_cleaner to envlest2011-11-281-0/+7
* middlewares should use logger from envlest2011-11-251-0/+7
* refactor show exceptions testslest2011-11-221-42/+19
* add ActionController::Metal#show_detailed_exceptions?lest2011-11-221-19/+26
* Don't pluralize, camelize.José Valim2011-05-061-2/+2
* Sets the HTTP charset parameter for rescue response.Matias Korhonen2011-05-031-0/+7
* correction to the outputted controller name in the diagnostics error template...Josh Kalderimis2011-03-241-0/+16
* Show exceptions rescues the original exceptionLes Hill and Sandro Turriate2010-10-121-0/+20
* removing more duplicate codeAaron Patterson2010-10-011-14/+0
* Use parentheses when using assert_match followed by a regexp to avoid warnings.Emilio Tagua2010-09-271-7/+7
* Remove deprecated stuff in ActionControllerCarlos Antonio da Silva2010-09-261-1/+1
* 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
* Make sure that rails recognized the full notation of IPv6 loopback address, a...Prem Sichanugrist2010-06-081-1/+1
* Use config.filter_parameters on in-browser request dump. [#4335 state:resolved]José Valim2010-04-071-0/+9
* Disable ShowExceptions during integration testsJoshua Peek2010-01-191-11/+11
* Make local_request? to returns true when facing ::1 IPv6 address [#3257 statu...Prem Sichanugrist2010-01-171-10/+12
* Add ActionDispatch::Notifications middleware.José Valim2010-01-171-23/+0
* Ensure no notification is on the queue before running notifications related t...José Valim2010-01-031-0/+3
* Add notifications to ActionDispatch::ShowExceptions, this can be used as hook...José Valim2010-01-031-0/+20
* Allow integration test rack app to be set with "@app" ivar instead of using o...Joshua Peek2009-09-261-4/+4
* Ensure changes to I18n locale get reset during testsJoshua Peek2009-09-191-2/+1