How can I use paperclip to move files uploaded using ftp to a server, create thumbnails and then move it all to aws?
Using paperclip as part of an upload process is no problem, and moving the files to aws as part of that process is also no big problem, but how can I use paperclip as part of something running entirely using cron and rake?