Skip to content
  • Jonathan Hefner's avatar
    48d4e6e0
    Add ActionDispatch.deprecator · 48d4e6e0
    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`.
    48d4e6e0
    Add ActionDispatch.deprecator
    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`.
Loading