Install a gem without RI and RDdoc

Posted Over 13 years ago. Visible to the public.

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

gem install xyz --no-document

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.

Henning Koch
Last edit
Over 4 years ago
Deleted user #20
License
Source code in this card is licensed under the MIT License.
Posted by Henning Koch to makandra dev (2010-08-25 12:25)