Using Amazon SimpleDB with Rails

Published on

Last week I tried to use simpleDB with rails, here are some slides I prepared: Using Amazon Simple Db With Rails View SlideShare presentation or Upload your own. (tags: aws_proxy rails)

Skiping installation of ri and RDoc documentation while installing gems

Published on

Probably most of the time you would like to skip ri and RDoc installation while installing some new gems, specially on production server. I do like to skip ri and RDoc documentation while installing gems on my development machine, because it takes more time to generate ri and RDoc then actual installation of gem. We … Continue reading Skiping installation of ri and RDoc documentation while installing gems