aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/callbacks.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix indentation mismatchJeremy Kemper2008-09-081-1/+1
* Simplified and renamed CallbackChain union method to replace_or_append!Joshua Peek2008-08-211-8/+13
* Use define_callbacks helper for ActiveRecord validations.Joshua Peek2008-04-201-10/+10
* Slight optimization to CallbackChain#union and delete.Joshua Peek2008-04-181-6/+5
* Tidy up ActiveSupport::Callbacks::CallbackChain instance API.Joshua Peek2008-04-171-8/+17
* Replaced callback method evaluation in AssociationCollection class to use Act...Josh Peek2008-04-041-17/+11
* Refactor filters to use Active Support callbacks. Closes #11235.Jeremy Kemper2008-03-181-18/+77
* Fixed typos in ActiveSupport::Callbacks documentation. Closes #11254Pratik Naik2008-03-071-3/+3
* Docs for ActiveSupport::Callbacks. Closes #11254 [ernesto.jimenez]Pratik Naik2008-03-051-0/+120
* Extract ActiveSupport::Callbacks from Active Record, test case setup and tear...Jeremy Kemper2008-01-191-0/+94