Posted by Rob Anderton on February 22nd, 2009 @ 22:36 – 37 comments
Updated on February 22nd, 2009 @ 22:42
Tagged with uploads
We’ve spent the last few weeks working on a new Rails app for a film and photography site and, as you might expect from my recent posts, we’re using Paperclip to handle file uploads.
Without any more effort than a script/install of Paperclip we get thumbnailing of images and PDFs, but what about thumbnailing the video files that will be uploaded to the site? Enter FFmpeg.
Read more of this entry
Posted by Rob Anderton on December 22nd, 2008 @ 09:04 – 64 comments
Updated on July 11th, 2009 @ 23:17
Tagged with uploads
It is one of life’s strange coincidences that in the week where Rack middleware was brought firmly into the spotlight in Railsland thanks to the introduction of Metal and the continuing transition of Rails to a Rack application that I finally had a need to write some middleware of my own. Up until now I’ve had a rough understanding of how Rack works and how middleware can used to provide customised processing in a web request but I haven’t actually needed to use it for anything.
Read more of this entry
Posted by Rob Anderton on November 2nd, 2008 @ 10:40 – 54 comments
Updated on August 26th, 2009 @ 17:44
Tagged with uploads
For well over a year now attachment_fu has been my plugin of choice for adding file uploads to our Rails applications, but recently my fellow WebFellas have been raving about Paperclip from the clever guys at thoughtbot. As I’ve just started yet another new project I figured it was time to take Paperclip for a spin.
Read more of this entry