It is always frustrating to install a gem and wait 2 seconds for the gem to install and then wait 30 seconds for the docs, which I never use(Google, anyone?). Why do we force this convention upon ourselves when the local docs normally aren’t even beneficial?
I know you can use gem install rails --no-ri --no-rdoc to skip that step but is there a way to simply skip the docs by default?
Add the flags to your
~/.gemrcfile.From the docs: