aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/debug_exceptions_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use match? where we don't need MatchDataAkira Matsuda2019-07-271-4/+4
* Merge pull request #31634 from afcapel/reduce-routing-error-log-noiseRafael Mendonça França2019-07-161-0/+23
|\
| * Reduce log noise handling ActionController::RoutingErrorsAlberto Fernández Capel2019-05-281-0/+23
* | Change `ActionDispatch::Response#content_type` returning Content-Type header ...yuuji.yaginuma2019-06-011-15/+15
|/
* Merge pull request #36196 from st0012/fix-29947Eileen M. Uchitelle2019-05-071-0/+19
* Drop the ambiguous `ActiveSupport::ActionableError#===` checkGenadi Samokovarov2019-04-191-0/+31
* url -> URL where apt inside actionpack/Sharang Dashputre2019-04-011-1/+1
* Add the `Mime::Type::InvalidMimeType` error in the default rescue_response:Edouard CHIN2019-03-261-0/+6
* Pass locals in to the template object on constructionAaron Patterson2019-02-251-1/+1
* Always pass a format to the ActionView::Template constructorAaron Patterson2019-02-251-1/+1
* Loosen check of error cause fileyuuji.yaginuma2019-01-261-2/+2
* Fixed a bug where the debug view does not show the error page properlyYuki Nishijima2019-01-241-2/+19
* Prefer strings over regex expressionsYuki Nishijima2019-01-241-22/+20
* 1. Replaced unused variables by `_`.alkesh262019-01-221-1/+1
* Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-211-18/+14
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-1/+1
* Show nested exceptions on the debug viewYuki Nishijima2018-07-151-11/+60
* Introduce ActionDispatch::DebugExceptions interceptorsGenadi Samokovarov2018-04-201-0/+24
* [Action Pack] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Prepare AP and AR to be frozen string friendlyKir Shatrov2017-07-061-1/+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
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* Support plain loggers in DebugExceptionsGenadi Samokovarov2016-10-281-0/+17
* Add three new rubocop rulesRafael Mendonça França2016-08-161-3/+3
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-98/+98
* Ensure logging on exceptions only includes what we expectMatthew Draper2016-07-021-0/+23
* Merge pull request #24912 from prathamesh-sonpatki/api-fix-response-formatSantiago Pastorino2016-05-111-32/+50
|\
| * API only apps: Preserve request format for HTML requests tooPrathamesh Sonpatki2016-05-111-32/+50
* | BoomerAPI is not used anywhere, so removed it!Prathamesh Sonpatki2016-05-061-7/+0
|/
* DebugException initialize with a response_format valueJorge Bejar2015-12-091-2/+2
* Fix some edge cases in AD::DebugExceptions in rails api appsJorge Bejar2015-12-091-11/+62
* Response when error should be formatted properly in Rails API if local requestJorge Bejar2015-12-091-0/+18
* Merge pull request #22172 from tijmenb/fix-source-in-show-exceptionRafael França2015-11-241-0/+8
|\
| * Add text template for source codeTijmen Brommet2015-11-031-0/+8
* | Fix typo [ci skip]Jake Worth2015-11-121-1/+1
|/
* Deprecate exception#original_exception in favor of exception#causeYuki Nishijima2015-11-031-3/+7
* Remove mocha from ActionPack testsMarcin Olichwirowicz2015-09-051-3/+6
* Get rid of mocha tests - part 2Marcin Olichwirowicz2015-08-251-32/+25
* Avoid accurate assertions on error messagesRobin Dupret2015-03-021-2/+2
* Consistent usage of spaces in hashes across our codebaseRafael Mendonça França2015-01-291-22/+22
* Switch to kwargs in ActionController::TestCase and ActionDispatch::IntegrationKir Shatrov2015-01-291-31/+31
* Refactor debug viewKir Shatrov2014-12-021-0/+23
* Show source view and backtrace on missing template errorsGenadi Samokovarov2014-11-241-0/+27
* Show the user’s application in the source window and select the correct tra...Byron Bischoff2014-10-231-1/+41
* Expectations firstAkira Matsuda2014-08-181-6/+6
* Merge pull request #16303 from rajcybage/removing_masterYves Senn2014-07-281-0/+2
|\
| * add comment to the empty each method for not removing it in futureRajarshi Das2014-07-261-1/+2
|/
* Display diagnostics in text format for xhr requestVlad Bokov2014-04-141-1/+2