I have a feature where users bulk import data via CSV. The CSV can have image URLs nested in it. How can I grab the images via the given URLs and post them to my site?
I'm using Ruby 1.9.2, Rails 3, Paperclip w/ S3 as my backend.
Thanks for reading and possibly helping!