Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | Merge pull request #34064 from schneems/schneems/revert-7f870a5ba2aa9177aa4a0... | Richard Schneeman | 2018-10-04 | 10 | -81/+36 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Revert "Merge pull request #33970 from rails/eager-url-helpers" | schneems | 2018-10-03 | 10 | -81/+36 | |
* | | | | | | | | | | Restore `preloaders_for_one` method | Ryuta Kamizono | 2018-10-05 | 1 | -5/+9 | |
| |_|_|_|_|_|/ / / |/| | | | | | | | | ||||||
* | | | | | | | | | failing test for eager loading | Matt Jones | 2018-10-04 | 1 | -0/+5 | |
* | | | | | | | | | Merge pull request #33938 from faucct/bugfix/preload_through_no_records | Eileen M. Uchitelle | 2018-10-04 | 2 | -28/+29 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | | ||||||
| * | | | | | | | | ActiveRecord::Associations::Preloader should not fail to preload through miss... | Nikita Sokolov | 2018-10-02 | 2 | -28/+29 | |
* | | | | | | | | | Merge pull request #34073 from aidanharan/activerecord-regex-escape-table-name | Ryuta Kamizono | 2018-10-04 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Escape table name so that it can be used in regular expression | Aidan Haran | 2018-10-04 | 1 | -1/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #34066 from eugeneius/remove_database_warning | Ryuta Kamizono | 2018-10-04 | 1 | -15/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Remove unreachable database warning | Eugene Kenny | 2018-10-04 | 1 | -15/+1 | |
* | | | | | | | | | | Merge pull request #33936 from schneems/schneems/cache-micro-optimizations | Richard Schneeman | 2018-10-04 | 1 | -2/+6 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Decrease memory allocations in cache.rb | schneems | 2018-09-21 | 1 | -2/+6 | |
* | | | | | | | | | | Don't use deprecated `LoggerSilence` | yuuji.yaginuma | 2018-10-04 | 1 | -1/+1 | |
| |_|/ / / / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | Merge pull request #34055 from Edouard-chin/ec-logger-fix | Rafael França | 2018-10-03 | 6 | -22/+65 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix the LoggerSilence to work as described: | Edouard CHIN | 2018-10-02 | 6 | -22/+65 | |
* | | | | | | | | | | Merge pull request #34063 from bogdanvlviv/fix-rubocop-offense-b707a6d0eb7 | Rafael França | 2018-10-03 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Fix rubocop issue | bogdanvlviv | 2018-10-03 | 1 | -1/+1 | |
| | |_|_|/ / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #34061 from gmcgibbon/fixtures_refactor_file | Eileen M. Uchitelle | 2018-10-03 | 3 | -214/+220 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Move test_fixtures and render_context to separate files | Gannon McGibbon | 2018-10-03 | 3 | -214/+220 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Fix the docs for Module#parents and related methods in guides [ci skip] | Prathamesh Sonpatki | 2018-10-03 | 1 | -16/+16 | |
* | | | | | | | | | Bring config_accessor's API document back to its life | Akira Matsuda | 2018-10-03 | 1 | -1/+1 | |
* | | | | | | | | | :warning: assigned but unused variable - logger | Akira Matsuda | 2018-10-03 | 1 | -1/+1 | |
* | | | | | | | | | Move UPDATE/DELETE with JOIN handling to the Arel side | Ryuta Kamizono | 2018-10-03 | 5 | -106/+92 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #34051 from gmcgibbon/module_parent_method_rename | Rafael Mendonça França | 2018-10-02 | 10 | -36/+83 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix call sites | Gannon McGibbon | 2018-10-02 | 7 | -12/+12 | |
| * | | | | | | | | Prefix Module#parent, Module#parents, and Module#parent_name with module | Gannon McGibbon | 2018-10-02 | 3 | -24/+71 | |
* | | | | | | | | | Merge pull request #34053 from prathamesh-sonpatki/update-js-docs | Rafael França | 2018-10-02 | 5 | -17/+5 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Turbolinks is enabled by default in new apps [ci skip] | Prathamesh Sonpatki | 2018-10-03 | 1 | -4/+0 | |
| * | | | | | | | | | Update the docs now that webpacker is default [ci skip] | Prathamesh Sonpatki | 2018-10-03 | 4 | -13/+5 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #34045 from Edouard-chin/ec-logger-silence-namespace | Rafael França | 2018-10-02 | 4 | -14/+41 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Deprecate the `LoggerSilence` constant: | Edouard CHIN | 2018-10-02 | 4 | -14/+41 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #33058 from gmcgibbon/string_first_last_negative_deprecation | Rafael França | 2018-10-02 | 3 | -0/+30 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Add deprecation warning when String#first and String#last receive negative in... | Gannon McGibbon | 2018-09-28 | 3 | -0/+30 | |
* | | | | | | | | | Merge pull request #34049 from sharang-d/marshalling-text-changes | Ryuta Kamizono | 2018-10-02 | 8 | -28/+28 | |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Fix spellings for 'unmarshall(ing/ed)' & 'marshall(ing/ed)' | Sharang Dashputre | 2018-10-02 | 8 | -28/+28 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #34046 from rtlechow/fix-typos | Yuji Yaginuma | 2018-10-02 | 2 | -3/+3 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix typos | R.T. Lechow | 2018-10-01 | 2 | -3/+3 | |
* | | | | | | | | | Remove unnecessary `coffee-rails` | yuuji.yaginuma | 2018-10-02 | 2 | -5/+0 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Remove duplicated before_install entries in .travis.yml | Ryuta Kamizono | 2018-10-01 | 1 | -3/+0 | |
* | | | | | | | | Make Webpacker the default JavaScript compiler for Rails 6 (#33079) | David Heinemeier Hansson | 2018-09-30 | 49 | -327/+285 | |
* | | | | | | | | Handle UPDATE/DELETE with OFFSET in Arel | Ryuta Kamizono | 2018-10-01 | 6 | -19/+35 | |
* | | | | | | | | Merge pull request #23593 from meinac/add_index_option_for_change_table | Ryuta Kamizono | 2018-10-01 | 3 | -0/+22 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Index option added for change_table migrations | Mehmet Emin INAC | 2018-09-22 | 3 | -0/+22 | |
* | | | | | | | | | Merge pull request #33256 from ilkkao/ilkkao/remove-unused-params-option | Ryuta Kamizono | 2018-10-01 | 3 | -5/+5 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Don't handle params option in a special way in url_for helper | Ilkka Oksanen | 2018-08-20 | 3 | -5/+5 | |
* | | | | | | | | | | Merge pull request #32031 from yahonda/remove_redundant_freeze | Ryuta Kamizono | 2018-10-01 | 109 | -268/+274 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Add `Style/RedundantFreeze` to remove redudant `.freeze` | Yasuo Honda | 2018-09-29 | 109 | -268/+274 | |
* | | | | | | | | | | | Explain why we have explicit marshaling methods | David Heinemeier Hansson | 2018-09-30 | 1 | -2/+6 | |
* | | | | | | | | | | | make actionview templates marshalable so that they can be serialized during t... | lsylvester | 2018-09-30 | 2 | -0/+16 | |
* | | | | | | | | | | | Merge pull request #34031 from lsylvester/require-except-before-aliasing-it | Yuji Yaginuma | 2018-10-01 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | |