Merge pull request #3486 from tomhughes/vips

Switch to using vips for image processing
This commit is contained in:
Tom Hughes 2022-03-09 18:58:54 +00:00 committed by GitHub
commit 99f5d51595
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 12 additions and 14 deletions

View file

@ -80,7 +80,7 @@ Rails.application.config.action_controller.raise_on_open_redirects = true
# generate variants to use image processing macros and ruby-vips
# operations. See the upgrading guide for detail on the changes required.
# The `:mini_magick` option is not deprecated; it's fine to keep using it.
# Rails.application.config.active_storage.variant_processor = :vips
Rails.application.config.active_storage.variant_processor = :vips
# If you're upgrading and haven't set `cookies_serializer` previously, your cookie serializer
# was `:marshal`. Convert all cookies to JSON, using the `:hybrid` formatter.