Sha256: 54b21891fc0ec1417ce876e1bb6cd59da0c7c1ff2b4d7d831d4406d560b920a7

Contents?: true

Size: 1.08 KB

Versions: 351

Compression:

Stored size: 1.08 KB

Contents

# Be sure to restart your server when you modify this file.
#
# This file contains migration options to ease your Rails 5.0 upgrade.
#
# Read the Rails 5.0 release notes for more info on each option.

# Enable per-form CSRF tokens. Previous versions had false.
Rails.application.config.action_controller.per_form_csrf_tokens = true

# Enable origin-checking CSRF mitigation. Previous versions had false.
Rails.application.config.action_controller.forgery_protection_origin_check = true

# Make Ruby 2.4 preserve the timezone of the receiver when calling `to_time`.
# Previous versions had false.
ActiveSupport.to_time_preserves_timezone = true

# Require `belongs_to` associations by default. Previous versions had false.
Rails.application.config.active_record.belongs_to_required_by_default = true

# Do not halt callback chains when a callback returns false. Previous versions had true.
ActiveSupport.halt_callback_chains_on_return_false = false

# Configure SSL options to enable HSTS with subdomains. Previous versions had false.
Rails.application.config.ssl_options = { hsts: { subdomains: true } }

Version data entries

351 entries across 316 versions & 57 rubygems

Version Path
logistics_core-21.11.2 spec/dummy/config/initializers/new_framework_defaults.rb
logistics_core-21.11.1 spec/dummy/config/initializers/new_framework_defaults.rb
thecore_settings-2.0.4 test/dummy/config/initializers/new_framework_defaults.rb
thecore_settings-2.0.3 test/dummy/config/initializers/new_framework_defaults.rb
thecore_settings-2.0.2 test/dummy/config/initializers/new_framework_defaults.rb
logistics_core-21.08.1 spec/dummy/config/initializers/new_framework_defaults.rb
logistics_core-21.03.1 spec/dummy/config/initializers/new_framework_defaults.rb
delayed-web-0.4.9 spec/dummy/config/initializers/new_framework_defaults.rb
logistics_core-20.10.3 spec/dummy/config/initializers/new_framework_defaults.rb
logistics_core-20.10.2 spec/dummy/config/initializers/new_framework_defaults.rb
mks_auth-1.4.0 spec/dummy/config/initializers/new_framework_defaults.rb
logistics_core-20.10.1 spec/dummy/config/initializers/new_framework_defaults.rb
mks_auth-1.2.0 spec/dummy/config/initializers/new_framework_defaults.rb
logistics_core-20.9.1 spec/dummy/config/initializers/new_framework_defaults.rb
mks_auth-1.0.0 spec/dummy/config/initializers/new_framework_defaults.rb
trailblazer-endpoint-0.0.4 test/rails-app/config/initializers/new_framework_defaults.rb
logistics_core-20.8.1 spec/dummy/config/initializers/new_framework_defaults.rb
trailblazer-endpoint-0.0.3 test/rails-app/config/initializers/new_framework_defaults.rb
bugsnag-6.15.0 features/fixtures/rails5/app/config/initializers/new_framework_defaults.rb
bugsnag-6.14.0 features/fixtures/rails5/app/config/initializers/new_framework_defaults.rb