You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# TEMP: re-enable mini magick until variant syntax is changed to vips in ActiveStorageHelper#image_variant_by_widthconfig.active_storage.variant_processor=:mini_magick
I think the main/only place that needs changing is the image_variant_by_width helper method, which has mini_magick/ImageMagick args in it that need to be changed to vips args.
website/config/application.rb
Lines 34 to 35 in 1e2f4d7
https://guides.rubyonrails.org/upgrading_ruby_on_rails.html#active-storage-default-variant-processor-changed-to-vips
I think the main/only place that needs changing is the
image_variant_by_width
helper method, which hasmini_magick
/ImageMagick
args in it that need to be changed tovips
args.website/app/helpers/active_storage_helper.rb
Lines 2 to 21 in 1e2f4d7
The text was updated successfully, but these errors were encountered: