smart stuff

gem_server .. finding all your Ruby docs
18 Nov 05 - http://www.approximity.com/cgi-bin/blogtariAgile/index.rb/Ruby/Rails/GemServer.rdoc
If you are using gems and want to access all the docu that gets installed with your gems, start gemserver and go to 127.0.0.1:8808 :-).

I was looking for the rails offline documentation. In the end I did run rake over the latest rails code, but hey, I could have saved a bit of time. Maybe one day I should start to RTFM.