Ruby: disable documentation when installing gems
If you want to install gems quickly without waiting for ri and rdoc documentation files, run this command:
echo "gem: --no-ri --no-rdoc" >> ~/.gemrc
Your new gems won’t include documentation at all. Hooray!
Read full article | Comments Off on Ruby: disable documentation when installing gems