aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/rescuable_test.rb
Commit message (Expand)AuthorAgeFilesLines
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* 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
* handle loops in the cause chain in Rescuable#rescue_with_handlerPeter McCracken2017-05-101-1/+33
* Call fallback exception handlers with the right exceptionSean Griffin2016-11-171-1/+1
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-1/+0
* modernizes hash syntax in activesupportXavier Noria2016-08-061-3/+3
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-13/+13
* Action Mailer: Declarative exception handling with `rescue_from`.Jeremy Daer2016-05-151-4/+17
* Add class level case operator support for error dispatching in RescuableGenadi Samokovarov2014-12-101-2/+27
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-2/+2
* Fix some typo in method names, variablesVipul A M2013-05-261-1/+1
* Test that rescue_from accepts a class name in StringAkira Matsuda2013-01-231-2/+1
* use AS::TestCase as the base classAaron Patterson2012-01-051-1/+1
* Rescuable spelling errorChristian HoĢˆltje2011-10-031-1/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-4/+4
* strengthening the test suite for rescue_fromNeeraj Singh2010-07-261-0/+23
* strengthening the rescue_from test suitesNeeraj Singh2010-07-261-0/+14
* No need to emulate default Ruby behavior in initializeYehuda Katz2010-02-101-3/+0
* Don't rely on @message in Error classes being available for useYehuda Katz2010-02-101-4/+1
* Add tests for ActiveSupport::Rescuable. Use ActiveSupport::Rescuable in Actio...Pratik Naik2008-10-041-0/+75