Autolink AS::Notifications and AS::ErrorReporter [ci-skip]

This commit is contained in:
Jonathan Hefner 2023-07-03 13:33:31 -05:00
parent d601d9d78a
commit dc99003487

@ -60,8 +60,8 @@ class Deprecation
# [+raise+] Raise ActiveSupport::DeprecationException.
# [+stderr+] Log all deprecation warnings to <tt>$stderr</tt>.
# [+log+] Log all deprecation warnings to +Rails.logger+.
# [+notify+] Use +ActiveSupport::Notifications+ to notify +deprecation.rails+.
# [+report+] Use +ActiveSupport::ErrorReporter+ to report deprecations.
# [+notify+] Use ActiveSupport::Notifications to notify +deprecation.rails+.
# [+report+] Use ActiveSupport::ErrorReporter to report deprecations.
# [+silence+] Do nothing. On \Rails, set <tt>config.active_support.report_deprecations = false</tt> to disable all behaviors.
#
# Setting behaviors only affects deprecations that happen after boot time.
@ -88,8 +88,8 @@ def disallowed_behavior
# [+raise+] Raise ActiveSupport::DeprecationException.
# [+stderr+] Log all deprecation warnings to <tt>$stderr</tt>.
# [+log+] Log all deprecation warnings to +Rails.logger+.
# [+notify+] Use +ActiveSupport::Notifications+ to notify +deprecation.rails+.
# [+report+] Use +ActiveSupport::ErrorReporter+ to report deprecations.
# [+notify+] Use ActiveSupport::Notifications to notify +deprecation.rails+.
# [+report+] Use ActiveSupport::ErrorReporter to report deprecations.
# [+silence+] Do nothing.
#
# Setting behaviors only affects deprecations that happen after boot time.