-
Jonathan Hefner authored
This commit adds `ActionDispatch.deprecator` and replaces all usages of `ActiveSupport::Deprecation.warn` in `actionpack/lib/action_dispatch` with `ActionDispatch.deprecator`. Additionally, this commit adds `ActionDispatch.deprecator` to `Rails.application.deprecators` so that it can be configured via settings such as `config.active_support.report_deprecations`.
Jonathan Hefner authoredThis commit adds `ActionDispatch.deprecator` and replaces all usages of `ActiveSupport::Deprecation.warn` in `actionpack/lib/action_dispatch` with `ActionDispatch.deprecator`. Additionally, this commit adds `ActionDispatch.deprecator` to `Rails.application.deprecators` so that it can be configured via settings such as `config.active_support.report_deprecations`.
Loading