aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/rescuable.rb
Commit message (Expand)AuthorAgeFilesLines
* [Active Support] require_relative => requireAkira Matsuda2017-10-211-3/+3
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* [Active Support] require => require_relativeAkira Matsuda2017-07-011-3/+3
* Add option for class_attribute default (#29270)David Heinemeier Hansson2017-05-291-2/+1
* handle loops in the cause chain in Rescuable#rescue_with_handlerPeter McCracken2017-05-101-2/+8
* Privatize unneededly protected methods in Active SupportAkira Matsuda2016-12-241-1/+1
* Refactor the handling of fallback exception handlersSean Griffin2016-11-171-10/+5
* Call fallback exception handlers with the right exceptionSean Griffin2016-11-171-3/+10
* Add missing `+` around a some literals.bogdanvlviv2016-10-271-2/+2
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-4/+4
* Action Mailer: Declarative exception handling with `rescue_from`.Jeremy Daer2016-05-151-53/+89
* Use the most highest priority exception handler when cause is setSean Griffin2016-03-111-0/+10
* [ci skip] Update ActiveSupport::Rails and ActiveSupport::Rescuable docsDAVID MOORE2015-04-261-1/+1
* Wrap inline rescue with or-equal callsRobin Dupret2015-03-021-1/+1
* Add class level case operator support for error dispatching in RescuableGenadi Samokovarov2014-12-101-2/+2
* 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