aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/callback_inheritance_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Prevent callbacks in child classes from being executed more than once.Rolf Timmermans2011-03-131-0/+30
* Use run_callbacks; the generated _run_<name>_callbacks method is not a public...John Firebaugh2011-01-311-1/+1
* Added missing requires abstract_unit and activesupport to the loadpath of ts_...Santiago Pastorino and Sebastian Martinez2010-03-181-0/+1
* Make sure AS test env doesn't have duplicate libs in load pathJoshua Peek2010-02-151-1/+0
* Fix inheritance issue with new callbacks.José Valim2010-01-011-0/+35
* Callbacks, DeprecatedCallbacks = NewCallbacks, CallbacksJoshua Peek2009-10-121-0/+115