aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/callbacks.rb
Commit message (Expand)AuthorAgeFilesLines
...
* r1601@asus: jeremy | 2005-07-02 14:33:08 -0700Jeremy Kemper2005-07-031-11/+8
* Updated all references to the old find_first and find_all to use the new styl...David Heinemeier Hansson2005-06-261-1/+1
* Changed the callbacks such that observers are notified before the in-object c...David Heinemeier Hansson2005-05-021-4/+7
* Added warning about specifying callbacks before associations to trigger inher...David Heinemeier Hansson2005-03-191-0/+4
* Added that all types of after_find/after_initialized callbacks are triggered ...David Heinemeier Hansson2005-03-141-5/+16
* Fixed example in docsDavid Heinemeier Hansson2005-03-131-1/+1
* Fixed documentation snafus #575, #576, #577, #585David Heinemeier Hansson2005-02-071-2/+2
* Added support for associating unsaved objects #402 [Tim Bates]David Heinemeier Hansson2005-01-151-8/+17
* 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