Read more

Install a gem without RI and RDdoc

Henning Koch
August 25, 2010Software engineer at makandra GmbH

To improve installation times of gems you can use the following approach:

gem install xyz --no-document
Illustration UI/UX Design

UI/UX Design by makandra brand

We make sure that your target audience has the best possible experience with your digital product. You get:

  • Design tailored to your audience
  • Proven processes customized to your needs
  • An expert team of experienced designers
Read more Show archive.org snapshot

To permanently ignore ri and rdoc when installing gems, add this line to ~/.gemrc:

gem: --no-document

Be aware that eliding local documentation may disable documentation support in your IDE.

Posted by Henning Koch to makandra dev (2010-08-25 14:25)