I want to download a file from a URL to save it. Any Rails way to do this or can I Ruby File Handlin
- by alokswain
I have a URL to a image which i want to save. I looked into ruby file handling and did not come across anything. Please guide me towards some links or blogs which talk about the same. I need to then use Paperclip to produce a thumbnail of this image to be used in my application.