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
*
edit pass: the names of Rails components have a space, ie, "Active Record", n...
Xavier Noria
2010-06-14
1
-6
/
+6
*
refactor evals and adds some __FILE__ and __LINE__
Santiago Pastorino
2010-05-20
1
-1
/
+1
*
Dont try to load the record from the db if preloading didn't find anything
Pratik Naik
2010-03-31
1
-0
/
+5
*
Fix honoring :primary_key option when joining or eager loading a belongs_to a...
Ernie Miller
2010-03-29
1
-1
/
+1
*
no more warning interpreted as argument prefix on association_preload.rb
Santiago Pastorino
2010-02-26
1
-1
/
+1
*
Use unscoped instead of with_exclusive_scope for preloading
Pratik Naik
2010-01-20
1
-14
/
+13
*
Use new finder methods for association preloading
Pratik Naik
2010-01-16
1
-17
/
+16
*
Ruby 1.9.2: avoid #flatten
Jeremy Kemper
2009-11-13
1
-8
/
+12
*
Merge docrails
Pratik Naik
2009-07-25
1
-2
/
+2
*
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
-3
/
+1
*
honour inverse_of when preloading associations
Frederick Cheung
2009-05-10
1
-1
/
+3
*
Fix :include of has_one with :primary_key option
Frederick Cheung
2008-12-26
1
-1
/
+1
*
Fix :include of has_many associations with :primary_key option
Frederick Cheung
2008-12-26
1
-1
/
+1
*
Preload uses exclusive scope [#643 state:resolved]
Frederick Cheung
2008-12-26
1
-13
/
+18
*
Association preloading no longer stops if it hits a nil object [#1630 state:r...
Pivotal Labs
2008-12-26
1
-2
/
+2
*
Fix preloading of has_one :through associations on belongs_to [#1507 state:re...
Matt Jones
2008-12-18
1
-3
/
+12
*
Fix preloading of belongs_to with null foreign key generating useless query [...
Frederick Cheung
2008-12-18
1
-0
/
+1
*
Removed extra 'as' in :joins clause for habtm preloading
Foliosus
2008-12-01
1
-1
/
+1
*
Remove redundant uniq
Frederick Cheung
2008-11-11
1
-1
/
+1
*
explicitly including child associations that are also included in the parent ...
Will Bryant
2008-10-10
1
-0
/
+3
*
Merge docrails
Pratik Naik
2008-10-05
1
-3
/
+87
*
Remove HasManyAssociationStrategy and move the logic to ActiveRecord::Reflect...
Pratik Naik
2008-10-04
1
-26
/
+4
*
Fix has_many :through when the source is a belongs_to association. [#323 stat...
Zach Dennis
2008-10-04
1
-10
/
+34
*
fix eager loading's :condition sanitizing expanding against the wrong table
Will Bryant
2008-09-29
1
-5
/
+5
*
fixed association preloading to use = instead of IN when there's only one record
rsl
2008-09-10
1
-5
/
+8
*
Fix preloading of has_one through associations
Frederick Cheung
2008-08-25
1
-6
/
+2
*
Make sure association preloading works with full STI class name [#465 state:R...
Joachim Garth
2008-07-18
1
-1
/
+1
*
Merge with docrails.
Pratik Naik
2008-07-16
1
-1
/
+1
*
Fix integer quoting issues in association preload. [#602 state:resolved]
Tiago Macedo
2008-07-14
1
-3
/
+12
*
Fixed non-standard SQL generated by preloading has_and_belongs_to_many associ...
Antonio Cangiano
2008-06-11
1
-2
/
+2
*
When preloading group by reflection rather than by class [#125 state:resolved]
Frederick Cheung
2008-05-11
1
-6
/
+6
*
Ensure hm:t preloading honours reflection options. [#137 state:resolved]
Frederick Cheung
2008-05-11
1
-5
/
+6
*
Ensure correct record is returned when preloading has_one where more than one...
Frederick Cheung
2008-05-06
1
-1
/
+6
*
Fixed AssociationsPreload such that it doesnt require foreign keys to be inte...
David Heinemeier Hansson
2008-04-30
1
-11
/
+15
*
Ensure table names are quoted by the association preloading code.
Frederick Cheung
2008-04-26
1
-9
/
+7
*
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