Installing gems without ri and rdoc
There is scarce doc out there on how configure ruby gems on windows. Create a .gemrc file [if it doesn't exist already] here
C:\Documents and Settings\<user>\home\.gemrc
Add the following line:
gem: –no-ri –no-rdoc
and viola – new gem installs will be that bit quicker
No comments yet.