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
Bibek Shrestha 637a8cde59 Remove vestigial require on ActiveStorage GCSService
The file `filename.rb` as mentioned in `require "active_storage/filename"`
belongs to the `app` folder while GCSService belongs to the lib folder.

Looking at the git blame, it was added in commit ccac681122 (diff-bda6a610ef1575b2c8458c96b7f12578)
where ActiveStorage::Filename was actually used. But it is no longer
required on master and therefore can be removed.

This allows anyone to use GCSService directly without enabling
ActiveStorage engine.
2018-07-04 17:04:26 -04:00
..
active_storage Remove vestigial require on ActiveStorage GCSService 2018-07-04 17:04:26 -04:00
tasks Hide Active Storage migration installation task (#33007) 2018-05-28 18:09:38 +02:00
active_storage.rb Permit configuring the default service URL expiry 2018-06-21 11:06:32 -04:00