Sha256: a9fa0016d256fe8f165b63d613013a3a0416f8e2cb335e39f734f1d099f1590e

Contents?: true

Size: 1.15 KB

Versions: 7

Compression:

Stored size: 1.15 KB

Contents

# Be sure to restart your server when you modify this file.
#
# This file eases your Rails 8.0 framework defaults upgrade.
#
# Uncomment each configuration one by one to switch to the new default.
# Once your application is ready to run with all new defaults, you can remove
# this file and set the `config.load_defaults` to `8.0`.
#
# Read the Guide for Upgrading Ruby on Rails for more info on each option.
# https://guides.rubyonrails.org/upgrading_ruby_on_rails.html

###
# Specifies whether `to_time` methods preserve the UTC offset of their receivers or preserves the timezone.
# If set to `:zone`, `to_time` methods will use the timezone of their receivers.
# If set to `:offset`, `to_time` methods will use the UTC offset.
# If `false`, `to_time` methods will convert to the local system UTC offset instead.
#++
# Rails.application.config.active_support.to_time_preserves_timezone = :zone

###
# When both `If-Modified-Since` and `If-None-Match` are provided by the client
# only consider `If-None-Match` as specified by RFC 7232 Section 6.
# If set to `false` both conditions need to be satisfied.
#++
# Rails.application.config.action_dispatch.strict_freshness = true

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
railties-8.0.0.rc1 lib/rails/generators/rails/app/templates/config/initializers/new_framework_defaults_8_0.rb.tt
railties-8.0.0.beta1 lib/rails/generators/rails/app/templates/config/initializers/new_framework_defaults_8_0.rb.tt
omg-railties-8.0.0.alpha9 lib/rails/generators/rails/app/templates/config/initializers/new_framework_defaults_8_0.rb.tt
omg-railties-8.0.0.alpha8 lib/rails/generators/rails/app/templates/config/initializers/new_framework_defaults_8_0.rb.tt
omg-railties-8.0.0.alpha7 lib/rails/generators/rails/app/templates/config/initializers/new_framework_defaults_8_0.rb.tt
omg-railties-8.0.0.alpha4 lib/rails/generators/rails/app/templates/config/initializers/new_framework_defaults_8_0.rb.tt
omg-railties-8.0.0.alpha3 lib/rails/generators/rails/app/templates/config/initializers/new_framework_defaults_8_0.rb.tt