aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware/debug_exceptions.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* remove unused requires from debug_exceptionsyaojie2019-05-281-2/+0
* Manage ActionDispatch::ActionableExceptions from the default middleware stackGenadi Samokovarov2019-04-191-1/+1
* Introduce Actionable ErrorsGenadi Samokovarov2019-04-191-1/+3
* Fix annotated typoPrathamesh Sonpatki2019-03-291-1/+1
* Add the `Mime::Type::InvalidMimeType` error in the default rescue_response:Edouard CHIN2019-03-261-1/+5
* Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-211-5/+3
* Introduce a guard against DNS rebinding attacksGenadi Samokovarov2018-12-151-41/+2
* Avoid extra array allocationsSamuel Cochran2018-11-291-2/+2
* Log exceptions atomicallySamuel Cochran2018-11-281-5/+8
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-1/+1
* Show nested exceptions on the debug viewYuki Nishijima2018-07-151-14/+4
* Introduce ActionDispatch::DebugExceptions interceptorsGenadi Samokovarov2018-04-201-1/+23
* [Action Pack] require => require_relativeAkira Matsuda2017-10-211-3/+3
* [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
* [Action Dispatch] require => require_relativeAkira Matsuda2017-07-011-3/+3
* Define path with __dir__bogdanvlviv2017-05-231-1/+1
* Format and send logs to logger.fatal from DebugExceptions instead of calling ...Vipul A M2016-11-121-1/+5
* Support plain loggers in DebugExceptionsGenadi Samokovarov2016-10-281-1/+3
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-98/+98
* applies new string literal convention in actionpack/libXavier Noria2016-08-061-18/+18
* Silence DebugExceptions template render logs during exceptionsGenadi Samokovarov2016-07-021-0/+8
* API only apps: Preserve request format for HTML requests tooPrathamesh Sonpatki2016-05-111-8/+12
* Fix code styleRafael Mendonça França2016-02-171-3/+4
* WIP: Errors in logs should show log tags as well.Vipul A M2016-02-121-7/+11
* Avoid warning because of the mime typeJorge Bejar2015-12-091-1/+1
* DebugException initialize with a response_format valueJorge Bejar2015-12-091-6/+7
* Better name for method in DebugExceptions middlewareJorge Bejar2015-12-091-2/+2
* Minor cleanup in AD::DebugExceptionsJorge Bejar2015-12-091-6/+9
* Remove unneeded args in AD::DebugExceptionsJorge Bejar2015-12-091-1/+0
* New hash syntax in AD::DebugExceptionsJorge Bejar2015-12-091-4/+4
* Fix some edge cases in AD::DebugExceptions in rails api appsJorge Bejar2015-12-091-41/+64
* Response when error should be formatted properly in Rails API if local requestJorge Bejar2015-12-091-2/+15
* 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
|\