| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove math module from count | Nikolai B | 2018-04-25 | 1 | -2/+0 |
* | `get_value` needs to be a public method | Graham Turner | 2018-04-25 | 3 | -4/+15 |
* | 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 | 144 | -2/+11379 |
|\ |
|
| * | Arel: :nodoc: all | Matthew Draper | 2018-02-24 | 81 | -81/+81 |
| * | Arel: rubocop -a | Matthew Draper | 2018-02-24 | 142 | -3074/+3179 |
| * | Merge Arel into Active Record | Matthew Draper | 2018-02-24 | 144 | -2/+11274 |
* | | Merge pull request #32646 from derekprior/dp-schema-dumper-documentation | Sean Griffin | 2018-04-24 | 1 | -5/+5 |
|\ \ |
|
| * | | Update schema.rb documentation [CI SKIP] | Derek Prior | 2018-04-24 | 1 | -5/+5 |
* | | | `columns` is cached in the statement | Ryuta Kamizono | 2018-04-24 | 1 | -6/+3 |
* | | | Save a hash allocation in MySQL statement pool | Eugene Kenny | 2018-04-23 | 2 | -5/+2 |
* | | | Using existing models for building multiple has_one through tests | Ryuta Kamizono | 2018-04-22 | 7 | -54/+15 |
* | | | Merge pull request #32514 from samdec/multiple-has-one-through-associations-b... | Ryuta Kamizono | 2018-04-22 | 7 | -1/+64 |
|\ \ \ |
|
| * | | | Fix .new with multiple through associations | Sam DeCesare | 2018-04-09 | 7 | -1/+64 |
* | | | | `target` in `CollectionAssociation` is always an array | Ryuta Kamizono | 2018-04-21 | 1 | -2/+2 |
* | | | | Add test case for `collection.size` with dirty target | Ryuta Kamizono | 2018-04-21 | 1 | -0/+10 |
* | | | | Fix typo in the `touch_all` doc [ci skip] | Ryuta Kamizono | 2018-04-21 | 1 | -4/+4 |
* | | | | 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 | 4 | -10/+51 |
* | | | | | Merge pull request #31513 from fatkodima/relation-touch_all | Rafael França | 2018-04-20 | 4 | -11/+101 |
|\ \ \ \ \ |
|
| * | | | | | Add `touch_all` method to `ActiveRecord::Relation` | fatkodima | 2018-04-13 | 4 | -11/+101 |
* | | | | | | Merge pull request #32667 from yahonda/mod_empty_insert_statement_value | Rafael França | 2018-04-20 | 3 | -3/+3 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| * | | | | | Allow `primary_key` argument to `empty_insert_statement_value` | Yasuo Honda | 2018-04-20 | 3 | -3/+3 |
* | | | | | | Merge pull request #32650 from bogdanvlviv/return_back_slash_and_use___dir__ | Rafael França | 2018-04-19 | 1 | -1/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | Return back "/" to the end of RAILS_GEM_ROOT | bogdanvlviv | 2018-04-20 | 1 | -1/+1 |
* | | | | | | | Don't expose `Relation#preload_associations` in the doc | Ryuta Kamizono | 2018-04-20 | 1 | -1/+1 |
* | | | | | | | 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 | 2 | -2/+6 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | Fix relation merging with skip_query_cache! | James Williams | 2018-04-19 | 3 | -3/+11 |
| | |_|/ /
| |/| | | |
|
* / | | | | Replace `assert !` with `assert_not` | Daniel Colson | 2018-04-19 | 35 | -144/+144 |
|/ / / / |
|
* | | | | Remove unused attr_writer :joinable on Transaction | Eugene Kenny | 2018-04-17 | 1 | -1/+0 |
* | | | | Add missing `require "benchmark"` | r7kamura | 2018-04-15 | 1 | -0/+1 |
* | | | | Fix broken nodocs | Chris Arcand | 2018-04-13 | 2 | -2/+2 |
|/ / / |
|
* | | | Fix database.yml merging | eileencodes | 2018-04-12 | 1 | -1/+1 |
* | | | don't check for immutability when setting skip_preloading as it doesn't effec... | Lachlan Sylvester | 2018-04-12 | 3 | -3/+12 |
* | | | Merge pull request #32498 from eugeneius/mutation_tracker_merge_changes | Ryuta Kamizono | 2018-04-10 | 1 | -0/+8 |
|\ \ \
| |/ /
|/| | |
|
| * | | Prevent changes_to_save from mutating attributes | Eugene Kenny | 2018-04-08 | 1 | -0/+8 |
* | | | Don't create namespaced tasks if single db application | eileencodes | 2018-04-09 | 1 | -2/+7 |
* | | | Allow schema/structure load for multiple databases | eileencodes | 2018-04-09 | 1 | -3/+3 |
* | | | Avoid generating full changes hash on every save | Eugene Kenny | 2018-04-08 | 1 | -1/+1 |
|/ / |
|
* | | 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 | 5 | -1/+30 |
|\ \ |
|
| * | | Deprecate accessibility of private/protected class methods in named scope | Ryuta Kamizono | 2018-03-30 | 4 | -4/+16 |
| * | | Bring back private class methods accessibility in named scope | Ryuta Kamizono | 2018-03-27 | 4 | -2/+19 |
* | | | Fix structure:dump for multiple databases | eileencodes | 2018-04-06 | 1 | -2/+1 |
* | | | 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 #32447 from utilum/splat | Rafael França | 2018-04-04 | 1 | -2/+3 |
|\ \ \ \ |
|
| * | | | | passing splat keyword arguments as a single Hash | utilum | 2018-04-04 | 1 | -2/+3 |