• SWFUpload, Paperclip and Ruby on Rails - I find myself needing to implement SWFUpload again. This is a good wrapup post on the issues in Rails, though I think I'm going to need to tweak it a bit to work with Authlogic.

  • File Type Detection (RSpec & Rails) - Notes on sorting filetype detection out in TextMate.

  • Uploading to multiple S3 buckets with Paperclip and Rails - A very useful technique to increase the speed of showing multiple images on a single page.

  • Paperclip Extended - Some useful extra functions for Paperclip.

  • Rails Meets Sinatra - Serving two frameworks through one application.