aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware/exception_wrapper.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Add the `Mime::Type::InvalidMimeType` error in the default rescue_response:Edouard CHIN2019-03-261-0/+1
* Fixed a bug where the debug view does not show the error page properlyYuki Nishijima2019-01-241-10/+14
* Show nested exceptions on the debug viewYuki Nishijima2018-07-151-2/+29
* Create MissingExactTemplate exception with separate templateVinicius Stock2018-04-201-5/+7
* Help if Active Storage tables are missingClaudio B2017-12-211-0/+1
* 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
* Use mattr_accessor default: option throughout the projectGenadi Samokovarov2017-06-031-6/+2
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* Deprecated ActionDispatch::ParamsParser::ParamsParserRafael Mendonça França2016-10-101-13/+13
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-35/+35
* applies new string literal convention in actionpack/libXavier Noria2016-08-061-20/+20
* Handle `Rack::QueryParser` errors in `ActionDispatch::ExceptionWrapper`Grey Baker2016-07-121-2/+2
* Drop Action Controller require in ActionDispatch::ExceptionWrapperGenadi Samokovarov2016-02-291-1/+0
* Deprecate exception#original_exception in favor of exception#causeYuki Nishijima2015-11-031-7/+3
* TypppoAkira Matsuda2015-09-211-3/+3
* ExceptionWrapper doesn't need to know about `env`Aaron Patterson2015-08-061-7/+3
* Handle param-parsing errors from Rack in ExceptionWrapperGrey Baker2015-06-121-1/+3
* require rack/utils in exception_wrapperAndrew Lazarus2015-02-121-0/+1
* Show proper traces on Windows for the error pagesGenadi Samokovarov2015-02-011-2/+8
* Refactor debug viewKir Shatrov2014-12-021-1/+0
* Pretty-print request params on exception pageKir Shatrov2014-12-011-0/+1
* Merge pull request #17630 from gsamokovarov/exception-wrapper-source-extractGuillermo Iguaran2014-11-161-2/+2
|\
| * Rename #source_extract to #source_extracts in ExceptionWrapperGenadi Samokovarov2014-11-161-2/+2
* | Don't double check trace origin in ExceptionWrapper#tracesGenadi Samokovarov2014-11-161-2/+6
|/
* Don't let #{application,framework,full}_trace be nilGenadi Samokovarov2014-11-161-11/+13
* Move DebugExceptions#traces_from_wrapper to ExceptionWrapperGenadi Samokovarov2014-11-031-0/+22
* ActionController::InvalidCrossOriginRequest fails with 422 instead of 500Max Melentiev2014-10-141-10/+11
* Retrieve source code for the entire stack traceRyan Dao2014-08-081-7/+10
* Append link to bad code to backtrace when exception is SyntaxErrorBoris Kuznetsov2014-03-271-0/+8
* Remove deprecated cattr_* requiresGenadi Samokovarov2013-12-031-1/+1
* Revert "Merge pull request #9660 from sebasoga/change_strong_parameters_requi...Guillermo Iguaran2013-11-021-2/+1
* Merge pull request #9660 from sebasoga/change_strong_parameters_require_behav...Guillermo Iguaran2013-11-011-1/+2
|\
| * Change ActionController::Parameters#require behavior when value is emptySebastian Sogamoso2013-03-111-1/+2
* | Warnings removed for ruby trunkArun Agrawal2013-11-011-1/+1
* | Merge pull request #9857 from yyyc514/bad_params_should_400Aaron Patterson2013-04-301-0/+1
|\ \
| * | failure to parse params should trigger a 400 Bad RequestJosh Goebel2013-03-211-0/+1
| |/
* / Return a 405 response for unknown HTTP methodsLewis Marshall2013-04-221-0/+1
|/
* strong parameters exception handlingBrian Alexander2013-01-151-1/+2
* Suppress warning about IO#lines in Ruby 2.0Ryunosuke SATO2013-01-041-1/+1
* remove meaningless AS::FrozenObjectErrorAkira Matsuda2013-01-021-1/+0
* Add style to AV::Template::Error exception pageGuillermo Iguaran2012-12-311-1/+2
* Add source extract to detailed exception pageGuillermo Iguaran2012-12-311-1/+21
* log 404 status when ActiveRecord::RecordNotFound was raised (#7646)Yves Senn2012-09-171-1/+5
* Raise ActionController::BadRequest for malformed parameter hashes.Andrew White2012-05-201-1/+2
* Move require to where it's neededSantiago Pastorino2012-05-111-1/+2
* Raise a rescuable exception when Rails doesn't know what to do with the forma...Steven Soroka2012-05-061-0/+1
* Split ShowExceptions responsibilities in two middlewares.José Valim2011-12-011-0/+1