Search code examples
rails-activestorageruby-on-rails-5.2

ImageOptimization in Rails 5 ActiveStorage


I'm planning to upgrade Rails to 5.2 in one of my websites and introduce ActiveStorage, as of right now I use Paperclip with paperclip_optimizer. One of the negative sides is that I will lose the optimizer, when replacing paperclip with ActiveStorage. How can I implement automatically image optimization on user uploads in ActiveStorage?


Solution

  • It's possible by creating a custom Variation. There is a good example here:

    https://prograils.com/posts/rails-5-2-active-storage-new-approach-to-file-uploads