20 January 2012

If like me you wonder if you miss something when you install ruby gems using the “–no-ri” and “–no-rdoc” options, have a look to this answer from Paolo Perrotta.

So basically if your not a developer, you can safely set these as default options in you .gemrc file.

cat <<EOT > ~/.gemrc
gem: --no-ri --no-rdoc
EOT


blog comments powered by Disqus