Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | 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 | |
* | | | | | new config to opt-out from adding app directories to $LOAD_PATH | Xavier Noria | 2019-04-28 | 4 | -6/+40 | |
* | | | | | Merge pull request #36121 from alecclarke/update-model-generator-output-in-guide | प्रथमेश Sonpatki | 2019-04-27 | 1 | -4/+7 | |
|\ \ \ \ \ | ||||||
| * | | | | | [ci skip] Update the guide's model generator output. | Alec Clarke | 2019-04-27 | 1 | -4/+7 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #36120 from kamipo/should_maintain_join_type | Ryuta Kamizono | 2019-04-27 | 6 | -17/+29 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix merging left_joins to maintain its own `join_type` context | Ryuta Kamizono | 2019-04-27 | 6 | -17/+29 | |
* | | | | | | Fallback to spawn instead of fork in jruby (#36111) | Guilherme Mansur | 2019-04-26 | 1 | -8/+12 | |
* | | | | | | Frozen truncate (#36109) | Jordan Thomas | 2019-04-26 | 3 | -1/+25 | |
* | | | | | | Merge pull request #36107 from alexcameron89/add_more_release_notes | प्रथमेश Sonpatki | 2019-04-26 | 1 | -0/+68 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | [ci skip] Add 6.0 Release Notes for Action Pack | Alex Kitchens | 2019-04-26 | 1 | -0/+68 | |
* | | | | | | | Halve string allocations in S3 streaming and partial downloads | George Claghorn | 2019-04-26 | 1 | -2/+2 | |
* | | | | | | | Merge pull request #36104 from prathamesh-sonpatki/bump-bootsnap | Kasper Timm Hansen | 2019-04-26 | 3 | -9/+9 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | Bump bootsnap to a version with disables iseq_cache for Ruby 2.5 | Prathamesh Sonpatki | 2019-04-26 | 3 | -9/+9 | |
* | | | | | | | Merge pull request #36098 from michaelrbock/patch-1 | Rafael França | 2019-04-25 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | Fixes grammar in comments on tag_name and tag_id | Michael Bock | 2019-04-25 | 1 | -2/+2 | |
| |/ / / / / | ||||||
* | | | | | | [ci skip] Get npm just the way they like it | Kasper Timm Hansen | 2019-04-25 | 1 | -1/+1 | |
* | | | | | | [ci skip] Remove à la just like that. | Kasper Timm Hansen | 2019-04-25 | 1 | -1/+2 | |
* | | | | | | [ci skip] Documentation pass of upgrading guide. | Kasper Timm Hansen | 2019-04-25 | 1 | -14/+14 | |
|/ / / / / | ||||||
* | | | | | Update bug report templates | Ryuta Kamizono | 2019-04-25 | 5 | -8/+8 | |
* | | | | | Merge pull request #36090 from prathamesh-sonpatki/fix-yarn-lock | Ryuta Kamizono | 2019-04-25 | 1 | -0/+7 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix outdated yarn.lock | Prathamesh Sonpatki | 2019-04-25 | 1 | -0/+7 | |
|/ / / / / | ||||||
* | | | | | Change the deprecation for Enumerating ActiveModel::Errors to Rails 6.1 inste... | Abhay Nikam | 2019-04-25 | 1 | -5/+5 | |
* | | | | | Merge pull request #36086 from abhaynikam/35869-add-documentation-for-has-one... | Ryuta Kamizono | 2019-04-25 | 1 | -2/+25 | |
|\ \ \ \ \ | ||||||
| * | | | | | Adds documentation for has_one touch option after #35869 [ci skip] | Abhay Nikam | 2019-04-25 | 1 | -2/+25 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #32313 from lulalala/model_error_as_object | Rafael França | 2019-04-24 | 22 | -230/+956 | |
|\ \ \ \ \ |