File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed
railties/lib/rails/generators/rails/app/templates/config/environments Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -50,12 +50,6 @@ Rails.application.configure do
50
50
# Print deprecation notices to the Rails logger.
51
51
config.active_support.deprecation = :log
52
52
53
- # Raise exceptions for disallowed deprecations.
54
- config.active_support.disallowed_deprecation = :raise
55
-
56
- # Tell Active Support which deprecation messages to disallow.
57
- config.active_support.disallowed_deprecation_warnings = []
58
-
59
53
<%- unless options.skip_active_record? -%>
60
54
# Raise an error on page load if there are pending migrations.
61
55
config.active_record.migration_error = :page_load
Original file line number Diff line number Diff line change @@ -52,12 +52,6 @@ Rails.application.configure do
52
52
# Print deprecation notices to the stderr.
53
53
config.active_support.deprecation = :stderr
54
54
55
- # Raise exceptions for disallowed deprecations.
56
- config.active_support.disallowed_deprecation = :raise
57
-
58
- # Tell Active Support which deprecation messages to disallow.
59
- config.active_support.disallowed_deprecation_warnings = []
60
-
61
55
# Raises error for missing translations.
62
56
# config.i18n.raise_on_missing_translations = true
63
57
You can’t perform that action at this time.
0 commit comments