aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/relation/where_clause_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Post.all.or(anything) == Post.allSean Griffin2015-01-291-3/+3
* Bring the implementation of Relation#or up to speedSean Griffin2015-01-281-0/+20
* Use an `Attribute` object to represent a bind valueSean Griffin2015-01-271-8/+8
* `WhereClause#predicates` does not need to be publicSean Griffin2015-01-271-3/+4
* Move where grouping into `WhereClause`Sean Griffin2015-01-271-0/+33
* Move `where_unscoping` logic over to `WhereClause`Sean Griffin2015-01-251-0/+14
* Move `where.not` logic into `WhereClause`Sean Griffin2015-01-251-0/+26
* Remove all references to `where_values` in association codeSean Griffin2015-01-251-0/+5
* Move where merging logic over to `WhereClause`Sean Griffin2015-01-251-0/+42
* Introduce `Relation::WhereClause`Sean Griffin2015-01-251-0/+41