diff --git a/config/environments/production.rb b/config/environments/production.rb index a03ef162b..c22fc9510 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -87,7 +87,7 @@ Rails.application.configure do config.i18n.fallbacks = true # Send deprecation notices to registered listeners. - config.active_support.deprecation = :notify + config.active_support.deprecation = [] # Do not dump schema after migrations. # config.active_record.dump_schema_after_migration = false