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
*
Fix number of queries performed in tests.
Emilio Tagua
2010-11-19
1
-6
/
+6
*
Revert "IdentityMap - Adjustments to test cases"
Emilio Tagua
2010-11-19
1
-6
/
+2
*
IdentityMap - Adjustments to test cases
Marcin Raczkowski
2010-11-19
1
-2
/
+6
*
removing space errors
Aaron Patterson
2010-11-18
1
-1
/
+1
*
Adapters can specify maximum number of ids they support in a list of expressions
Alex Rothenberg
2010-11-18
1
-0
/
+52
*
fisting a bunch of unused variable warnings
Aaron Patterson
2010-11-15
1
-6
/
+6
*
Fixes queries using limits and punctuation in order, removes order("col1, col...
Santiago Pastorino
2010-11-05
1
-2
/
+2
*
Add some tests for functionality in JoinAssociation which already exists but ...
Jon Leighton
2010-10-13
1
-4
/
+4
*
Revert "porting 515917f5d8678af6c57842ca5dfd7c18e67ff1fe to master"
Aaron Patterson
2010-09-28
1
-6
/
+0
*
porting 515917f5d8678af6c57842ca5dfd7c18e67ff1fe to master
Aaron Patterson
2010-09-28
1
-0
/
+6
*
Eager loading :through associations will join the :source model if there are ...
Grant Ammons
2010-07-08
1
-0
/
+6
*
Use better assertion methods for testing
Neeraj Singh
2010-05-19
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
/
+6
*
cleaning up a bunch of parse time warnings in AR [#4186 state:resolved]
Aaron Patterson
2010-03-15
1
-1
/
+1
*
Don't publicize with_scope for tests since it may shadow public misuse
Jeremy Kemper
2009-12-28
1
-4
/
+4
*
Add Model.from and association_collection#from finder methods
Pratik Naik
2009-12-28
1
-8
/
+1
*
Use finder options as relation method names to provide more familiar
Emilio Tagua
2009-08-18
1
-5
/
+5
*
added :order option to find :first methods and associations as otherwise Orac...
Raimonds Simanovskis
2009-08-06
1
-1
/
+6
*
Fix eager association test related to different ordering on sqlite
Chad Woolley
2009-05-21
1
-1
/
+1
*
Fixed limited eager loading associations with numbers in the name [#2668 stat...
Benjamin Floering
2009-05-18
1
-0
/
+4
*
Fixed eager load error on find with include => [:table_name] and hash conditi...
Anthony Crumley
2009-05-10
1
-0
/
+12
*
Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.
Jeremy Kemper
2009-03-08
1
-4
/
+4
*
Fix :include of has_one with :primary_key option
Frederick Cheung
2008-12-26
1
-0
/
+16
*
Fix :include of has_many associations with :primary_key option
Frederick Cheung
2008-12-26
1
-0
/
+17
*
Preload uses exclusive scope [#643 state:resolved]
Frederick Cheung
2008-12-26
1
-0
/
+15
*
Use explicit order to stop test failing randomly
Frederick Cheung
2008-12-21
1
-2
/
+2
*
Ensure :include checks joins when determining if it can preload [#528 state:r...
Frederick Cheung
2008-12-18
1
-0
/
+65
*
Fix preloading of belongs_to with null foreign key generating useless query [...
Frederick Cheung
2008-12-18
1
-1
/
+2
*
Ensure hash conditions on referenced tables are considered when eager loading...
Paul
2008-11-26
1
-2
/
+18
*
Remove SQL Server cases from tests for latest adapter work to pass rails expe...
Ken Collins
2008-11-19
1
-1
/
+1
*
explicitly including child associations that are also included in the parent ...
Will Bryant
2008-10-10
1
-1
/
+41
*
Fix has_many :through when the source is a belongs_to association. [#323 stat...
Zach Dennis
2008-10-04
1
-0
/
+9
*
wrote a test showing eager loading's misbehavior (sanitizing against the wron...
Will Bryant
2008-09-29
1
-0
/
+7
*
Fix yet another implicit order dependant test
Tarmo Tänav
2008-08-26
1
-3
/
+3
*
Load the first and not the last has_one result when doing join-based eager lo...
Tarmo Tänav
2008-08-25
1
-0
/
+6
*
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
[next]