I\'m using CarrierWave for my file uploads in Rails 3.1, and I\'m looking for a way to save server space. Many of the photos being uploaded are upwards of 20MB, so after pro
It's a little bit hack but has performance advantage
my_uploader.send :store_versions!, open(my_file)