Merge pull request #3486 from tomhughes/vips
Switch to using vips for image processing
This commit is contained in:
commit
99f5d51595
5 changed files with 12 additions and 14 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue