aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/preloader/has_one.rb
Commit message (Expand)AuthorAgeFilesLines
* The name of the key on the associated record is abstracted as `reflection.joi...Ryuta Kamizono2017-09-181-3/+0
* The name of the key on the owner is abstracted as `reflection.join_foreign_key`Ryuta Kamizono2017-09-181-4/+0
* 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
* Never pass `nil` to `order`Sean Griffin2015-10-291-8/+0
* Represent association scope options as AR::Relations insternally.Jon Leighton2012-07-131-1/+1
* Rewrote AssociationPreload.Jon Leighton2011-02-281-0/+23