fix: silence deprecations on production

This commit is contained in:
Karol Sójko
2021-06-03 13:07:58 +02:00
parent 1fa6dea4fd
commit ad192dc92c

View File

@@ -87,7 +87,7 @@ Rails.application.configure do
config.i18n.fallbacks = true
# Send deprecation notices to registered listeners.
config.active_support.deprecation = []
ActiveSupport::Deprecation.silenced = true
# Do not dump schema after migrations.
# config.active_record.dump_schema_after_migration = false