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!

Lazy image creation with Carrierwave

firedev.com/posts/2015/lazy-image-creation-with-carrierwave/

While versions creation is indeed the Carrierwave’s responsibility, the decision on which version to create should not be made when image is uploaded. And certainly you don’t need to create all versions at the same time or check if the file exists.

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