aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/callbacks_test.rb
Commit message (Expand)AuthorAgeFilesLines
* If certain sections of skip_callback method are commented out thenNeeraj Singh2010-08-311-0/+27
* Final iteration of use better testing methodsNeeraj Singh2010-05-191-1/+1
* Added missing requires abstract_unit and activesupport to the loadpath of ts_...Santiago Pastorino and Sebastian Martinez2010-03-181-1/+1
* Make sure AS test env doesn't have duplicate libs in load pathJoshua Peek2010-02-151-1/+0
* deOMGifying Railties, Active Support, and Action PackMikel Lindsaar2010-01-311-4/+4
* Callbacks, DeprecatedCallbacks = NewCallbacks, CallbacksJoshua Peek2009-10-121-146/+486
* Remove core ext dependency from testJeremy Kemper2009-03-241-4/+4
* Allow multiple conditions for callbacks [#1627 state:resolved]Joshua Peek2008-12-281-1/+41
* Simplified and renamed CallbackChain union method to replace_or_append!Joshua Peek2008-08-211-4/+4
* Tidy up ActiveSupport::Callbacks::CallbackChain instance API.Joshua Peek2008-04-171-0/+31
* Refactor filters to use Active Support callbacks. Closes #11235.Jeremy Kemper2008-03-181-0/+21
* Extract ActiveSupport::Callbacks from Active Record, test case setup and tear...Jeremy Kemper2008-01-191-0/+96