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
/
lib
/
active_record
/
callbacks.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
doc fix (closes #3972) [robby]
David Heinemeier Hansson
2006-02-27
1
-7
/
+7
*
Revert [3130]. Behavior of introducing Kernel.binding causes breakage.
Marcel Molina
2005-11-21
1
-1
/
+1
*
Use Kernel.binding rather than binding to allow columns of that name. Refere...
Jeremy Kemper
2005-11-21
1
-1
/
+1
*
Fix docs (closes #2491)
David Heinemeier Hansson
2005-10-26
1
-6
/
+6
*
Returning false in before_destroy should cancel action. Closes #1829.
Scott Barron
2005-09-28
1
-2
/
+2
*
Mark ticket # in changelog. Snip some trailing whitespace.
Jeremy Kemper
2005-07-03
1
-3
/
+3
*
r1601@asus: jeremy | 2005-07-02 14:33:08 -0700
Jeremy Kemper
2005-07-03
1
-11
/
+8
*
Updated all references to the old find_first and find_all to use the new styl...
David Heinemeier Hansson
2005-06-26
1
-1
/
+1
*
Changed the callbacks such that observers are notified before the in-object c...
David Heinemeier Hansson
2005-05-02
1
-4
/
+7
*
Added warning about specifying callbacks before associations to trigger inher...
David Heinemeier Hansson
2005-03-19
1
-0
/
+4
*
Added that all types of after_find/after_initialized callbacks are triggered ...
David Heinemeier Hansson
2005-03-14
1
-5
/
+16
*
Fixed example in docs
David Heinemeier Hansson
2005-03-13
1
-1
/
+1
*
Fixed documentation snafus #575, #576, #577, #585
David Heinemeier Hansson
2005-02-07
1
-2
/
+2
*
Added support for associating unsaved objects #402 [Tim Bates]
David Heinemeier Hansson
2005-01-15
1
-8
/
+17
*
Added block-style for callbacks #332 [bitsweat]
David Heinemeier Hansson
2005-01-01
1
-50
/
+51
*
No longer necessary to guard against reincludes with the new reset of inherit...
David Heinemeier Hansson
2004-12-12
1
-1
/
+1
*
A fix that actually works...
David Heinemeier Hansson
2004-12-08
1
-1
/
+1
*
Callbacks added to the inheritable que should only be called once -- even as ...
David Heinemeier Hansson
2004-12-08
1
-1
/
+1
*
Fixed that methods wrapped in callbacks still return their original result #2...
David Heinemeier Hansson
2004-12-07
1
-25
/
+30
*
Initial
David Heinemeier Hansson
2004-11-24
1
-0
/
+337