Archive for the 's3' Category

Ruby Code Beautify Textmate

August 25th, 2007 by pyrat

Ruby code beautification bundle item

Also my modification to the Amazon S3Sync ruby library was accepted. Now everyone can enjoy a YAML config file rather than using environment variables.

Also my modification the Nginx config generator to add SSL support was also accepted. Get in.

File upload plugin for rails

July 13th, 2007 by pyrat

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.