Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | Make generated test work even when using virtual attributes | yuuji.yaginuma | 2019-05-05 | 6 | -7/+56 | |
|/ / / / / / / | ||||||
* | | | | | | | Fix test case name to fit file name | yuuji.yaginuma | 2019-05-04 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #36172 from tgxworld/recover_pluck_perf | Ryuta Kamizono | 2019-05-04 | 1 | -0/+5 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Recover perf for `pluck` by reverting 9c9c950d02af83742a5f76302d0faa99508f242c. | Guo Xiang Tan | 2019-05-03 | 1 | -0/+5 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #36168 from yahonda/remove_redundant_test_too_many_binds_t... | Ryuta Kamizono | 2019-05-03 | 1 | -20/+0 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Remove redundant `test_too_many_binds` | Yasuo Honda | 2019-05-03 | 1 | -20/+0 | |
* | | | | | | | | Merge pull request #36167 from alecclarke/update-file-extension-used-in-guide | Yuji Yaginuma | 2019-05-03 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | [ci skip] Correct the stylesheet name used in the guide. | Alec Clarke | 2019-05-02 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #36166 from alexcameron89/add_action_cable_rn | Alex Kitchens | 2019-05-02 | 1 | -11/+30 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add Action Cable Release Notes [ci skip] | Alex Kitchens | 2019-05-02 | 1 | -11/+30 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #36131 from Shopify/fix-association-extension-module-names... | Xavier Noria | 2019-05-02 | 3 | -12/+12 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Namespace association extension modules under the owner model | Jean Boussier | 2019-05-02 | 3 | -12/+12 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #36152 from prathamesh-sonpatki/active-support-notes | प्रथमेश Sonpatki | 2019-05-02 | 1 | -0/+186 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | Update guides/source/6_0_release_notes.md | Connor Shea | 2019-05-02 | 1 | -1/+1 | |
| * | | | | | | Added release notes for Active Support [ci skip] | Prathamesh Sonpatki | 2019-05-02 | 1 | -0/+186 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #36159 from sharang-d/update-getting-started | Ryuta Kamizono | 2019-05-02 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Update asset compression text [ci skip] | Sharang Dashputre | 2019-05-02 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Make scope arity check consistent (#36134) | Rob Trame | 2019-05-01 | 3 | -1/+20 | |
* | | | | | | Merge pull request #36149 from alexcameron89/add_active_storage_rn | Rafael França | 2019-05-01 | 1 | -2/+60 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add Release Notes for Active Storage [ci skip] | Alex Kitchens | 2019-05-01 | 1 | -2/+60 | |
* | | | | | | | Merge pull request #35337 from abhaynikam/35265-remove-unused-argument-layout... | Rafael França | 2019-05-01 | 3 | -8/+7 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Removed unused layout attribute from RenderedTemplate | Abhay Nikam | 2019-03-09 | 3 | -8/+7 | |
* | | | | | | | | Merge pull request #36155 from prathamesh-sonpatki/am-release-notes | Rafael França | 2019-05-01 | 1 | -0/+24 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Active Model release notes [ci skip] | Prathamesh Sonpatki | 2019-05-01 | 1 | -0/+24 | |
* | | | | | | | | | Merge pull request #34642 from azimux/improve-hwia-initialize-by-skipping-to_... | Rafael França | 2019-05-01 | 2 | -1/+29 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | HashWithIndifferentAccess#initialize performance improvement | Miles Georgi | 2018-12-06 | 2 | -1/+29 | |
* | | | | | | | | | | Merge pull request #36157 from prathamesh-sonpatki/getting-started-updates | Rafael França | 2019-05-01 | 1 | -5/+3 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Updates to getting started per Rails 6.0 changes [ci skip] | Prathamesh Sonpatki | 2019-05-01 | 1 | -5/+3 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #36153 from yahonda/use_schema_to_ignore | Ryuta Kamizono | 2019-05-01 | 3 | -19/+7 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Remove database specific sql statements from SQLCounter | Yasuo Honda | 2019-05-01 | 3 | -19/+7 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | `@controller` may not be defined here, and if so, it causes a Ruby warning | Akira Matsuda | 2019-05-01 | 1 | -1/+1 | |
* | | | | | | | | | | Merge pull request #36150 from rails/error-any-delegation | Aaron Patterson | 2019-04-30 | 2 | -1/+12 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | any? should be delegated to the errors list | Aaron Patterson | 2019-04-30 | 2 | -1/+12 | |
* | | | | | | | | | | | Merge pull request #36148 from ksolo/update-event-duration-in-notifications | Eileen M. Uchitelle | 2019-04-30 | 2 | -6/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | revert changes to monotonic times | Kevin Solorio | 2019-04-30 | 2 | -6/+5 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #36146 from carlesjove/remove_outdated_gem_from_guides | Ryuta Kamizono | 2019-05-01 | 1 | -21/+0 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Remove dynamic_form gem references in guides | Carles Jove i Buxeda | 2019-04-30 | 1 | -21/+0 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #36142 from kamipo/should_take_first_record_state | Ryuta Kamizono | 2019-04-30 | 2 | -8/+11 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Should take the record's state of first action in the transaction | Ryuta Kamizono | 2019-04-30 | 2 | -8/+11 | |
* | | | | | | | | | Merge pull request #36137 from prathamesh-sonpatki/action-mailer-release-notes | Alex Kitchens | 2019-04-30 | 1 | -0/+33 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Action Mailer release notes [ci skip] | Prathamesh Sonpatki | 2019-04-30 | 1 | -0/+33 | |
* | | | | | | | | | Fix rubocop offences | Ryuta Kamizono | 2019-04-30 | 2 | -3/+3 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #36130 from alexcameron89/add_action_view_rn | प्रथमेश Sonpatki | 2019-04-30 | 1 | -0/+53 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | [ci skip] Add 6.0 Release Notes for Action View | Alex Kitchens | 2019-04-29 | 1 | -0/+53 | |
* | | | | | | | | | Merge pull request #36136 from robinjfisher/patch-1 | Ryuta Kamizono | 2019-04-30 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix incorrect url in guide [ci skip] | Robin Fisher | 2019-04-29 | 1 | -1/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Extract `_raise_record_not_touched_error` | Ryuta Kamizono | 2019-04-29 | 2 | -16/+13 | |
* | | | | | | | | | Merge pull request #36129 from okuramasafumi/improve-error-message-of-delegate | Ryuta Kamizono | 2019-04-29 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Improve error message of ActiveSupport delegate | okuramasafumi | 2019-04-29 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | fixes typo in guide [ci skip] | Xavier Noria | 2019-04-28 | 1 | -1/+1 |