Posted over 3 years ago. Visible to the public. Repeats.
Carrierwave: always limit images to a reasonable size
Today's cameras create huge images, some beyond 50MB. Unless you need to offer this large files, you should always shrink uploaded files to a reasonable resolution.
Copyclass ImageUploader < CarrierWave::Uploader::Base process resize_to_limit: [3000, 3000] # ... end
makandra has been working exclusively with Ruby on Rails since 2007. Our laser focus on a single technology has made us a leader in this space.