Tag Archive ‘gem’

 

CharlyBr on Nov 21st, 2008Install gem without documentation

If you need to install your gems without extra documentation, use flags –no-rdoc and –no-ri
Example:
$ gem install –no-rdoc –no-ri rails