Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am using carrierwave to fetch remote images from another site. I want to implement a function to update image only if it changed. How can I write it in carrierwave?

I understand that I can use HTTP header to examine the file size without downloading the whole image. However I am not sure how I can write this in carrierwave. I don't see what each callback means

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.