comparison config/initializers/new_framework_defaults_6_0.rb @ 185:f67f3ad50270

Update to latest rails and gems
author nanaya <me@nanaya.pro>
date Sun, 14 Jul 2019 15:38:04 +0900
parents
children
comparison
equal deleted inserted replaced
184:a35c2733552f 185:f67f3ad50270
1 # Be sure to restart your server when you modify this file.
2 #
3 # This file contains migration options to ease your Rails 6.0 upgrade.
4 #
5 # Once upgraded flip defaults one by one to migrate to the new default.
6 #
7 # Read the Guide for Upgrading Ruby on Rails for more info on each option.
8
9 # Don't force requests from old versions of IE to be UTF-8 encoded.
10 # Rails.application.config.action_view.default_enforce_utf8 = false
11
12 # Embed purpose and expiry metadata inside signed and encrypted
13 # cookies for increased security.
14 #
15 # This option is not backwards compatible with earlier Rails versions.
16 # It's best enabled when your entire app is migrated and stable on 6.0.
17 # Rails.application.config.action_dispatch.use_cookies_with_metadata = true
18
19 # Return false instead of self when enqueuing is aborted from a callback.
20 # Rails.application.config.active_job.return_false_on_aborted_enqueue = true
21
22 # Send Active Storage analysis and purge jobs to dedicated queues.
23 # Rails.application.config.active_storage.queues.analysis = :active_storage_analysis
24 # Rails.application.config.active_storage.queues.purge = :active_storage_purge
25
26 # Use ActionMailer::MailDeliveryJob for sending parameterized and normal mail.
27 #
28 # The default delivery jobs (ActionMailer::Parameterized::DeliveryJob, ActionMailer::DeliveryJob),
29 # will be removed in Rails 6.1. This setting is not backwards compatible with earlier Rails versions.
30 # If you send mail in the background, job workers need to have a copy of
31 # MailDeliveryJob to ensure all delivery jobs are processed properly.
32 # Make sure your entire app is migrated and stable on 6.0 before using this setting.
33 # Rails.application.config.action_mailer.delivery_job = "ActionMailer::MailDeliveryJob"