aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/rescuable.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated `Proc#bind` with no replacement.Carlos Antonio da Silva2013-07-011-1/+0
* update some AS code examples to 1.9 hash syntax [ci skip]Francesco Rodriguez2012-09-121-3/+3
* Document exception handling inside resce_from handlerstwinturbo2012-04-281-0/+1
* removed warning: shadowing outer local variable - exceptionArun Agrawal2012-03-241-1/+1
* Fix tests, when creating rescue handler, we need to check for arity nowPiotr Sarnacki2012-03-231-1/+5
* deprecate Proc#bind that can cause symbol memory leakSergey Nartimov2012-03-221-1/+1
* Whitespace and example identationJosep M. Bach2010-08-151-0/+1
* add missing requires to Rescuable and RouteSet [#4415 state:committed]Mislav Marohnić2010-04-161-0/+1
* Convert to class_attributeJeremy Kemper2010-02-011-4/+4
* rescuable.rb needs active_support/core_ext/array/extract_optionsXavier Noria2010-01-011-0/+1
* rescuable.rb needs active_support/core_ext/string/inflections because it uses...Xavier Noria2010-01-011-0/+1
* Rescue handlers should never need array wrapping. Bug if so.Jeremy Kemper2009-11-131-2/+1
* Prefer Array.wrap to Array()Jeremy Kemper2009-11-131-1/+2
* Extend Callbacks and Rescuable with AS concernJoshua Peek2009-10-131-4/+4
* Explicit dependency on Proc#bind extensionJeremy Kemper2009-03-281-0/+1
* Explicit dependency on class_inheritable_accessorJeremy Kemper2009-03-241-0/+2
* Don't shadow local with black argJeremy Kemper2008-11-071-4/+4
* Add tests for ActiveSupport::Rescuable. Use ActiveSupport::Rescuable in Actio...Pratik Naik2008-10-041-20/+54
* First draft of ActiveSupport::RescuableNorbert Crombach2008-10-041-0/+74