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
/
association_preload.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
More efficient association preloading code that compacts a through_records ar...
Rick Olson
2008-03-26
1
-8
/
+11
*
has_one :through supports :source_type. Fix up some tests. References #4756.
Jeremy Kemper
2008-03-22
1
-2
/
+7
*
Add has_one :through support, finally. Closes #4756 [thechrisoshow]
Rick Olson
2008-03-21
1
-5
/
+29
*
Fix that batched :include would pull in duplicate records in some cases. Clos...
Jeremy Kemper
2008-02-28
1
-1
/
+1
*
Fix preloading nil polymorphic belongs_to. Closes #11218 [matrix9180]
Jeremy Kemper
2008-02-27
1
-5
/
+6
*
Don't assume all records from nested include are of same class. Closes #11154...
Jeremy Kemper
2008-02-19
1
-1
/
+5
*
Ensure nested preloading works when associations return nil. Closes #11145 [...
Michael Koziarski
2008-02-18
1
-1
/
+1
*
Fixed preloading belongs_to associations which reference a custom foreign key...
Jeremy Kemper
2008-01-31
1
-1
/
+2
*
Introduce preload query strategy for eager :includes. Closes #9640.
Jeremy Kemper
2008-01-19
1
-0
/
+231