aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/rescuable_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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 Höltje2011-10-031-1/+1
|
* Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵Santiago Pastorino2010-08-141-4/+4
| | | | 's/[ \t]*$//' -i {} \;)
* strengthening the test suite for rescue_fromNeeraj Singh2010-07-261-0/+23
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* strengthening the rescue_from test suitesNeeraj Singh2010-07-261-0/+14
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* 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 ↵Pratik Naik2008-10-041-0/+75
ActionController::Base.