All things Ruby on Rails, Content Management Systems and Web Development
Finally took the step today of not generating RDoc and Ri when installing Ruby Gems by default by adding the following to ~/.gemrc.
install: --no-rdoc --no-ri update: --no-rdoc --no-ri