aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Remove redundant `travel_back`yuuji.yaginuma2018-08-312-7/+0
|/ / / / / / /
* | | | | | | Merge pull request #33762 from nicolasmlv/typoRyuta Kamizono2018-08-311-1/+1
|\ \ \ \ \ \ \
| * | | | | | | [ci skip] Typo in form helpers guideNicolas Maloeuvre2018-08-301-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #33751 from steves/add_retry_notifications_to_ajRafael França2018-08-305-35/+152
|\ \ \ \ \ \ \
| * | | | | | | Move ActiveJob retry and discard logging into log subscriberSteve S2018-08-303-32/+103
| * | | | | | | Add hooks to ActiveJob around retries and discardsSteve S2018-08-293-7/+53
* | | | | | | | Just delegate `update` with ids on a relation to `klass.update`Ryuta Kamizono2018-08-312-2/+24
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge pull request #33637 from eileencodes/ar-connection-management-refactoringEileen M. Uchitelle2018-08-3021-255/+1192
|\ \ \ \ \ \ \
| * | | | | | | Refactors Active Record connection managementEileen Uchitelle2018-08-3021-255/+1192
* | | | | | | | Merge pull request #33759 from schneems/schneems/move-variable-out-of-loopRichard Schneeman2018-08-301-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Do not recompute lengthschneems2018-08-301-2/+2
* | | | | | | | | Merge pull request #33760 from eileencodes/add-migrations_paths_option-to-mig...Eileen M. Uchitelle2018-08-304-1/+28
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add migrations_paths option to migration generatorEileen Uchitelle2018-08-304-1/+28
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #33761 from schneems/schneems/strong_params_docRichard Schneeman2018-08-301-0/+10
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [ci skip] Document permitted_scalar_filterschneems2018-08-301-0/+10
|/ / / / / / / / /
* | | | | | | | | Refactor `attributes_for_{create,update}` to avoid an extra allocationRyuta Kamizono2018-08-312-4/+4
* | | | | | | | | Remove `attributes_with_values_for_{create,update}` for internal useRyuta Kamizono2018-08-302-10/+5
* | | | | | | | | Remove extra `& self.class.column_names` in `keys_for_partial_write`Ryuta Kamizono2018-08-301-6/+6
* | | | | | | | | Merge pull request #33757 from bogdanvlviv/follow-up-32937Ryuta Kamizono2018-08-303-4/+16
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add info about purpose in cookies to "Upgrading Ruby on Rails" guide [ci skip]bogdanvlviv2018-08-301-0/+11
| * | | | | | | | | Add info about `config.action_dispatch.use_cookies_with_metadata` to "Configu...bogdanvlviv2018-08-301-0/+3
| * | | | | | | | | Fix `actionpack/CHANGELOG.md` [ci skip]bogdanvlviv2018-08-301-4/+2
|/ / / / / / / / /
* | | | | | | | | Add missing requireyuuji.yaginuma2018-08-301-0/+1
* | | | | | | | | Merge pull request #33729 from kddeisz/plural-automatic-inverseRafael França2018-08-292-5/+26
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Find inverse associations with plural namesKevin Deisz2018-08-272-5/+26
* | | | | | | | | Merge pull request #33752 from sgrif/sg-faster-tryRichard Schneeman2018-08-291-8/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | 20% faster `try`Sean Griffin2018-08-291-8/+7
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #33737 from bogdanvlviv/add-6_0_release_notes-guideRafael França2018-08-293-1/+183
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Add "Ruby on Rails 6.0 Release Notes" guide [ci skip]bogdanvlviv2018-08-293-1/+183
* | | | | | | | | Merge pull request #33744 from bogdanvlviv/fixes-27852Ryuta Kamizono2018-08-304-4/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Prevent leaking of user's DB credentials on `rails db:create` failurebogdanvlviv2018-08-294-4/+4
* | | | | | | | | | Merge pull request #33749 from schneems/schneems/faster-fragmentRichard Schneeman2018-08-291-1/+5
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fewer allocations in caching/fragments.rbschneems2018-08-291-1/+5
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #33750 from schneems/schneems/time_valueRichard Schneeman2018-08-291-1/+7
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Faster time_value.rbschneems2018-08-291-1/+7
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #33747 from schneems/schneems/faster-tryRichard Schneeman2018-08-291-1/+10
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | 32% Faster Object#tryschneems2018-08-291-1/+10
* | | | | | | | | | | Remove this conditionalEileen Uchitelle2018-08-291-1/+1
* | | | | | | | | | | Remove unused argumentEileen Uchitelle2018-08-291-1/+1
* | | | | | | | | | | Merge pull request #33748 from eileencodes/fix-erb-loading-issue-with-db-yamlEileen M. Uchitelle2018-08-293-16/+8
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Drop load_database_yaml and fix testEileen Uchitelle2018-08-293-16/+8
* | | | | | | | | | | Merge pull request #33718 from kddeisz/permit-listMatthew Draper2018-08-2919-52/+63
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | |
| * | | | | | | | | | Permit list usage cleanup and clearer documentationKevin Deisz2018-08-2715-40/+41
| * | | | | | | | | | Convert remaining usage of whitelist and blacklistKevin Deisz2018-08-245-14/+14
| * | | | | | | | | | Deprecate usage of ActionView::Template::Handlers::ERB::escape_whitelistKevin Deisz2018-08-241-2/+12
| * | | | | | | | | | Convert over the rest of the blacklist referencesKevin Deisz2018-08-241-2/+2
| * | | | | | | | | | Convert over the rest of the whitelist referencesKevin Deisz2018-08-2413-25/+25
* | | | | | | | | | | Generate the same value as a label of view in system test templateyuuji.yaginuma2018-08-292-3/+3
* | | | | | | | | | | Add test to make sure the custom object key can't be serializedRafael Mendonça França2018-08-281-2/+4
* | | | | | | | | | | Focus search input after page load on /rails/info/routes (#33683)James Brooks2018-08-281-0/+3
| |/ / / / / / / / / |/| | | | | | | | |