Sha256: cfbf53200e14d9cc515b893916a8afca3b773ffe11e0ae5f94c0283c057ad603

Contents?: true

Size: 1.69 KB

Versions: 11

Compression:

Stored size: 1.69 KB

Contents

# Be sure to restart your server when you modify this file.
#
# This file contains migration options to ease your Rails 5.2 upgrade.
#
# Once upgraded flip defaults one by one to migrate to the new default.
#
# Read the Guide for Upgrading Ruby on Rails for more info on each option.

# Make Active Record use stable #cache_key alongside new #cache_version method.
# This is needed for recyclable cache keys.
# Rails.application.config.active_record.cache_versioning = true

# Use AES-256-GCM authenticated encryption for encrypted cookies.
# Also, embed cookie expiry in signed or encrypted cookies for increased security.
#
# This option is not backwards compatible with earlier Rails versions.
# It's best enabled when your entire app is migrated and stable on 5.2.
#
# Existing cookies will be converted on read then written with the new scheme.
# Rails.application.config.action_dispatch.use_authenticated_cookie_encryption = true

# Use AES-256-GCM authenticated encryption as default cipher for encrypting messages
# instead of AES-256-CBC, when use_authenticated_message_encryption is set to true.
# Rails.application.config.active_support.use_authenticated_message_encryption = true

# Add default protection from forgery to ActionController::Base instead of in
# ApplicationController.
# Rails.application.config.action_controller.default_protect_from_forgery = true

# Store boolean values are in sqlite3 databases as 1 and 0 instead of 't' and
# 'f' after migrating old data.
# Rails.application.config.active_record.sqlite3.represent_boolean_as_integer = true

# Use SHA-1 instead of MD5 to generate non-sensitive digests, such as the ETag header.
# Rails.application.config.active_support.use_sha1_digests = true

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
fluentd-ui-1.2.1 config/initializers/new_framework_defaults_5_2.rb
fluentd-ui-1.2.0 config/initializers/new_framework_defaults_5_2.rb
fluentd-ui-1.1.0 config/initializers/new_framework_defaults_5_2.rb
fluentd-ui-1.0.1 config/initializers/new_framework_defaults_5_2.rb
fluentd-ui-1.0.0 config/initializers/new_framework_defaults_5_2.rb
fluentd-ui-1.0.0.beta.1 config/initializers/new_framework_defaults_5_2.rb
fluentd-ui-1.0.0.alpha.3 config/initializers/new_framework_defaults_5_2.rb
fluentd-ui-1.0.0.alpha.2 config/initializers/new_framework_defaults_5_2.rb
fluentd-ui-1.0.0.alpha.1 config/initializers/new_framework_defaults_5_2.rb
railties-5.2.0 lib/rails/generators/rails/app/templates/config/initializers/new_framework_defaults_5_2.rb.tt
railties-5.2.0.rc2 lib/rails/generators/rails/app/templates/config/initializers/new_framework_defaults_5_2.rb.tt