aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations/cascaded_eager_loading_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Restore `fixtures :author_addresses`Ryuta Kamizono2017-04-271-1/+1
* Revert "Merge pull request #27636 from mtsmfm/disable-referential-integrity-w...Rafael Mendonça França2017-04-261-1/+1
* Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p...Fumiaki MATSUSHIMA2017-03-261-1/+1
* Revert "Merge pull request #21233 from mtsmfm/disable-referential-integrity-w...Rafael Mendonça França2017-01-031-1/+1
* Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p...Fumiaki MATSUSHIMA2016-12-031-1/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-4/+4
* improve error message when include assertions failMichael Grosser2016-09-161-2/+2
* Add three new rubocop rulesRafael Mendonça França2016-08-161-16/+16
* modernizes hash syntax in activerecordXavier Noria2016-08-061-22/+22
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-21/+21
* Deprecate automatic counter caches on has_many :throughSean Griffin2014-06-261-2/+2
* Improve the tests to not call assert_nothing_raisedRafael Mendonça França2014-01-011-4/+1
* https://github.com/rails/rails/commit/2075f39d726cef361170218fd16421fc52bed5a...Vipul A M2013-12-311-0/+14
* query the association rather than send the method for the association nameAaron Patterson2013-08-271-6/+4
* Deprecate the `:distinct` option for `Relation#count`.Yves Senn2013-03-151-1/+1
* Deprecate ActiveRecord::Base.scoped.Jon Leighton2012-07-271-14/+14
* ActiveRecord::Base.all returns a Relation.Jon Leighton2012-07-271-19/+19
* find and replace deprecated keysJon Leighton2012-04-271-14/+14
* %s/find(:\(first\|last\|all\), \([^()]*\))/scoped(\2).\1/gcI amongst other th...Jon Leighton2012-04-271-14/+14
* Deprecate inferred JOINs with includes + SQL snippets.Jon Leighton2012-01-161-3/+3
* Revert "Deprecate implicit eager loading. Closes #950."Jon Leighton2012-01-161-26/+6
* Deprecate implicit eager loading. Closes #950.Jon Leighton2011-12-291-6/+26
* please use ruby -I lib:test path/to/test.rb, or export RUBY_OPTAaron Patterson2011-06-061-1/+1
* Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-041-1/+1
* Opening class CascadedEagerLoadingTest at once.Arun Agrawal2011-05-311-7/+3
* Bug fixes:Fadzril Muhamad & Joseph Palermo2011-05-121-1/+3
* Merge branch 'master' into nested_has_many_throughJon Leighton2010-11-081-1/+1
|\
| * Fixes queries using limits and punctuation in order, removes order("col1, col...Santiago Pastorino2010-11-051-1/+1
* | Update new tests in cascaded_eager_loading_test.rb to work with the modified ...Jon Leighton2010-10-311-6/+6
* | Fix bug with 0bb85ed9ffa9808926b46e8f7e59cab5b85ac19f which missed out a fixt...Jon Leighton2010-10-311-1/+2
* | Merge branch 'master' into nested_has_many_throughJon Leighton2010-10-311-0/+26
|\|
| * Fix issues when including the same association multiple times and mixing join...Ernie Miller2010-10-301-0/+26
| * Add some tests for functionality in JoinAssociation which already exists but ...Jon Leighton2010-10-131-4/+4
* | Properly support conditions on any of the reflections involved in a nested th...Jon Leighton2010-10-191-3/+3
* | Refactoring JoinDependency and friends. This improves the code (IMO) includin...Jon Leighton2010-10-061-4/+4
* | Fix the tests (I have actually verified that these are also the 'right' fixes...Jon Leighton2010-10-031-9/+9
|/
* removing unused models from testsSubba Rao Pasupuleti2010-07-211-1/+0
* fixing typeo. thanks bamnet!Aaron Patterson2010-07-161-1/+1
* JoinDependency#graft does not properly set parent join [#5124 state:resolved]David Genord II2010-07-161-0/+7
* Order is not guaranteed here, ordering by id of people table makes it workSantiago Pastorino2010-06-251-2/+2
* Make sure about which is the first element of the query, fixes a postgresql 8...Santiago Pastorino2010-06-091-2/+2
* Fix multiple self-referencing eager loads failing to join multiple timesErnie Miller2010-06-081-1/+9
* Fix eager loading of associations causing table name collisionsErnie Miller2010-04-281-0/+9
* Added eager loading support to Relation and ActiveRecord#all.Emilio Tagua2009-10-051-1/+1
* Association preloading no longer stops if it hits a nil object [#1630 state:r...Pivotal Labs2008-12-261-0/+8
* Fixed STI type condition for eager loading of associationsTarmo Tänav2008-08-161-0/+12
* Added missing fixtures for tests which fail to run independently if run after...Tarmo Tänav2008-08-041-1/+1
* Merge the has_finder gem, renamed as 'named_scope'. Closes #11404 [nkallen]Rick Olson2008-03-241-4/+5
* Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/railsJeremy Kemper2008-01-211-3/+3
* Move tests to casesJeremy Kemper2008-01-181-0/+110