File upload plugin for rails

July 13, 2007

I just found a great tutorial on using the attachment_fu rails plugin for uploading images to your rails app.

If you have every done this before in rails you will agree it takes a while and this makes it easy and powerful. You can even store all your images in amazon s3 with a couple of lines.

I’m going to write a wee rails project using these technologies and will let you know how it goes.