I want to download a file from a URL to save it. Any Rails way to do this or can I Ruby File Handlin
Posted
by alokswain
on Stack Overflow
See other posts from Stack Overflow
or by alokswain
Published on 2010-03-25T13:36:54Z
Indexed on
2010/03/25
13:43 UTC
Read the original article
Hit count: 356
ruby-on-rails
|ruby
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.
© Stack Overflow or respective owner