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 aae56c3529 Handle only specifically relevant Azure HTTPErrors
The Azure gem uses `Azure::Core::Http::HTTPError` for everything:
checksum mismatch, missing object, network unavailable, and many more.
(https://www.rubydoc.info/github/yaxia/azure-storage-ruby/Azure/Core/Http/HTTPError).
Rescuing that class obscures all sorts of  configuration errors. We
should check the type of error in those rescue  blocks, and reraise when
needed.
2018-08-23 23:36:43 -04:00
..
active_storage Handle only specifically relevant Azure HTTPErrors 2018-08-23 23:36:43 -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