Skip to content

Commit

Permalink
Clean up of unused and deprecated settings
Browse files Browse the repository at this point in the history
  • Loading branch information
archonic committed Sep 30, 2023
1 parent 41eb2a3 commit a200674
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,13 @@ module Circulate
class Application < Rails::Application
# Initialize configuration defaults for originally generated Rails version.
config.load_defaults 7.0
# config.autoloader = :classic

config.active_record.has_many_inversing = false
config.active_record.legacy_connection_handling = true

config.active_storage.track_variants = false
config.active_storage.queues.analysis = :active_storage_analysis

# config.active_storage.variant_processor = :vips
config.active_job.queue_adapter = :sucker_punch
config.active_job.skip_after_callbacks_if_terminated = true

config.action_dispatch.cookies_same_site_protection = nil

config.action_view.form_with_generates_remote_forms = true

ActiveSupport.utc_to_local_returns_utc_offset_times = false

# Settings in config/environments/* take precedence over those specified here.
Expand Down

0 comments on commit a200674

Please sign in to comment.