Skip to content

Commit

Permalink
[TAN-3184] Delete new_framework_defaults_7_0.rb and load Rails 7.0 de…
Browse files Browse the repository at this point in the history
…faults
  • Loading branch information
adessy committed Dec 20, 2024
1 parent 816047e commit c87030f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 98 deletions.
8 changes: 1 addition & 7 deletions back/config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,7 @@ module Cl2Back
class Application < Rails::Application
require_dependency Rails.root.join('lib/citizen_lab')

# Initialize configuration defaults for originally generated Rails version.
config.load_defaults 6.1

# TODO: Delete the following settings once we move to config.load_defaults 7.0
config.active_support.disable_to_s_conversion = true
config.active_support.cache_format_version = 7.0
config.active_record.partial_inserts = false
config.load_defaults 7.0

# Configuration for the application, engines, and railties goes here.
#
Expand Down
91 changes: 0 additions & 91 deletions back/config/initializers/new_framework_defaults_7_0.rb

This file was deleted.

0 comments on commit c87030f

Please sign in to comment.