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
Cameron Bothner 5cd2d07bdc Translate service-specific missing object exceptions into a generic one
`ActiveStorage::Blob#download` and `ActiveStorage::Blob#open` raise
`ActiveStorage::FileNotFoundError` when the corresponding file is missing
from the storage service. Services translate service-specific missing
object exceptions (e.g. `Google::Cloud::NotFoundError` for the GCS service
and `Errno::ENOENT` for the disk service) into
`ActiveStorage::FileNotFoundError`.
2018-08-21 15:31:14 -04:00
..
active_storage Translate service-specific missing object exceptions into a generic one 2018-08-21 15:31:14 -04:00
tasks Hide Active Storage migration installation task (#33007) 2018-05-28 18:09:38 +02:00
active_storage.rb Extract transformers 2018-08-10 12:42:14 -04:00