Created
April 6, 2010 18:42
-
-
Save ntulip/357938 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ruby gems install slowly because rdoc and ri documentation are generated as the gems install. | |
Since this is rarely used, why not turn it off? | |
I always check the internet for up-to-date docs anyway, which give me a chance to see if there's a newer version of the gem out. | |
To turn these off, modify your ~/.gemrc file and add the line: | |
gem: --no-rdoc --no-ri |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment