Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Association validation does not belong in a before_save callback: move it int... | Jeremy Kemper | 2005-10-02 | 1 | -22/+60 |
* | Returning false in before_destroy should cancel action. Closes #1829. | Scott Barron | 2005-09-28 | 1 | -0/+37 |
* | Removed the AR::Recursion module--it broke more code than it fixed | Jamis Buck | 2005-06-21 | 1 | -14/+0 |
* | Added ActiveRecord::Recursion to guard against recursive calls to #save | Jamis Buck | 2005-06-13 | 1 | -2/+37 |
* | Do not use instantiated fixtures (in general) in tests. Also, support the use... | Jamis Buck | 2005-06-10 | 1 | -3/+1 |
* | Added that all types of after_find/after_initialized callbacks are triggered ... | David Heinemeier Hansson | 2005-03-14 | 1 | -19/+61 |
* | Added support for associating unsaved objects #402 [Tim Bates] | David Heinemeier Hansson | 2005-01-15 | 1 | -0/+16 |
* | Added block-style for callbacks #332 [bitsweat] | David Heinemeier Hansson | 2005-01-01 | 1 | -0/+230 |