aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations/eager_load_nested_include_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-0/+1
* Fix `automatic_inverse_of` not to be disabled if extension block is givenRyuta Kamizono2019-04-121-2/+2
* Use `assert_no_queries` not to ignore BEGIN/COMMIT queriesRyuta Kamizono2018-10-051-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
* Privatize unneededly protected methods in Active Record testsAkira Matsuda2016-12-241-1/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* Add three new rubocop rulesRafael Mendonça França2016-08-161-2/+2
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-2/+0
* modernizes hash syntax in activerecordXavier Noria2016-08-061-20/+20
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-12/+12
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-3/+1
* Use teardown helper method.Guo Xiang Tan2014-03-141-2/+2
* Deprecate ActiveRecord::Base.scoped.Jon Leighton2012-07-271-2/+2
* ActiveRecord::Base.all returns a Relation.Jon Leighton2012-07-271-1/+1
* Remove unused assignments from activerecord testsMark Rushakoff2012-04-291-1/+0
* find and replace deprecated keysJon Leighton2012-04-271-1/+1
* %s/find(:\(first\|last\|all\), \([^()]*\))/scoped(\2).\1/gcI amongst other th...Jon Leighton2012-04-271-1/+1
* remove deprecate #all usageJon Leighton2012-04-261-1/+1
* Revert "Deprecate implicit eager loading. Closes #950."Jon Leighton2012-01-161-1/+1
* Deprecate implicit eager loading. Closes #950.Jon Leighton2011-12-291-1/+1
* remove requires of core_ext/array/random_access that no longer existslest2011-12-211-1/+0
* 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
* require tag since we need it for this testAaron Patterson2011-02-071-0/+1
* Add missing requireSantiago Pastorino2011-01-141-0/+1
* removes Array#random_element and backports Array#sample from Ruby 1.9, thanks...Xavier Noria2010-06-051-7/+7
* Change on Array extension from rand => random_element [#4555 state:committed]Santiago Pastorino2010-05-161-7/+7
* Don't use local vars before testing its conditional.Emilio Tagua2009-08-031-2/+0
* Break up DependencyModule's dual function of providing a "depend_on" DSL and ...Joshua Peek2009-05-281-1/+1
* Cherry-pick core extensionsJeremy Kemper2009-05-131-0/+1
* Use DependencyModule for included hooks in ActiveRecordBryan Helmkamp2009-05-111-7/+6
* Fix models load order to be able to run unit tests.Emilio Tagua2009-04-231-5/+5
* Ensure NoMethodError isn't raised when some of the nested eager loaded associ...Murray Steele2009-03-121-0/+29
* remember created records and select a random one instead of relying on sequen...S. Brent Faulkner2008-08-211-12/+30
* Move the eager load nested include tables into schema.rb and use delete_all i...Michael Koziarski2008-02-201-64/+38
* Remove disconnect! in test case, it causes segfaults on sqlite3 and completel...Michael Koziarski2008-02-201-6/+2
* Remove mysql option from a test that applies to all databases. References #11...Jeremy Kemper2008-02-191-5/+4
* Don't assume all records from nested include are of same class. Closes #11154...Jeremy Kemper2008-02-191-0/+114