| Commit message (Expand) | Author | Age | Files | Lines |
* | Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p... | Fumiaki MATSUSHIMA | 2017-03-26 | 2 | -3/+3 |
* | Simply delegate `as_json` to `records` | Ryuta Kamizono | 2017-03-10 | 1 | -1/+1 |
* | Delegate `to_sentence` and `to_fomatted_s` to `records` | kenta-s | 2017-02-04 | 1 | -1/+2 |
* | class Foo < Struct.new(:x) creates an extra unneeded anonymous class | Akira Matsuda | 2017-01-13 | 1 | -1/+1 |
* | `self.` is not needed when calling its own instance method | Akira Matsuda | 2017-01-05 | 1 | -1/+1 |
* | Revert "Merge pull request #21233 from mtsmfm/disable-referential-integrity-w... | Rafael Mendonça França | 2017-01-03 | 2 | -3/+3 |
* | Merge pull request #21233 from mtsmfm/disable-referential-integrity-without-s... | Rafael França | 2017-01-03 | 2 | -3/+3 |
|\ |
|
| * | Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p... | Fumiaki MATSUSHIMA | 2016-12-03 | 2 | -3/+3 |
* | | Remove deprecated `#uniq`, `#uniq!`, and `#uniq_value` | Ryuta Kamizono | 2016-12-30 | 1 | -17/+1 |
* | | assert_equal takes expectation first | Akira Matsuda | 2016-12-26 | 1 | -1/+1 |
|/ |
|
* | Add more rubocop rules about whitespaces | Rafael Mendonça França | 2016-10-29 | 1 | -6/+6 |
* | improve error message when include assertions fail | Michael Grosser | 2016-09-16 | 2 | -4/+4 |
* | Change require order to come `require "models/post"` before `require "models/... | Yasuo Honda | 2016-09-02 | 1 | -1/+1 |
* | Do not handle as an associated predicate if a table has the column | Ryuta Kamizono | 2016-08-16 | 1 | -1/+1 |
* | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 3 | -4/+4 |
* | Use `ActiveRecord::TestCase` rather than `ActiveSupport::TestCase` in AR test... | Ryuta Kamizono | 2016-08-11 | 1 | -1/+1 |
* | Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines | Ryuta Kamizono | 2016-08-07 | 1 | -1/+0 |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 2 | -10/+10 |
* | modernizes hash syntax in activerecord | Xavier Noria | 2016-08-06 | 3 | -17/+17 |
* | applies new string literal convention in activerecord/test | Xavier Noria | 2016-08-06 | 9 | -121/+121 |
* | No need `public_send` | Ryuta Kamizono | 2016-07-17 | 1 | -2/+2 |
* | Add missing test case for record_fetched_greater_than config | Prathamesh Sonpatki | 2016-04-11 | 1 | -11/+23 |
* | Merge pull request #22365 from phuibonhoa/phuibonhoa/polymorphic_where_multip... | Sean Griffin | 2016-02-17 | 1 | -1/+13 |
|\ |
|
| * | Fixed `where` for polymorphic associations when passed an array containing di... | Philippe Huibonhoa | 2016-02-16 | 1 | -1/+13 |
* | | Show proper error message when a non-relation object is passed to AR::Relatio... | Prathamesh Sonpatki | 2016-02-17 | 1 | -0/+6 |
|/ |
|
* | Typos in AR tests | Akira Matsuda | 2016-02-04 | 1 | -2/+2 |
* | Defer Arel attribute lookup to the model class | Matthew Draper | 2016-02-04 | 1 | -0/+4 |
* | Properly include the `from` clause when merging relations | Sean Griffin | 2016-01-14 | 1 | -0/+7 |
* | Improve error message for #or when it is structurally incompatible | Rafael Mendonça França | 2016-01-13 | 1 | -1/+3 |
* | 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 |
* | Ensure `Relation` responds to `shuffle` | Sean Griffin | 2015-12-01 | 1 | -1/+1 |
* | Remove blanket array delegation from `Relation` | Sean Griffin | 2015-11-23 | 1 | -6/+0 |
* | Define `sanitize_sql_for_order` for AR and use it inside `preprocess_order_args` | yui-knk | 2015-11-02 | 1 | -0/+4 |
* | Alias left_joins to left_outer_joins | Takashi Kokubun | 2015-10-31 | 1 | -1/+1 |
* | Suppress warnings of `assigned but unused variable` | yui-knk | 2015-10-17 | 1 | -2/+0 |
* | `where` raises ArgumentError on unsupported types. | Jake Worth | 2015-10-16 | 1 | -0/+6 |
* | Fix AC::Parameters not being sanitized for query methods. | Guo Xiang Tan | 2015-10-02 | 1 | -0/+26 |
* | Removed mocha from Active Record Part 2 | Ronak Jangir | 2015-09-16 | 1 | -3/+4 |
* | Add test to 57daaef | Rafael Mendonça França | 2015-05-28 | 1 | -1/+1 |
* | 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 |
* | Add `config.active_record.warn_on_records_fetched_greater_than` option | Jason Nochlin | 2015-03-25 | 1 | -0/+28 |
* | Respect custom primary keys for associations in `Relation#where` | Sean Griffin | 2015-02-04 | 1 | -1/+37 |
* | Post.all.or(anything) == Post.all | Sean Griffin | 2015-01-29 | 2 | -5/+5 |
* | Bring the implementation of Relation#or up to speed | Sean Griffin | 2015-01-28 | 2 | -3/+26 |
* | Added #or to ActiveRecord::Relation | Matthew Draper | 2015-01-28 | 1 | -0/+81 |
* | Remove Relation#bind_params | Sean Griffin | 2015-01-27 | 1 | -2/+2 |
* | Use an `Attribute` object to represent a bind value | Sean Griffin | 2015-01-27 | 2 | -19/+8 |
* | `WhereClause#predicates` does not need to be public | Sean Griffin | 2015-01-27 | 2 | -102/+27 |