aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations
Commit message (Expand)AuthorAgeFilesLines
* The primary key is always initialized in the @attributes hash to nil (unlessAaron Patterson2012-01-251-1/+1
* Deprecate inferred JOINs with includes + SQL snippets.Jon Leighton2012-01-166-36/+115
* Revert "Deprecate implicit eager loading. Closes #950."Jon Leighton2012-01-1610-84/+64
* get rid of using instance_variable_names method from ASSergey Nartimov2012-01-071-1/+1
* Deprecate implicit eager loading. Closes #950.Jon Leighton2011-12-2910-64/+84
* allow reorder to affect eager loading correctlyMatt Jones + Scott Walker2011-12-281-0/+10
* remove requires of core_ext/array/random_access that no longer existslest2011-12-211-1/+0
* More tests deep including through habtmArun Agrawal2011-12-211-0/+7
* No Ruby 1.8 stuff. No more checks in code.Arun Agrawal2011-12-211-10/+0
* bypass preloading for ids_readerSergey Nartimov2011-12-181-0/+6
* Delete obsolete commentJon Leighton2011-12-161-1/+0
* Cache columns at the model level.Jon Leighton2011-12-161-2/+2
* Remove that there copy/pasted code :bomb:Jon Leighton2011-12-141-5/+0
* Don't try to autosave nested assocs. Fixes #2961.Jon Leighton2011-12-141-0/+14
* Use `table_exists?` from the schema cache.Aaron Patterson2011-12-091-3/+3
* Fix #3890. (Calling proxy_association in scope chain.)Jon Leighton2011-12-081-0/+6
* reintroduce patch from #726 to handle nested eager loading via associationsJay Levitt2011-11-301-0/+35
* Deprecate set_table_name in favour of self.table_name= or defining your own m...Jon Leighton2011-11-293-7/+7
* Merge pull request #3636 from joshsusser/masterJon Leighton2011-11-291-1/+21
|\
| * use GeneratedFeatureMethods module for associationsJosh Susser2011-11-271-1/+21
* | load has_many associations keyed off a custom primary key if that key is pres...Brian Samson2011-11-251-1/+28
|/
* Merge pull request #3507 from jmazzi/issue-3503Jeremy Kemper2011-11-031-0/+15
* Remove all revelant through records.Jon Leighton2011-11-031-0/+15
* Fix adding multiple instances of the same record to a has_many :through.Jon Leighton2011-11-031-0/+10
* Fix #3247.Jon Leighton2011-11-031-0/+5
* Fixed failed test under 1.8.7 as map.keys order in indeterminableRocky Jaiswal2011-09-282-2/+2
* Merge pull request #3030 from htanata/fix_habtm_select_query_methodJon Leighton2011-09-262-0/+16
* Fix belongs_to polymorphic with custom primary key on target.Jon Leighton2011-09-261-0/+8
* CollectionProxy#replace should change the DB records rather than just mutatin...Jon Leighton2011-09-261-0/+11
* Don't include any of includes, preload, joins, eager_load in the through asso...Jon Leighton2011-09-071-3/+5
* Nested through associations: preloads from the default scope of a through mod...Jon Leighton2011-09-061-0/+9
* Ensure we are not comparing a string with a symbol in HasManyAssociation#inve...Jon Leighton2011-09-061-0/+10
* Disable active record marshalling tests on Ruby 1.8.7 on Travis CI, as they h...Jon Leighton2011-09-061-0/+10
* Don't find belongs_to target when the foreign_key is NULL. Fixes #2828Georg Friedrich2011-09-051-0/+6
* The join_nodes must be passed to the JoinDependency initializer and therefore...Jon Leighton2011-08-291-0/+4
* Ensure empty has_many :through association preloaded via joins is marked as l...Jon Leighton2011-08-151-0/+8
* Work around for lolruby bug. (Read on for explanation.)Jon Leighton2011-08-131-2/+6
* Fix test for RubiniusSantiago Pastorino2011-08-051-1/+1
* ActiveRecord: Fix eager loading so that giving a blank order clause generates...Elliot Winkler2011-07-181-0/+12
* Fix exception if old and new targets are both nil. Fixes #1471.Jon Leighton2011-07-121-0/+9
* Foo.joins(:bar).includes(:bar) should result in a single query with :bar as a...Jon Leighton2011-07-091-0/+8
* Ensure that the foreign key gets set when doing record.create_association or ...Jon Leighton2011-07-081-0/+14
* Fix bug in collection_singular_ids on has many through association with condi...Anatoliy Lysenko2011-07-061-0/+5
* Merge pull request #1968 from bogdan/associations_find_array_compatibility2Santiago Pastorino2011-07-051-0/+4
|\
| * Fixed CollectionAssociation#find to be compatible with Array#findBogdan Gusiev2011-07-051-0/+4
* | Only call set_owner_attributes for has_one association if target exists.Dieter Komendera2011-07-041-0/+11
|/
* Assign the association attributes to the associated record before the before_...Jon Leighton2011-06-302-0/+14
* Make assert_no_queries literally enforce that there are no queries. As in, no...Jon Leighton2011-06-121-15/+0
* Refactor tests to be less brittleJon Leighton2011-06-121-25/+58
* Don't wrap operations on collection associations in transactions when they ar...benedikt2011-06-121-0/+45