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