aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/relation/where_clause.rb
Commit message (Expand)AuthorAgeFilesLines
* Move `where_values_hash` over to `WhereClause`Sean Griffin2015-01-251-0/+22
* Move `where_unscoping` logic over to `WhereClause`Sean Griffin2015-01-251-0/+23
* Rename `WhereClause#parts` to `WhereClause#predicates`Sean Griffin2015-01-251-13/+13
* Move `where.not` logic into `WhereClause`Sean Griffin2015-01-251-0/+23
* Remove all references to `where_values` in association codeSean Griffin2015-01-251-0/+2
* Move where merging logic over to `WhereClause`Sean Griffin2015-01-251-1/+35
* Introduce `Relation::WhereClause`Sean Griffin2015-01-251-0/+29