aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations/nested_through_associations_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Fix preloader to never reset associations in case they are already loadedBogdan Gusiev2019-03-071-0/+9
* Fix reset of the source association when through association is loadedBogdan Gusiev2019-02-201-0/+6
* Remove `ignore_none: false` to assert no queries more strictlyRyuta Kamizono2018-10-051-2/+2
* Use assert_empty and assert_not_emptyDaniel Colson2018-01-251-13/+13
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-13/+13
* Fix preloading polymorphic multi-level through associationRyuta Kamizono2017-11-061-0/+11
* Fix preloading polymorphic association when through association has already l...Ryuta Kamizono2017-11-061-0/+11
* `source_type_scope` should respect correct table aliasRyuta Kamizono2017-10-301-0/+14
* delegate scope forpavel2017-10-271-0/+5
* 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
* 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
* modernizes hash syntax in activerecordXavier Noria2016-08-061-2/+2
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-58/+58
* Fix misleading errors for has_one through relationsMehmet Emin İNAÇ2015-07-221-1/+1
* Make sure assertion passes for postgresql.Zuhao Wan2014-07-221-1/+1
* Warm up cache to prevent assertion failure.Zuhao Wan2014-07-081-0/+1
* preheat habtm column cacheAaron Patterson2013-10-021-0/+1
* Squashed commit of the following:Aaron Patterson2013-10-011-3/+3
* Don't need to check if the scope respond to callRafael Mendonça França + Kassio Borges2013-08-311-1/+1
* assert_no_queries should ignore certain sqlsNeeraj Singh2013-07-301-1/+3
* rename `Relation#uniq` to `Relation#distinct`. `#uniq` still works.Yves Senn2013-03-151-1/+1
* Preload some join table schemasAkira Matsuda2013-01-221-0/+9
* Deprecate inferred JOINs with includes + SQL snippets.Jon Leighton2012-01-161-2/+2
* Revert "Deprecate implicit eager loading. Closes #950."Jon Leighton2012-01-161-2/+2
* Deprecate implicit eager loading. Closes #950.Jon Leighton2011-12-291-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
* 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
* Fix test for RubiniusSantiago Pastorino2011-08-051-1/+1
* 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
* Fix tests under postgres - we should always put conditions in the WHERE part ...Jon Leighton2011-03-121-1/+1
* Add a test for STI on the through where the through is nested, and change the...Jon Leighton2011-03-051-0/+9
* Merge branch 'master' into nested_has_many_throughJon Leighton2011-03-041-94/+164
* Fix naughty trailing whitespaceJon Leighton2010-10-311-90/+90
* Rename nested_has_many_through_associations_test.rb because it does not only ...Jon Leighton2010-10-191-0/+467