Hopefully the title says it all - I never use ri nor rdoc and they take too long to install. Is there a config file somewhere that will let me do this
Points given - thanks
Chris McCauley
2009-11-24 11:24:43
+3
A:
you can alias your gem command for something like
alias geminst='gem install --no-ri --no-rdoc'
Eimantas
2009-11-24 11:14:02
Points given for taking the time but the .gemrc is the correct answer - thanks
Chris McCauley
2009-11-24 11:22:34
My points given for answering in a general, reproducible way that works for all command line utilities :P
Chuck Vose
2009-11-24 16:10:46
A:
Under Windows XP the path to gemrc file is "c:\Documents and Settings\All Users\Application Data\gemrc". And this file is not created by default, you should create it yourself.
Slava Tysenchuk
2010-06-28 19:11:16