RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Better File Uploads with Shrine: Eager Processing

Shrine’s “eager processing” feature allows us to generate and store a set of processed files (e.g. image thumbnails) derived from the attached file. In this article we’ll show how this feature is designed, how does it stand out from alternatives (Paperclip, CarrierWave), and some neat use cases it enables.

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in