rails--rails/activestorage/lib
Jonathan Hefner c5133f0010 Require ruby-vips before downloading blob
This ensures that if `download_blob_to_tempfile` raises an error before
evaluating its block, `rescue ::Vips::Error` will not cause a
`NameError` due to `ruby-vips` not being loaded yet.

This also prevents the blob from being downloaded if `ruby-vips` is not
available to analyze it.

A similar change was made for `Analyzer::ImageAnalyzer::ImageMagick`
in #45420.
2022-06-23 12:50:08 -05:00
..
active_storage Require ruby-vips before downloading blob 2022-06-23 12:50:08 -05:00
tasks Invoke namespaced task when necessary 2021-05-26 13:44:42 +01:00
active_storage.rb Make sure allowed image processing arguments are correctly loaded 2022-03-11 17:45:39 +00:00