Merge pull request #44067 from ghiculescu/patch-7

Add missing `cookies_serializer` config default
This commit is contained in:
Rafael Mendonça França 2022-01-04 14:27:10 -05:00 committed by GitHub
commit c83dbb9386
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1775,6 +1775,7 @@ Accepts a string for the HTML tag used to wrap attachments. Defaults to `"action
- `config.active_support.use_rfc4122_namespaced_uuids`: `true`
- `config.active_support.disable_to_s_conversion`: `true`
- `config.action_dispatch.return_only_request_media_type_on_content_type`: `false`
- `config.action_dispatch.cookies_serializer`: `:json`
- `config.action_mailer.smtp_timeout`: `5`
- `config.active_storage.video_preview_arguments`: `"-vf 'select=eq(n\\,0)+eq(key\\,1)+gt(scene\\,0.015),loop=loop=-1:size=2,trim=start_frame=1' -frames:v 1 -f image2"`
- `config.active_storage.multiple_file_field_include_hidden`: `true`