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
/
autosave_association.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add primary_key option to belongs_to association
Szymon Nowak
2009-07-15
1
-1
/
+2
*
Merge branch 'master' into active_model
Joshua Peek
2009-05-29
1
-12
/
+15
|
\
|
*
Break up DependencyModule's dual function of providing a "depend_on" DSL and ...
Joshua Peek
2009-05-28
1
-1
/
+1
|
*
Use DependencyModule for included hooks in ActiveRecord
Bryan Helmkamp
2009-05-11
1
-7
/
+6
|
*
Ensure the parent record is always saved when the child is invalid. [#2249 st...
Eloy Duran
2009-04-27
1
-5
/
+9
*
|
Move all the Active Record validations to Active Model
Pratik Naik
2009-03-19
1
-1
/
+1
|
/
*
Ensure AutosaveAssociation runs remove callbacks [#2146 state:resolved]
Luca Guidi
2009-03-12
1
-1
/
+1
*
Fixed autosave checks on objects with hm:t in :include [#2213 state:resolved]
Will Bryant
2009-03-12
1
-1
/
+1
*
Don't validate records of an :autosave association if they're marked for dest...
Eloy Duran
2009-02-27
1
-4
/
+7
*
Fixed that autosave should validate associations even if master is invalid [#...
David Heinemeier Hansson
2009-02-27
1
-58
/
+179
*
Also save :autosave enabled associations when #save! is used.
Eloy Duran
2009-02-06
1
-0
/
+12
*
Add support for nested object forms to ActiveRecord and the helpers in Action...
Eloy Duran
2009-02-01
1
-0
/
+213