1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activestorage/lib/active_storage
Jonathan Hefner 07cd0322bd Add ActiveStorage.deprecator
This commit adds `ActiveStorage.deprecator` and replaces all usages of
`ActiveSupport::Deprecation.warn` in `activestorage/lib` and
`activestorage/app` with `ActiveStorage.deprecator`.

Additionally, this commit adds `ActiveStorage.deprecator` to
`Rails.application.deprecators` so that it can be configured via
settings such as `config.active_support.report_deprecations`.
2022-10-31 17:04:48 -05:00
..
analyzer Fix failing ActiveStorage test due to a change upstream in ffmpeg. 2022-08-26 15:25:53 +01:00
attached Add ActiveStorage.deprecator 2022-10-31 17:04:48 -05:00
previewer Require shellwords where it is used 2022-01-06 00:19:11 +00:00
service Pass an array through our stack, don't bother converting back & forth 2021-12-04 02:25:42 +01:00
transformers Make sure allowed image processing arguments are correctly loaded 2022-03-11 17:45:39 +00:00
analyzer.rb Merge branch 'instrument-analyzers' of https://github.com/shouichi/rails into shouichi-instrument-analyzers 2021-08-28 00:48:44 -07:00
attached.rb Fix ActiveStorage has_many_attached when record is not persisted 2021-06-12 19:49:21 +02:00
deprecator.rb Add ActiveStorage.deprecator 2022-10-31 17:04:48 -05:00
downloader.rb Add ActiveStorage::Blob.compose 2021-11-25 19:37:57 -05:00
engine.rb Add ActiveStorage.deprecator 2022-10-31 17:04:48 -05:00
errors.rb Revert #38957 (#44287) 2022-01-29 14:27:45 +01:00
fixture_set.rb Add docs on how to write tests for using Active Storage [ci skip] 2021-05-06 16:56:53 -05:00
gem_version.rb Fix #version docs and some typos 2022-03-16 01:48:37 +05:30
log_subscriber.rb Add preview to ActiveStorage::LogSubscriber 2022-10-20 23:07:51 +02:00
previewer.rb Add preview to ActiveStorage::LogSubscriber 2022-10-20 23:07:51 +02:00
reflection.rb Standardize nodoc comments 2021-07-29 21:18:07 +00:00
service.rb Pass an array through our stack, don't bother converting back & forth 2021-12-04 02:25:42 +01:00
version.rb Fix #version docs and some typos 2022-03-16 01:48:37 +05:30