aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/association_relation.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Fix `AssociationRelation` not to set inverse instance key just like beforeRyuta Kamizono2018-10-071-3/+3
* Avoid passing unnecessary arguments to relationDaniel Colson2018-01-241-2/+2
* 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
* Ensure that inverse associations are set before running callbacksSean Griffin2016-08-311-1/+4
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-3/+3
* Mutating the result of Relation#to_a should not affect the relationMatthew Draper2016-02-211-1/+1
* Properly create through records when called with `where`Sean Griffin2015-02-261-0/+13
* Inject the `PredicateBuilder` into the `Relation` instanceSean Griffin2014-12-261-2/+2
* The Association Relation should use `empty?` and `size` from Relation.Lauro Caetano2014-04-141-8/+0
* Make the comparison between 'Relation' and 'AssociationRelation'Lauro Caetano2014-04-121-0/+4
* :scissors:Rafael Mendonça França2014-04-111-2/+2
* fix exception on polymorphic associations with predicatesSimon Woker2014-04-111-0/+8
* Move #proxy_association method to AssociationRelationJon Leighton2013-05-101-0/+4
* Set the inverse when association queries are refinedJon Leighton2013-05-101-0/+14