Skip to content
This repository has been archived by the owner on Apr 7, 2023. It is now read-only.

Fix download of local files #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

Flink
Copy link

@Flink Flink commented Oct 22, 2012

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.

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.
@dougc84
Copy link
Owner

dougc84 commented Dec 19, 2012

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants