aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/relation/predicate_builder/association_query_handler.rb
Commit message (Expand)AuthorAgeFilesLines
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-21/+21
* Reuse a result of `table.associated_table(column)` in `AssociationQueryHandle...Ryuta Kamizono2016-05-281-2/+3
* Fixed `where` for polymorphic associations when passed an array containing di...Philippe Huibonhoa2016-02-161-0/+10
* Reduce calls to stringify_keys.Guo Xiang Tan2015-09-071-2/+2
* Respect custom primary keys for associations in `Relation#where`Sean Griffin2015-02-041-1/+21
* Remove `klass` and `arel_table` as a dependency of `PredicateBuilder`Sean Griffin2014-12-261-6/+7
* Refactor association handling in `PredicateBuilder`Sean Griffin2014-12-261-0/+57