| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused variable | Arun Agrawal | 2015-05-26 | 1 | -1/+1 |
* | deprecate `Relation#uniq` use `Relation#distinct` instead. | Yves Senn | 2015-05-26 | 1 | -4/+13 |
* | Move the `from` bind logic to a `FromClause` class | Sean Griffin | 2015-01-26 | 1 | -3/+3 |
* | Remove `Relation#bind_values=` | Sean Griffin | 2015-01-26 | 1 | -1/+1 |
* | Remove all references to `where_values` in tests | Sean Griffin | 2015-01-25 | 1 | -3/+3 |
* | Fix new warning in ruby 2.2 | Sean Griffin | 2014-12-26 | 1 | -2/+2 |
* | Inject the `PredicateBuilder` into the `Relation` instance | Sean Griffin | 2014-12-26 | 1 | -1/+1 |
* | A `NullRelation` should represent nothing. Closes #15176. | Yves Senn | 2014-09-11 | 1 | -0/+4 |
* | select! renamed to avoid name collision Array#select! | Earl J St Sauver | 2014-04-21 | 1 | -1/+6 |
* | Build the reverse_order on its proper method. | Lauro Caetano | 2014-04-07 | 1 | -3/+11 |
* | Handle aliased attributes in AR::Relation#select, #order, etc. | Tsutomu Kuroda | 2014-01-29 | 1 | -0/+4 |
* | Fix ActiveRecord::Relation#unscope | Jon Leighton | 2013-11-20 | 1 | -1/+1 |
* | use arel nodes to represent non-string `order_values`. | Yves Senn | 2013-11-19 | 1 | -5/+1 |
* | Merge pull request #12129 from Empact/deprecate-array-bang-delegation | Rafael Mendonça França | 2013-09-12 | 1 | -7/+16 |
* | Pull the RelationMutationTests from cases/relation_test to cases/relation/mut... | Ben Woosley | 2013-09-03 | 1 | -0/+139 |