aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/relation/predicate_builder/association_query_value.rb
Commit message (Expand)AuthorAgeFilesLines
* Rails 6 requires Ruby 2.3+Jeremy Daer2018-02-171-4/+1
* Refactor delegating `join_primary_key` instead of `join_keys` and `associatio...Ryuta Kamizono2018-01-011-1/+1
* Changed join_fk private method to join_foreign_key public methodchopraanmol12017-08-091-1/+1
* Currently if relation object are passed to where condition for has one or has...chopraanmol12017-08-081-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
* Don't expose methods and attrs for internal usageRyuta Kamizono2017-05-301-2/+5
* Rename `association_query_handler.rb` to `association_query_value.rb`Ryuta Kamizono2017-04-151-0/+41