TitovDigital / activestorage-database-service

ActiveStorage Database Service
MIT License
33 stars 23 forks source link

Deprecation warning: ActiveStorage::Current.host #17

Closed panozzaj closed 1 year ago

panozzaj commented 1 year ago

Hi, we use this project in our codebase, and it's been quite helpful!

Recently, we're getting the following deprecation warning:

DEPRECATION WARNING: ActiveStorage::Current.host is deprecated, instead use ActiveStorage::Current.url_options
(called from current_host at .../ruby/3.1.0/bundler/gems/activestorage-database-service-ccecd1a74133/lib/active_storage/service/database_service.rb:110)

I believe ccecd1a74133 is the latest master branch commit of this gem. We're running Rails 7.0.4 (activesupport 7.0.4).

Hope this report is helpful!