carrierwave_securefile
carrierwave_securefile copied to clipboard
Fix download of local files
Download of local files was broken as #download!
was explicitly called on the uploader. Use of #cache_stored_file!
should work for any backend.
Signature of CarrierWave::SecureFile::Downloader.call()
has changed. It now accepts only one argument: an uploader instance.
hey @Flink - sorry i haven't noticed this pull request sooner.
i'm going to hold on this pull request for the time being - i want to do a little digging into carrierwave and be able to provide some backwards compatibility, and, of course, test this solution out. the project i built this gem for i'm no longer maintaining, so i'm not spending a lot of time on this ATM - i'll probably look at this at the start of the year.