| Commit message (Expand) | Author | Age | Files | Lines |
* | Move sequence value methods to Model level | Arthur Neves | 2016-03-24 | 1 | -2/+2 |
* | Mutating the result of Relation#to_a should not affect the relation | Matthew Draper | 2016-02-21 | 1 | -14/+18 |
* | Extract a Relation#arel_attribute | Matthew Draper | 2016-02-04 | 1 | -4/+8 |
* | Defer Arel attribute lookup to the model class | Matthew Draper | 2016-02-04 | 1 | -4/+4 |
* | `substitute_at` is no longer used | Ryuta Kamizono | 2016-01-14 | 1 | -1/+1 |
* | Fix user name in doc [ci skip] | Ryuta Kamizono | 2015-12-31 | 1 | -1/+1 |
* | `join_to_delete` is same as `join_to_update` | Ryuta Kamizono | 2015-12-17 | 1 | -2/+2 |
* | Revert "Merge pull request #22615 from kamipo/join_to_delete_is_same_as_join_... | Rafael Mendonça França | 2015-12-17 | 1 | -2/+2 |
* | `join_to_delete` is same as `join_to_update` | Ryuta Kamizono | 2015-12-17 | 1 | -2/+2 |
* | Revert "Perform a more efficient query in `Relation#any?`" | Sean Griffin | 2015-12-14 | 1 | -1/+6 |
* | Perform a more efficient query in `Relation#any?` | Sean Griffin | 2015-12-14 | 1 | -6/+1 |
* | Clean up and correct documentation for update_columns and update_all [ci skip] | James Wen | 2015-12-05 | 1 | -3/+2 |
* | Alias left_joins to left_outer_joins | Takashi Kokubun | 2015-10-31 | 1 | -1/+1 |
* | Merge pull request #12071 from Crunch09/outer_joins | Sean Griffin | 2015-10-30 | 1 | -1/+1 |
|\ |
|
| * | added ActiveRecord::Relation#left_outer_joins | Florian Thomas | 2015-05-19 | 1 | -1/+1 |
* | | Add deprecation warning to `ActiveRecord::Relation#update` | Ted Johansson | 2015-10-15 | 1 | -0/+7 |
* | | applies new doc guidelines to Active Record. | Yves Senn | 2015-10-14 | 1 | -31/+40 |
* | | [ci skip] Fix ActiveRecord::Relation#update documentation | akihiro17 | 2015-10-05 | 1 | -5/+5 |
* | | File encoding is defaulted to utf-8 in Ruby >= 2.1 | Akira Matsuda | 2015-09-18 | 1 | -1/+0 |
* | | Deprecate passing conditions to AR::Relation destroy_all and delete_all methods | Wojciech Wnętrzak | 2015-09-06 | 1 | -13/+10 |
* | | Add ActiveRecord::Relation#in_batches | Sina Siadat | 2015-08-07 | 1 | -0/+7 |
* | | Add #cache_key to ActiveRecord::Relation. | Alberto F. Capel | 2015-07-20 | 1 | -0/+26 |
* | | Include `Enumerable` in `ActiveRecord::Relation` | Sean Griffin | 2015-06-19 | 1 | -20/+9 |
* | | deprecate `Relation#uniq` use `Relation#distinct` instead. | Yves Senn | 2015-05-26 | 1 | -1/+2 |
|/ |
|
* | Fix documentation for find_or_create_by | Joe Van Dyk | 2015-03-21 | 1 | -1/+3 |
* | Optimize none? and one? relation query methods to use LIMIT and COUNT. | Eugene Gilburg | 2015-02-12 | 1 | -0/+18 |
* | Remove Relation#bind_params | Sean Griffin | 2015-01-27 | 1 | -9/+9 |
* | Unify access to bind values on Relation | Sean Griffin | 2015-01-27 | 1 | -6/+4 |
* | 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 |
* | Change `having_values` to use the `WhereClause` class | Sean Griffin | 2015-01-26 | 1 | -3/+5 |
* | Move `where_values_hash` over to `WhereClause` | Sean Griffin | 2015-01-25 | 1 | -16/+1 |
* | Introduce `Relation::WhereClause` | Sean Griffin | 2015-01-25 | 1 | -3/+4 |
* | Don't mutate bind values in `Relation` | Sean Griffin | 2015-01-19 | 1 | -1/+0 |
* | Stop passing a column to `quote` in `Relation#to_sql` | Sean Griffin | 2015-01-10 | 1 | -2/+3 |
* | Merge pull request #11898 from prathamesh-sonpatki/patch-update | Rafael Mendonça França | 2015-01-02 | 1 | -1/+13 |
|\ |
|
| * | Allow ActiveRecord::Relation#update to run on result of a relation with callb... | Prathamesh Sonpatki | 2014-12-20 | 1 | -1/+13 |
* | | Fix error message when trying to create an associated record | Rafael Mendonça França | 2014-12-30 | 1 | -1/+1 |
* | | Inject the `PredicateBuilder` into the `Relation` instance | Sean Griffin | 2014-12-26 | 1 | -7/+3 |
|/ |
|
* | Move PredicateBuilder instantiation to constructor | Melanie Gilman | 2014-12-03 | 1 | -4/+5 |
* | Refactor `PredicateBuilder` from singleton to instance | Melanie Gilman | 2014-12-02 | 1 | -0/+4 |
* | Update Arel usage for rails/arel#98fc259 | Sean Griffin | 2014-11-29 | 1 | -2/+2 |
* | Pass symbol as an argument instead of a block | Erik Michaels-Ober | 2014-11-29 | 1 | -4/+4 |
* | Reword documentation for update_all | René van den Berg | 2014-11-24 | 1 | -8/+1 |
* | Explain that default_scope also influences update_all | René van den Berg | 2014-11-20 | 1 | -5/+12 |
* | pull the preloader allocation in to a factory method | Aaron Patterson | 2014-11-18 | 1 | -1/+5 |
* | Remove the unused second argument to `substitute_at` | Sean Griffin | 2014-11-17 | 1 | -1/+1 |
* | rm `reorder_bind_params` | Sean Griffin | 2014-11-17 | 1 | -1/+0 |
* | Use a bound parameter for the "id = " portion of update statements | Sean Griffin | 2014-11-01 | 1 | -2/+8 |
* | Use bind values for joined tables in where statements | Sean Griffin | 2014-11-01 | 1 | -1/+1 |