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
/
associations
/
association.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow nested attributes in associations to update values in it's owner object...
Andrew Kaspick
2011-12-14
1
-0
/
+2
*
Fix private methods which are delegated to. This previously worked because Mo...
Jon Leighton
2011-08-15
1
-8
/
+8
*
Don't construct association scope in initializer. This yields a big performan...
Jon Leighton
2011-07-07
1
-6
/
+10
*
Assign the association attributes to the associated record before the before_...
Jon Leighton
2011-06-30
1
-0
/
+9
*
Allow polymorphic has_one to work when the association is set before the owne...
Jon Leighton
2011-06-08
1
-3
/
+1
*
When you add a record to a polymorphic has_one, you should be able to access ...
Jon Leighton
2011-06-08
1
-1
/
+1
*
Remove `#among?` from Active Support
Prem Sichanugrist
2011-04-13
1
-1
/
+1
*
Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg...
David Heinemeier Hansson
2011-04-12
1
-1
/
+1
*
Using Object#in? and Object#either? in various places
Prem Sichanugrist
2011-04-11
1
-1
/
+2
*
Move the code which builds a scope for through associations into a generic As...
Jon Leighton
2011-03-10
1
-38
/
+6
*
Active Record typos.
R.T. Lechow
2011-03-05
1
-2
/
+2
*
Fix a couple of tests in join_model_test.rb which were failing when the ident...
Jon Leighton
2011-03-04
1
-2
/
+2
*
Rename target_klass to klass
Jon Leighton
2011-02-21
1
-7
/
+7
*
Delegate Association#options to the reflection, and replace 'reflection.optio...
Jon Leighton
2011-02-21
1
-6
/
+6
*
Associations - where possible, call attributes methods rather than directly a...
Jon Leighton
2011-02-21
1
-23
/
+23
*
Initialize @target instead asking if it is defined.
Emilio Tagua
2011-02-18
1
-1
/
+2
*
Reindent and remove wrong line left in merge by mistake.
Emilio Tagua
2011-02-18
1
-4
/
+3
*
Merge remote branch 'rails/master' into identity_map
Emilio Tagua
2011-02-18
1
-0
/
+16
*
Split AssociationProxy into an Association class (and subclasses) which manag...
Jon Leighton
2011-02-18
1
-0
/
+246