aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/relation/predicate_builder/association_query_handler.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #26376 from kamipo/remove_polymorphic_base_class_for_arrayRafael França2016-12-291-3/+0
|\
| * Remove extracting `polymorphic_base_class` for `Array` in `AssociationQueryVa...Ryuta Kamizono2016-09-211-3/+0
* | Describe what we are protectingAkira Matsuda2016-12-231-0/+2
|/
* 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