Rails 6 - Active Storage changes
06-Nov-2019 2263
Rails 6 brings in image_processing gem, support for different image types and improvements in Active Storage.Active Storage was introduced in Rails 5.2. In Rails 6, there are enhancements done to Active Storage.Let’s explore them.mini_magick replaced by image_processing gemIn Rails 5.2, Active Storage was using mini_magick to handle image resizing (variants).In Rails 6, a new gem called image_processing is used by default to handle image variants. (commit).
Rails 6 - Active Storage changes #ruby #rubydeveloper #rubyonrails #Rails #Active #Storage #changes #active https://rubyonrails.ba/link/rails-6-active-storage-changes