| Commit message (Expand) | Author | Age | Files | Lines |
* | Edits following the reviews | Maxime Lapointe | 2017-07-28 | 1 | -21/+35 |
* | Avoid duplicate clauses when using #or | Maxime Lapointe | 2017-07-25 | 1 | -0/+33 |
* | Refactor Active Record to let Arel manage bind params | Sean Griffin | 2017-07-24 | 1 | -54/+48 |
* | Merge pull request #29732 from kirs/frozen-activerecord | Rafael França | 2017-07-21 | 1 | -0/+2 |
|\ |
|
| * | Use frozen-string-literal in ActiveRecord | Kir Shatrov | 2017-07-19 | 1 | -0/+2 |
* | | Revert "Extract `bind_param` and `bind_attribute` into `ActiveRecord::TestCase`" | Sean Griffin | 2017-07-21 | 1 | -10/+18 |
|/ |
|
* | Bugfix: unscope(where: [columns]) would not remove the correct binds sometimes | Maxime Lapointe | 2017-07-13 | 1 | -1/+17 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
* | Extract `bind_param` and `bind_attribute` into `ActiveRecord::TestCase` | Ryuta Kamizono | 2017-05-04 | 1 | -17/+9 |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 1 | -9/+9 |
* | applies new string literal convention in activerecord/test | Xavier Noria | 2016-08-06 | 1 | -1/+1 |
* | Revert "Change `WhereClause#merge` to same named columns on diff tables" | Sean Griffin | 2016-01-12 | 1 | -15/+2 |
* | Change `WhereClause#merge` to same named columns on diff tables | Sean Griffin | 2016-01-12 | 1 | -2/+15 |
* | 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 |