I'm using Paperclip and s3 to upload a simple Image file on article. I've browse all these tutorials explaining on how to actually make a delayed job, for the images, but i feel that they're too old and perhaps there's an easier way to accomplish this. My question is, what's the "rails" (quick and easy) of accomplishing an flash/ajax upload for a picture of an article model with the following specs.
1 - Only 1 photo is going to be uploaded per article.
2 - The paperclip model handles 2 resizes of original; Thumb which is 120x120 and Normal which is 250x250
And what should i use to "AJAXify" the upload?
Thank you very much!