aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations/eager_load_includes_full_sti_class_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix CI failure due to remaining tagging recordsRyuta Kamizono2019-03-261-1/+1
* Extract all `base_class.name` as `polymorphic_name`Ryuta Kamizono2018-03-041-9/+23
* Association creation and finding should work consistently (#32048)Ryuta Kamizono2018-02-261-5/+35
* 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
* Fix eager loading to respect `store_full_sti_class` settingRyuta Kamizono2017-06-291-10/+17
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-2/+2
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* modernizes hash syntax in activerecordXavier Noria2016-08-061-3/+3
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-8/+8
* Revert "Merge pull request #8989 from robertomiranda/use-rails-4-find-by"Guillermo Iguaran2013-01-181-2/+2
* User Rails 4 find_byrobertomiranda2013-01-181-2/+2
* fix #scoped deprecationsJon Leighton2012-04-261-2/+2
* Remove IdentityMapCarlos Antonio da Silva2012-03-131-1/+0
* Deprecate set_table_name in favour of self.table_name= or defining your own m...Jon Leighton2011-11-291-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
* Clear IdentityMap before continue this test, we can do this here because stor...Emilio Tagua2010-11-191-0/+1
* Revert "IdentityMap - Adjustments to test cases"Emilio Tagua2010-11-191-2/+0
* IdentityMap - Adjustments to test casesMarcin Raczkowski2010-11-191-0/+2
* fisting a bunch of unused variable warningsAaron Patterson2010-11-151-1/+1
* Use better assertion methods for testingNeeraj Singh2010-05-191-1/+1
* Make sure association preloading works with full STI class name [#465 state:R...Joachim Garth2008-07-181-0/+36