aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/relation/where_clause_test.rb
Commit message (Expand)AuthorAgeFilesLines
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-9/+9
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-1/+1
* Revert "Change `WhereClause#merge` to same named columns on diff tables"Sean Griffin2016-01-121-15/+2
* Change `WhereClause#merge` to same named columns on diff tablesSean Griffin2016-01-121-2/+15
* 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