aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/liquid.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* rename `Relation#uniq` to `Relation#distinct`. `#uniq` still works.Yves Senn2013-03-151-2/+1
* Convert association macros to the new syntaxJon Leighton2012-07-201-1/+1
* Deprecate set_table_name in favour of self.table_name= or defining your own m...Jon Leighton2011-11-291-1/+1
* Eager loading an association should not change the count of childrenNeeraj Singh2010-08-021-0/+5