index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
test
/
callbacks_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed that Base.save should always return false if the save didn't succeed, i...
David Heinemeier Hansson
2006-02-28
1
-23
/
+5
*
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