I know that people work hard on ruby docs, but I always get errors and it takes for ever when I’m trying to hack on ruby stuff.
Latest gem to do this to me is json gem.
error
Installing ri documentation for json-1.1.1...
/usr/local/lib/ruby/1.8/rdoc/rdoc.rb:101:in `error': (RDoc::RDocError)
Directory /usr/local/lib/ruby/gems/1.8/doc/json-1.1.1/ri already exists, but it looks like it
isn't an RDoc directory. Because RDoc doesn't want to risk
destroying any of your existing files, you'll need to
specify a different output directory name (using the
--op
BLAH!!!
So I append some command-line switches when installing.
sudo gem install json --no-rdoc --no-ri
The code install and no doc, they have a website and i’m mostly always connected while developing.
0 responses so far ↓
There are no comments yet...Kick things off by filling out the form below.
Leave a Comment