aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/rating.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix eager loading associations with string joins not to raise NoMethodErrorRyuta Kamizono2019-05-151-0/+1
* Fix eager loading polymorphic association with mixed table conditionsRyuta Kamizono2019-02-181-0/+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
* modernizes hash syntax in activerecordXavier Noria2016-08-061-1/+1
* Revert "Merge pull request #14544 from jefflai2/named_scope_sti"Rafael Mendonça França2014-05-211-4/+0
* Fixes Issue #13466.Jefferson Lai2014-04-231-0/+4
* Add a test for STI on the through where the through is nested, and change the...Jon Leighton2011-03-051-0/+1
* Add support for nested through associations in JoinAssociation. Hence Foo.joi...Jon Leighton2010-10-091-0/+3