Hacker News new | ask | show | jobs
by richthegeek 4115 days ago
Not that I install gems very often (Node.JS is my primary platform) but I find that the majority of the time is installing the different docs.

Check the difference between "gem install sass" and "gem install sass --no-rdoc --no-ri" and be amazed.

1 comments

Which as far as I'm concerned is a bug.

I don't even know how to view gem documentation, and I've never wanted or needed to. --no-document should be the default

They could make it download the docs on first view