aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/callbacks_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Add missing tests ensuring callbacks work with class inheritance. Closes #73...Rick Olson2007-01-241-0/+23
* add a failing test so we can make it happy againJamis Buck2006-10-041-0/+13
* Fixed that Base.save should always return false if the save didn't succeed, i...David Heinemeier Hansson2006-02-281-23/+5
* Association validation does not belong in a before_save callback: move it int...Jeremy Kemper2005-10-021-22/+60
* Returning false in before_destroy should cancel action. Closes #1829.Scott Barron2005-09-281-0/+37
* Removed the AR::Recursion module--it broke more code than it fixedJamis Buck2005-06-211-14/+0
* Added ActiveRecord::Recursion to guard against recursive calls to #saveJamis Buck2005-06-131-2/+37
* Do not use instantiated fixtures (in general) in tests. Also, support the use...Jamis Buck2005-06-101-3/+1
* Added that all types of after_find/after_initialized callbacks are triggered ...David Heinemeier Hansson2005-03-141-19/+61
* Added support for associating unsaved objects #402 [Tim Bates]David Heinemeier Hansson2005-01-151-0/+16
* Added block-style for callbacks #332 [bitsweat]David Heinemeier Hansson2005-01-011-0/+230