Skip to content

Instantly share code, notes, and snippets.

@ntulip
Created April 6, 2010 18:42
Show Gist options
  • Save ntulip/357938 to your computer and use it in GitHub Desktop.
Save ntulip/357938 to your computer and use it in GitHub Desktop.
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