mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
10754f79f3
This allows deprecation messages to be matched by substring, symbol (treated as substring), or regular expression. If a warning is matched, the behaviors configured for disallowed deprecations will be used. The default behavior for disallowed deprecation warnings is `:raise`. Also adds `ActiveSupport::Deprecation.allow` for thread-local, block level ignoring of deprecation warnings which would otherwise be disallowed by ActiveSupport::Deprecation.disallowed_warnings. |
||
---|---|---|
.. | ||
minitest | ||
rails | ||
rails.rb |