aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/callbacks.rb
Commit message (Expand)AuthorAgeFilesLines
* Added block-style for callbacks #332 [bitsweat]David Heinemeier Hansson2005-01-011-50/+51
* No longer necessary to guard against reincludes with the new reset of inherit...David Heinemeier Hansson2004-12-121-1/+1
* A fix that actually works...David Heinemeier Hansson2004-12-081-1/+1
* Callbacks added to the inheritable que should only be called once -- even as ...David Heinemeier Hansson2004-12-081-1/+1
* Fixed that methods wrapped in callbacks still return their original result #2...David Heinemeier Hansson2004-12-071-25/+30
* InitialDavid Heinemeier Hansson2004-11-241-0/+337