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. |
||
---|---|---|
.. | ||
api | ||
application | ||
command | ||
commands | ||
console | ||
engine | ||
generators | ||
plugin | ||
rack | ||
railtie | ||
tasks | ||
templates | ||
test_unit | ||
all.rb | ||
app_loader.rb | ||
app_updater.rb | ||
application.rb | ||
application_controller.rb | ||
autoloaders.rb | ||
backtrace_cleaner.rb | ||
cli.rb | ||
code_statistics.rb | ||
code_statistics_calculator.rb | ||
command.rb | ||
commands.rb | ||
configuration.rb | ||
dev_caching.rb | ||
engine.rb | ||
gem_version.rb | ||
generators.rb | ||
info.rb | ||
info_controller.rb | ||
initializable.rb | ||
mailers_controller.rb | ||
paths.rb | ||
rack.rb | ||
railtie.rb | ||
ruby_version_check.rb | ||
secrets.rb | ||
source_annotation_extractor.rb | ||
tasks.rb | ||
test_help.rb | ||
version.rb | ||
welcome_controller.rb |