I have a collision of image versions when I try to imitate "virtual"
uploading from a temporary file;
http://pastie.org/529718
It downloads image from the web using open-uri; and downloaded picture
is stored in a tempfile.
When two or more people (or OS processes) start downloading at the
same time, image has a collisions of styles
(e.g. :original, :thumbnail)... I got a thumbnail of previos
downloaded image, or next image will have a thumbnail which is
generated from the current downloaded image.