Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Post.all.or(anything) == Post.all | Sean Griffin | 2015-01-29 | 1 | -3/+3 |
* | Bring the implementation of Relation#or up to speed | Sean Griffin | 2015-01-28 | 1 | -0/+20 |
* | Use an `Attribute` object to represent a bind value | Sean Griffin | 2015-01-27 | 1 | -8/+8 |
* | `WhereClause#predicates` does not need to be public | Sean Griffin | 2015-01-27 | 1 | -3/+4 |
* | Move where grouping into `WhereClause` | Sean Griffin | 2015-01-27 | 1 | -0/+33 |
* | Move `where_unscoping` logic over to `WhereClause` | Sean Griffin | 2015-01-25 | 1 | -0/+14 |
* | Move `where.not` logic into `WhereClause` | Sean Griffin | 2015-01-25 | 1 | -0/+26 |
* | Remove all references to `where_values` in association code | Sean Griffin | 2015-01-25 | 1 | -0/+5 |
* | Move where merging logic over to `WhereClause` | Sean Griffin | 2015-01-25 | 1 | -0/+42 |
* | Introduce `Relation::WhereClause` | Sean Griffin | 2015-01-25 | 1 | -0/+41 |