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