| Commit message (Expand) | Author | Age | Files | Lines |
* | assert_not_called | utilum | 2018-04-26 | 3 | -34/+47 |
* | `get_value` needs to be a public method | Graham Turner | 2018-04-25 | 1 | -0/+7 |
* | Address `NameError: uninitialized constant Arel::Collectors::Bind` | Yasuo Honda | 2018-04-25 | 1 | -0/+1 |
* | Merge pull request #32097 from matthewd/arel | Matthew Draper | 2018-04-25 | 60 | -0/+6767 |
|\ |
|
| * | Arel: rubocop -a | Matthew Draper | 2018-02-24 | 60 | -1218/+1263 |
| * | Merge Arel into Active Record | Matthew Draper | 2018-02-24 | 60 | -0/+6722 |
* | | Using existing models for building multiple has_one through tests | Ryuta Kamizono | 2018-04-22 | 1 | -16/+12 |
* | | Merge pull request #32514 from samdec/multiple-has-one-through-associations-b... | Ryuta Kamizono | 2018-04-22 | 1 | -0/+22 |
|\ \ |
|
| * | | Fix .new with multiple through associations | Sam DeCesare | 2018-04-09 | 1 | -0/+22 |
* | | | Add test case for `collection.size` with dirty target | Ryuta Kamizono | 2018-04-21 | 1 | -0/+10 |
* | | | Merge pull request #32674 from composerinteralia/relax-assertion | Ryuta Kamizono | 2018-04-21 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | Relax assertions in connection config tests | Daniel Colson | 2018-04-20 | 1 | -2/+2 |
* | | | | Can preload associations through polymorphic associations | Dana Sherson | 2018-04-20 | 1 | -0/+29 |
* | | | | Merge pull request #31513 from fatkodima/relation-touch_all | Rafael França | 2018-04-20 | 1 | -1/+46 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Add `touch_all` method to `ActiveRecord::Relation` | fatkodima | 2018-04-13 | 1 | -1/+46 |
* | | | | Use assert_no_match for test_order_to_unscope_reordering | Yasuo Honda | 2018-04-20 | 1 | -1/+1 |
* | | | | Merge pull request #32645 from maneframe/skip_query_cache_merge | Rafael Mendonça França | 2018-04-19 | 1 | -0/+4 |
|\ \ \ \ |
|
| * | | | | Fix relation merging with skip_query_cache! | James Williams | 2018-04-19 | 1 | -0/+4 |
| |/ / / |
|
* / / / | Replace `assert !` with `assert_not` | Daniel Colson | 2018-04-19 | 35 | -144/+144 |
|/ / / |
|
* | | | don't check for immutability when setting skip_preloading as it doesn't effec... | Lachlan Sylvester | 2018-04-12 | 2 | -1/+9 |
* | | | Prevent changes_to_save from mutating attributes | Eugene Kenny | 2018-04-08 | 1 | -0/+8 |
|/ / |
|
* | | Make Mocha setup explcitly Minitest-specific | James Mead | 2018-04-07 | 1 | -1/+1 |
* | | Merge pull request #32355 from kamipo/delegate_to_klass_in_a_scope | Rafael França | 2018-04-06 | 1 | -0/+7 |
|\ \ |
|
| * | | Deprecate accessibility of private/protected class methods in named scope | Ryuta Kamizono | 2018-03-30 | 1 | -0/+7 |
* | | | Merge pull request #32441 from composerinteralia/refute-not | Rafael França | 2018-04-04 | 9 | -16/+16 |
|\ \ \ |
|
| * | | | Autocorrect `refute` RuboCop violations | Daniel Colson | 2018-04-03 | 9 | -16/+16 |
* | | | | Merge pull request #32414 from bogdan/query-cache-optimization | Rafael França | 2018-04-04 | 1 | -1/+2 |
|\ \ \ \ |
|
| * | | | | Optimize the code inside AR::QueryCache middleware | Bogdan Gusiev | 2018-04-04 | 1 | -1/+2 |
* | | | | | Add AR::Base.base_class? predicate | Bogdan Gusiev | 2018-04-02 | 2 | -1/+10 |
| |/ / /
|/| | | |
|
* | | | | Remove leftover blank sqlite3 file after in memory handler tests. | utilum | 2018-04-01 | 1 | -0/+2 |
* | | | | Fix two-level database configurations with URLs | Eugene Kenny | 2018-03-31 | 1 | -10/+52 |
|/ / / |
|
* | | | Fix intermittent CI failure due to setting explicit `person.id = 10` | Ryuta Kamizono | 2018-03-30 | 1 | -4/+0 |
* | | | Merge pull request #32338 from eugeneius/dont_clobber_foreign_key | Ryuta Kamizono | 2018-03-30 | 1 | -0/+2 |
|\ \ \ |
|
| * | | | Don't unset foreign key when preloading missing record | Eugene Kenny | 2018-03-24 | 1 | -0/+2 |
* | | | | Merge pull request #30956 from CJStadler/with-lock-changed-deprecation | Rafael França | 2018-03-28 | 1 | -0/+11 |
* | | | | Merge pull request #32299 from davidstosik/expose-fk-ignore-pattern | Guillermo Iguaran | 2018-03-27 | 1 | -0/+11 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Move fk_ignore_pattern from config.active_record to SchemaDumper | David Stosik | 2018-03-22 | 1 | -1/+4 |
| * | | | Test config.active_record.fk_ignore_pattern | David Stosik | 2018-03-20 | 1 | -0/+8 |
* | | | | Merge pull request #32274 from eileencodes/part-1-add-rake-tasks-for-multi-db | Eileen M. Uchitelle | 2018-03-26 | 1 | -1/+128 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Add tests for new rake tasks | eileencodes | 2018-03-21 | 1 | -1/+128 |
| |/ / |
|
* | | | Merge pull request #32306 from danhuynhdev/feature/store-accessor-prefix | Andrew White | 2018-03-24 | 1 | -1/+21 |
|\ \ \ |
|
| * | | | Add custom prefix to ActiveRecord::Store accessors | Tan Huynh | 2018-03-23 | 1 | -1/+21 |
* | | | | Fix that `touch(:updated_at)` causes multiple assignments on the column | Ryuta Kamizono | 2018-03-23 | 1 | -0/+10 |
|/ / / |
|
* / / | Add `QueryingMethodsDelegationTest` to cover query methods delegation | Ryuta Kamizono | 2018-03-22 | 1 | -0/+28 |
|/ / |
|
* | | Fix failing `QuotingTest#test_quoted_time_utc` | bogdanvlviv | 2018-03-19 | 1 | -2/+2 |
* | | Merge pull request #32271 from eileencodes/fix-three-tier-default-connection | Eileen M. Uchitelle | 2018-03-16 | 1 | -0/+48 |
|\ \ |
|
| * | | Fix connection handling with three-tier config | eileencodes | 2018-03-16 | 1 | -0/+48 |
* | | | Fix multiline expression indexes for postgresql (#31621) | fatkodima | 2018-03-16 | 1 | -1/+1 |
* | | | Merge pull request #31250 from lsylvester/only-preload-misses-on-multifetch-c... | Kasper Timm Hansen | 2018-03-15 | 1 | -1/+6 |
|\ \ \ |
|
| * | | | Only preload misses on multifetch cache | Lachlan Sylvester | 2018-03-06 | 1 | -1/+6 |