How to install gem without documentation
Public
03 Mar 21:27

Hi,
You’ve probably noticed that installation of gem documentation takes more time than installing gem itself. It can be annoying especially when you’ve already finished your coffee and have no alternative tho spend this time.

We all know that to install gem without documentation we used to type:

gem install gem_name --no-ri --no-rdoc

But it stopped working for some time. I don’t really know which version of what changed this - you can add more information in comments. Anyway now to install gem without documentation you have to type:

gem install gem_name --no-document

Comments

Empty! You must sign in to add comments.