aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/rescue.rb
Commit message (Expand)AuthorAgeFilesLines
* Reduce Array assignment by not giving a name for unused `*args`Akira Matsuda2019-07-311-1/+1
* Use tt in doc for ActionPack [ci skip]Yoshiyuki Hirano2017-08-261-3/+3
* 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
* [docs] fix ActionController documentationHrvoje Šimić2017-03-121-1/+1
* applies new string literal convention in actionpack/libXavier Noria2016-08-061-1/+1
* Action Mailer: Declarative exception handling with `rescue_from`.Jeremy Daer2016-05-151-12/+1
* Fix actionpack typos [ci skip]Tom Kadwill2016-04-301-2/+2
* Use the most highest priority exception handler when cause is setSean Griffin2016-03-111-2/+6
* Deprecate exception#original_exception in favor of exception#causeYuki Nishijima2015-11-031-4/+2
* Show detailed exceptions no longer returns true if the request is local in pr...José Valim2011-12-161-1/+9
* Fix diagnostics page for routing errors.José Valim2011-12-151-7/+2
* move show_detailed_exceptions? to Rescue modulelest2011-11-221-0/+10
* Remove unused orig_handler and unneeded parenthesesSantiago Pastorino2010-07-201-3/+3
* No need to create a new module in the previous commit.José Valim2010-07-191-0/+9
* Reorganize autoloads:Carlhuda2009-12-021-0/+13