aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations/eager_test.rb
Commit message (Expand)AuthorAgeFilesLines
* When preloading a belongs_to, the target should still be set (to nil) if ther...Jon Leighton2011-01-031-0/+9
* Allow assignment on has_one :through where the owner is a new record [#5137 s...Jon Leighton2011-01-031-3/+17
* Some basic tests for the :foreign_type option on belongs_to, which was previo...Jon Leighton2011-01-031-1/+12
* Fix dodgy tests which were effectively asserting nil == nilJon Leighton2010-12-261-3/+3
* removing SQL interpolation, please use scoping and attribute conditionals as ...Aaron Patterson2010-12-221-4/+0
* Fix problem with duplicated records when a :uniq :through association is prel...Jon Leighton2010-12-151-1/+8
* test for eager load of has_one association with condition on the through tablePivotal Labs2010-12-161-1/+9
* preheating cache so that tests can run in isolationAaron Patterson2010-12-091-0/+5
* Removed ids_in_list_limit in favor of in_clause_length defined in database_li...Alex Rothenberg2010-11-231-7/+7
* removing space errorsAaron Patterson2010-11-181-1/+1
* Adapters can specify maximum number of ids they support in a list of expressionsAlex Rothenberg2010-11-181-0/+52
* fisting a bunch of unused variable warningsAaron Patterson2010-11-151-6/+6
* Fixes queries using limits and punctuation in order, removes order("col1, col...Santiago Pastorino2010-11-051-2/+2
* Add some tests for functionality in JoinAssociation which already exists but ...Jon Leighton2010-10-131-4/+4
* Revert "porting 515917f5d8678af6c57842ca5dfd7c18e67ff1fe to master"Aaron Patterson2010-09-281-6/+0
* porting 515917f5d8678af6c57842ca5dfd7c18e67ff1fe to masterAaron Patterson2010-09-281-0/+6
* Eager loading :through associations will join the :source model if there are ...Grant Ammons2010-07-081-0/+6
* Use better assertion methods for testingNeeraj Singh2010-05-191-1/+1
* Dont try to load the record from the db if preloading didn't find anythingPratik Naik2010-03-311-0/+6
* cleaning up a bunch of parse time warnings in AR [#4186 state:resolved]Aaron Patterson2010-03-151-1/+1
* Don't publicize with_scope for tests since it may shadow public misuseJeremy Kemper2009-12-281-4/+4
* Add Model.from and association_collection#from finder methodsPratik Naik2009-12-281-8/+1
* Use finder options as relation method names to provide more familiarEmilio Tagua2009-08-181-5/+5
* added :order option to find :first methods and associations as otherwise Orac...Raimonds Simanovskis2009-08-061-1/+6
* Fix eager association test related to different ordering on sqliteChad Woolley2009-05-211-1/+1
* Fixed limited eager loading associations with numbers in the name [#2668 stat...Benjamin Floering2009-05-181-0/+4
* Fixed eager load error on find with include => [:table_name] and hash conditi...Anthony Crumley2009-05-101-0/+12
* Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.Jeremy Kemper2009-03-081-4/+4
* Fix :include of has_one with :primary_key optionFrederick Cheung2008-12-261-0/+16
* Fix :include of has_many associations with :primary_key optionFrederick Cheung2008-12-261-0/+17
* Preload uses exclusive scope [#643 state:resolved]Frederick Cheung2008-12-261-0/+15
* Use explicit order to stop test failing randomlyFrederick Cheung2008-12-211-2/+2
* Ensure :include checks joins when determining if it can preload [#528 state:r...Frederick Cheung2008-12-181-0/+65
* Fix preloading of belongs_to with null foreign key generating useless query [...Frederick Cheung2008-12-181-1/+2
* Ensure hash conditions on referenced tables are considered when eager loading...Paul2008-11-261-2/+18
* Remove SQL Server cases from tests for latest adapter work to pass rails expe...Ken Collins2008-11-191-1/+1
* explicitly including child associations that are also included in the parent ...Will Bryant2008-10-101-1/+41
* Fix has_many :through when the source is a belongs_to association. [#323 stat...Zach Dennis2008-10-041-0/+9
* wrote a test showing eager loading's misbehavior (sanitizing against the wron...Will Bryant2008-09-291-0/+7
* Fix yet another implicit order dependant testTarmo Tänav2008-08-261-3/+3
* Load the first and not the last has_one result when doing join-based eager lo...Tarmo Tänav2008-08-251-0/+6
* Don't interpret decimals as table names in ActiveRecord::Associations::ClassM...Peter Wagenet2008-08-211-0/+7
* Added missing fixtures for tests which fail to run independently if run after...Tarmo Tänav2008-08-041-1/+1
* Fix conditions and order on join tables with limited eager loading. [#372 st...Tiago Macedo2008-06-081-1/+12
* When preloading group by reflection rather than by class [#125 state:resolved]Frederick Cheung2008-05-111-0/+6
* Ensure hm:t preloading honours reflection options. [#137 state:resolved]Frederick Cheung2008-05-111-0/+11
* Ensure correct record is returned when preloading has_one where more than one...Frederick Cheung2008-05-061-0/+4
* Fixed AssociationsPreload such that it doesnt require foreign keys to be inte...David Heinemeier Hansson2008-04-301-1/+22
* Ensure table names are quoted by the association preloading code.Frederick Cheung2008-04-261-1/+27
* Make sure ActiveRecord tests can run individually. Closes #11425 [thechrisosh...Pratik Naik2008-03-281-1/+1