carrierwave_securefile icon indicating copy to clipboard operation
carrierwave_securefile copied to clipboard

Fix download of local files

Open Flink opened this issue 12 years ago • 1 comments

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.

Flink avatar Oct 22 '12 15:10 Flink

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.

dougc84 avatar Dec 19 '12 03:12 dougc84