aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Improve documentation of `:ssl/:tls` option [ci skip]David Roetzel2019-07-292-2/+2
* Properly give defaults for DatabaseSelector optionsAkira Matsuda2019-05-071-3/+3
* Merge pull request #36190 from kamipo/should_attempt_tx_callbacks_to_all_recordsRyuta Kamizono2019-05-074-18/+71
|\
| * Should attempt `committed!`/`rolledback!` to all enrolled records in the tran...Ryuta Kamizono2019-05-074-18/+71
* | Merge pull request #36191 from st0012/remove-useless-methodRyuta Kamizono2019-05-071-5/+1
|\ \ | |/ |/|
| * Remove useless find_partial methodst00122019-05-071-5/+1
|/
* Remove useless `GC.start` in `test/template/render_test.rb`Ryuta Kamizono2019-05-061-14/+0
* Merge pull request #36189 from st0012/fix-36154Ryuta Kamizono2019-05-061-4/+9
|\
| * Clear Resolvers' cache after running RenderTestCases' test casesst00122019-05-061-4/+9
|/
* Make generated test work even when using virtual attributesyuuji.yaginuma2019-05-056-7/+56
* Fix test case name to fit file nameyuuji.yaginuma2019-05-041-1/+1
* Merge pull request #36172 from tgxworld/recover_pluck_perfRyuta Kamizono2019-05-041-0/+5
|\
| * Recover perf for `pluck` by reverting 9c9c950d02af83742a5f76302d0faa99508f242c.Guo Xiang Tan2019-05-031-0/+5
|/
* 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