Set --no-ri and --no-rdoc as the default for gem commands
Speed up installs/updates and minimize gem sizes by using the following tip.
Open/create the following file:
~/.gemrc
Paste the following lines:
install: --no-rdoc --no-ri
update: --no-rdoc --no-ri
Written by Eric Alli
Related protips
1 Response
Actually ri is quite helpful. I'd stay only with --no-rdoc
over 1 year ago
·
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Ruby
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#