aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/owner.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
* applies remaining conventions across the projectXavier Noria2016-08-061-2/+2
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-2/+2
* Fix undefined method `owners' for NullPreloader:ClassLadislav Smola2016-04-061-1/+2
* AR specific length validator to respect `marked_for_destruction`.Yves Senn2014-12-301-0/+2
* Fix regression on eager loading association based on SQL query ratherLauro Caetano2014-06-031-0/+12
* Make AR::Base#touch fire the after_commit and after_rollback callbacksHarry Brundage2014-01-161-0/+17
* has_many through obeys order on through associationNeeraj Singh2013-04-041-1/+1
* Deprecate set_primary_key in favour of self.primary_key=Jon Leighton2011-11-291-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