aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Avoid extra allocation in String#from and #toJonathan Hefner2019-05-051-2/+3
* Merge pull request #36168 from yahonda/remove_redundant_test_too_many_binds_t...Ryuta Kamizono2019-05-031-20/+0
|\
| * Remove redundant `test_too_many_binds`Yasuo Honda2019-05-031-20/+0
* | Merge pull request #36167 from alecclarke/update-file-extension-used-in-guideYuji Yaginuma2019-05-031-1/+1
|\ \ | |/ |/|
| * [ci skip] Correct the stylesheet name used in the guide.Alec Clarke2019-05-021-1/+1
|/
* Merge pull request #36166 from alexcameron89/add_action_cable_rnAlex Kitchens2019-05-021-11/+30
|\
| * Add Action Cable Release Notes [ci skip]Alex Kitchens2019-05-021-11/+30
|/
* Merge pull request #36131 from Shopify/fix-association-extension-module-names...Xavier Noria2019-05-023-12/+12
|\
| * Namespace association extension modules under the owner modelJean Boussier2019-05-023-12/+12
|/
* Merge pull request #36152 from prathamesh-sonpatki/active-support-notesप्रथमेश Sonpatki2019-05-021-0/+186
|\
| * Update guides/source/6_0_release_notes.mdConnor Shea2019-05-021-1/+1
| * Added release notes for Active Support [ci skip]Prathamesh Sonpatki2019-05-021-0/+186
|/
* Merge pull request #36159 from sharang-d/update-getting-startedRyuta Kamizono2019-05-021-1/+1
|\
| * Update asset compression text [ci skip]Sharang Dashputre2019-05-021-1/+1
|/
* Make scope arity check consistent (#36134)Rob Trame2019-05-013-1/+20
* Merge pull request #36149 from alexcameron89/add_active_storage_rnRafael França2019-05-011-2/+60
|\
| * Add Release Notes for Active Storage [ci skip]Alex Kitchens2019-05-011-2/+60
* | Merge pull request #35337 from abhaynikam/35265-remove-unused-argument-layout...Rafael França2019-05-013-8/+7
|\ \
| * | Removed unused layout attribute from RenderedTemplateAbhay Nikam2019-03-093-8/+7
* | | Merge pull request #36155 from prathamesh-sonpatki/am-release-notesRafael França2019-05-011-0/+24
|\ \ \
| * | | Active Model release notes [ci skip]Prathamesh Sonpatki2019-05-011-0/+24
* | | | Merge pull request #34642 from azimux/improve-hwia-initialize-by-skipping-to_...Rafael França2019-05-012-1/+29
|\ \ \ \
| * | | | HashWithIndifferentAccess#initialize performance improvementMiles Georgi2018-12-062-1/+29
* | | | | Merge pull request #36157 from prathamesh-sonpatki/getting-started-updatesRafael França2019-05-011-5/+3
|\ \ \ \ \
| * | | | | Updates to getting started per Rails 6.0 changes [ci skip]Prathamesh Sonpatki2019-05-011-5/+3
| | |/ / / | |/| | |
* | | | | Merge pull request #36153 from yahonda/use_schema_to_ignoreRyuta Kamizono2019-05-013-19/+7
|\ \ \ \ \
| * | | | | Remove database specific sql statements from SQLCounterYasuo Honda2019-05-013-19/+7
|/ / / / /
* | | | | `@controller` may not be defined here, and if so, it causes a Ruby warningAkira Matsuda2019-05-011-1/+1
* | | | | Merge pull request #36150 from rails/error-any-delegationAaron Patterson2019-04-302-1/+12
|\ \ \ \ \
| * | | | | any? should be delegated to the errors listAaron Patterson2019-04-302-1/+12
* | | | | | Merge pull request #36148 from ksolo/update-event-duration-in-notificationsEileen M. Uchitelle2019-04-302-6/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | revert changes to monotonic timesKevin Solorio2019-04-302-6/+5
|/ / / / /
* | | | | Merge pull request #36146 from carlesjove/remove_outdated_gem_from_guidesRyuta Kamizono2019-05-011-21/+0
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Remove dynamic_form gem references in guidesCarles Jove i Buxeda2019-04-301-21/+0
|/ / / /
* | | | Merge pull request #36142 from kamipo/should_take_first_record_stateRyuta Kamizono2019-04-302-8/+11
|\ \ \ \ | |/ / / |/| | |
| * | | Should take the record's state of first action in the transactionRyuta Kamizono2019-04-302-8/+11
* | | | Merge pull request #36137 from prathamesh-sonpatki/action-mailer-release-notesAlex Kitchens2019-04-301-0/+33
|\ \ \ \ | |/ / / |/| | |
| * | | Action Mailer release notes [ci skip]Prathamesh Sonpatki2019-04-301-0/+33
* | | | Fix rubocop offencesRyuta Kamizono2019-04-302-3/+3
|/ / /
* | | Merge pull request #36130 from alexcameron89/add_action_view_rnप्रथमेश Sonpatki2019-04-301-0/+53
|\ \ \
| * | | [ci skip] Add 6.0 Release Notes for Action ViewAlex Kitchens2019-04-291-0/+53
* | | | Merge pull request #36136 from robinjfisher/patch-1Ryuta Kamizono2019-04-301-1/+1
|\ \ \ \
| * | | | Fix incorrect url in guide [ci skip]Robin Fisher2019-04-291-1/+1
|/ / / /
* | | | Extract `_raise_record_not_touched_error`Ryuta Kamizono2019-04-292-16/+13
* | | | Merge pull request #36129 from okuramasafumi/improve-error-message-of-delegateRyuta Kamizono2019-04-291-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Improve error message of ActiveSupport delegateokuramasafumi2019-04-291-1/+1
|/ / /
* | | fixes typo in guide [ci skip]Xavier Noria2019-04-281-1/+1
* | | new config to opt-out from adding app directories to $LOAD_PATHXavier Noria2019-04-284-6/+40
* | | Merge pull request #36121 from alecclarke/update-model-generator-output-in-guideप्रथमेश Sonpatki2019-04-271-4/+7
|\ \ \
| * | | [ci skip] Update the guide's model generator output.Alec Clarke2019-04-271-4/+7
|/ / /