You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guides/source/configuring.md
+14-4Lines changed: 14 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2544,15 +2544,25 @@ The default value depends on the `config.load_defaults` target version:
2544
2544
2545
2545
#### `config.active_support.deprecation`
2546
2546
2547
-
Configures the behavior of deprecation warnings. The options are `:raise`, `:stderr`, `:log`, `:notify`, and`:silence`.
2547
+
Configures the behavior of deprecation warnings. See
2548
+
[`Deprecation::Behavior`][deprecation_behavior] for a description of the
2549
+
available options.
2548
2550
2549
-
In the default generated `config/environments` files, this is set to `:log`for development and`:stderr`fortest, and it is omitted for production in favor of [`config.active_support.report_deprecations`](#config-active-support-report-deprecations).
2551
+
In the default generated `config/environments` files, this is set to `:log`for
2552
+
development and`:stderr`fortest, and it is omitted for production in favor of
Configures the behavior of disallowed deprecation warnings. The options are `:raise`, `:stderr`, `:log`, `:notify`, and`:silence`.
2559
+
Configures the behavior of disallowed deprecation warnings. See
2560
+
[`Deprecation::Behavior`][deprecation_behavior] for a description of the
2561
+
available options.
2554
2562
2555
-
In the default generated `config/environments` files, this is set to `:raise`for both development andtest, and it is omitted for production in favor of [`config.active_support.report_deprecations`](#config-active-support-report-deprecations).
2563
+
In the default generated `config/environments` files, this is set to `:raise`
2564
+
for both development andtest, and it is omitted for production in favor of
0 commit comments