aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations/eager_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* | modernizes hash syntax in activerecordXavier Noria2016-08-061-164/+164
* | applies new string literal convention in activerecord/testXavier Noria2016-08-061-128/+128
|/
* Fix `calculate` with a string value in `from` and eager loadingRyuta Kamizono2016-06-131-0/+4
* Exists shouldn't error when used with `includes`Sean Griffin2016-05-301-0/+1
* don't treat all associations with extensions as instance dependent.Yves Senn2016-03-031-0/+12
* Merge pull request #18766 from yasyf/issue_17864Sean Griffin2016-02-291-0/+32
|\
| * Honour the order of the joining model in a `has_many :through`Yasyf Mohamedali2015-03-021-0/+32
* | remove args from assert_nothing_raised in testsTara Scherner de la Fuente2016-02-221-1/+1
* | Revert "Merge pull request #22486 from methyl/fix-includes-for-groupped-assoc...Yves Senn2015-12-211-17/+0
* | Merge pull request #22486 from methyl/fix-includes-for-groupped-associationYves Senn2015-12-211-0/+17
|\ \
| * | Pass SQL group by values when including scoped associationLucjan Suski2015-12-151-0/+13
* | | Merge pull request #19423 from yuroyoro/fix_performance_regression_of_preload...Aaron Patterson2015-12-181-0/+6
|\ \ \ | |/ / |/| |
| * | Read already loaded association records from association.targetTomohito Ozaki2015-04-171-0/+6
| |/
* | Never pass `nil` to `order`Sean Griffin2015-10-291-6/+0
* | Revert "Revert "Merge pull request #22026 from akihiro17/fix-preload-associat...Yves Senn2015-10-291-0/+18
* | Revert "Merge pull request #22026 from akihiro17/fix-preload-association"Sean Griffin2015-10-291-18/+0
* | Set `scope.reordering_value` to `true` if :reordering values are specifiedakihiro172015-10-301-0/+18
* | Fix merge conflicts for #19938Sean Griffin2015-10-201-0/+12
|\ \
| * | Fix for activerecord join dependency instantiate bugMehmet Emin İNAÇ2015-05-041-0/+12
* | | Removed mocha from Active Record Part 1Ronak Jangir2015-08-251-27/+31
* | | Merge pull request #21284 from prakashlaxkar/argument_error_testsYves Senn2015-08-181-0/+8
* | | deprecate `Relation#uniq` use `Relation#distinct` instead.Yves Senn2015-05-261-1/+1
|/ /
* / Fix eager loading association using default_scope for finder methods.Santosh Wadghule2015-03-311-0/+17
|/
* Merge branch 'master' into pr/18316Mingdong Luo2015-01-311-22/+9
|\
| * remove deprecated support to preload instance-dependent associaitons.Yves Senn2015-01-051-22/+9
* | Fix n+1 query problem when eager loading nil associations (fixes #18312)Sammy Larbi2015-01-031-0/+8
|/
* `eager_load` preserves readonly flag for associationsTakashi Kokubun2014-12-301-1/+4
* Fix "nonexistent" typo in testsMelissa Xie2014-12-021-2/+2
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-10/+10
* Adds preloaded_records method to NullPreloaderThorsten Ball2014-11-281-0/+8
* Fix includes on association with a scope containing joins along with conditionssiddharth@vinsol.com2014-11-211-0/+6
* Build fix when running in isolationArun Agrawal2014-11-141-0/+1
* measure record instantiation time in AS::NotificationsAaron Patterson2014-10-131-0/+36
* Fixed regression with referencing polymorphic assoc in eager-loadGodfrey Chan2014-09-051-0/+10
* `preload` preserves readonly flag on associations. #15853Yves Senn2014-06-251-0/+29
* Fix regression on eager loading association based on SQL query ratherLauro Caetano2014-06-031-0/+4
* Fix syntax error from 5eae77cZachary Scott2014-05-261-1/+1
* Move test to the proper fileRafael Mendonça França2014-05-261-0/+7
* Add test case for b13d260Rafael Mendonça França2014-05-261-0/+9
* Remove dead test code for unsupported adaptersSean Griffin2014-05-171-17/+3
* deprecate, join, preload, eager load of instance dependent associations.Yves Senn2014-05-101-4/+27
* :scissors:Rafael Mendonça França2014-04-111-2/+2
* fix exception on polymorphic associations with predicatesSimon Woker2014-04-111-0/+8
* Simplify Preloader#grouped_records code.thedarkone2014-03-301-4/+4
* Fix polymorphic preloads on NOT NULL _type columns.thedarkone2014-03-301-0/+11
* `where.not` adds `references` for `includes`.Yves Senn2014-03-171-0/+10
* passing an instance of an AR object to `find` is deprecatedAaron Patterson2014-03-131-3/+3
* `includes` uses SQL parsing when String joins are involved.Yves Senn2014-02-281-0/+9
* Fix that eager loading of polymorphic associations did not work with associat...David Heinemeier Hansson2013-11-141-2/+0
* Mark broken test as pendingRafael Mendonça França2013-11-081-0/+2