aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations/cascaded_eager_loading_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Address intermittent CI failure in cascaded_eager_loading_test.rbRyuta Kamizono2019-05-291-12/+12
* Use `assert_queries(0)` instead of `assert_no_queries` to ignore metadata que...Yasuo Honda2019-03-261-1/+1
* Fix random CI failure due to non-deterministic sorting orderRyuta Kamizono2019-02-101-3/+3
* failing test for eager loadingMatt Jones2018-10-041-0/+5
* ActiveRecord::Associations::Preloader should not fail to preload through miss...Nikita Sokolov2018-10-021-0/+5
* Avoid the same `foreign_key` and `counter_cache` associations on `SillyReply`Ryuta Kamizono2018-09-191-3/+2
* Enable `Layout/SpaceBeforeComma` rubocop rule, and fixed moreRyuta Kamizono2017-12-121-1/+1
* Set counter caches to correct values in fixturesBogdan Gusiev2017-11-081-1/+1
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Remove redundant `assert_nothing_raised` before another assertionsRyuta Kamizono2017-06-061-6/+0
* 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