aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/rescuable_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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