aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/pet.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
* modernizes hash syntax in activerecordXavier Noria2016-08-061-1/+1
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-1/+1
* Fix undefined method `owners' for NullPreloader:ClassLadislav Smola2016-04-061-0/+3
* Add missing require to inheritance testCarlos Antonio da Silva2013-04-031-2/+0
* Deprecate set_primary_key in favour of self.primary_key=Jon Leighton2011-11-291-1/+1
* fix warnings, stop using global variablesAaron Patterson2010-11-301-1/+5
* If a nested_attribute is being marked for destruction and at the same time an...Neeraj Singh2010-11-241-0/+8
* Added :touch option to belongs_to associations that will touch the parent rec...David Heinemeier Hansson2009-04-161-1/+1
* Ensure has_many :through works with changed primary keys [#736 state:resolved]Jim Remsik and Tim Pope2009-03-091-1/+2
* Fixed preloading belongs_to associations which reference a custom foreign key...Jeremy Kemper2008-01-311-0/+4