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
/
test
/
cases
/
associations
/
eager_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't interpret decimals as table names in ActiveRecord::Associations::ClassM...
Peter Wagenet
2008-08-21
1
-0
/
+7
*
Added missing fixtures for tests which fail to run independently if run after...
Tarmo Tänav
2008-08-04
1
-1
/
+1
*
Fix conditions and order on join tables with limited eager loading. [#372 st...
Tiago Macedo
2008-06-08
1
-1
/
+12
*
When preloading group by reflection rather than by class [#125 state:resolved]
Frederick Cheung
2008-05-11
1
-0
/
+6
*
Ensure hm:t preloading honours reflection options. [#137 state:resolved]
Frederick Cheung
2008-05-11
1
-0
/
+11
*
Ensure correct record is returned when preloading has_one where more than one...
Frederick Cheung
2008-05-06
1
-0
/
+4
*
Fixed AssociationsPreload such that it doesnt require foreign keys to be inte...
David Heinemeier Hansson
2008-04-30
1
-1
/
+22
*
Ensure table names are quoted by the association preloading code.
Frederick Cheung
2008-04-26
1
-1
/
+27
*
Make sure ActiveRecord tests can run individually. Closes #11425 [thechrisosh...
Pratik Naik
2008-03-28
1
-1
/
+1
*
Provide a post title for sqlite3
Jeremy Kemper
2008-02-28
1
-2
/
+2
*
Fix that batched :include would pull in duplicate records in some cases. Clos...
Jeremy Kemper
2008-02-28
1
-0
/
+26
*
Ensure nested preloading works when associations return nil. Closes #11145 [...
Michael Koziarski
2008-02-18
1
-0
/
+6
*
Make dynamic finders respect the :include on HasManyThrough associations. Cl...
Michael Koziarski
2008-02-18
1
-0
/
+6
*
Fix the pre-quoted table names in the eager tests. [mislav]
Michael Koziarski
2008-02-11
1
-2
/
+4
*
Fix eager loading with pre-quoted table names. Closes #11046 [danielmorrison,...
Michael Koziarski
2008-02-11
1
-0
/
+24
*
Fixed preloading belongs_to associations which reference a custom foreign key...
Jeremy Kemper
2008-01-31
1
-1
/
+9
*
Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails
Jeremy Kemper
2008-01-21
1
-2
/
+2
*
Introduce preload query strategy for eager :includes. Closes #9640.
Jeremy Kemper
2008-01-19
1
-10
/
+35
*
Move tests to cases
Jeremy Kemper
2008-01-18
1
-0
/
+447