Search and access your local rdocs with croc
I released a beta of croc, a gem that indexes your local rdocs and generates a web page to search and access them like gotapi.com. The gem is served by github, so take a quick look at the install instructions.
Comments
Very awesome work Dan.
Install Ruby and Stdlib rdocs from www.ruby-doc.org? (y/n) y Installing http://www.ruby-doc.org/download/ruby-1.8.6-core-rdocs.tgz ./lib/croc.rb:108:in
download': uninitialized constant Net (NameError) from ./lib/croc.rb:106:inopen’ from ./lib/croc.rb:106:indownload' from ./lib/croc.rb:124:ininstall_rdocs’ from bin/croc:70Hmm, looks like the gem hadn’t rebuilt on github. I updated the gemspec; it should be rebuilt in about 10 minutes.
Thanks for the heads up.
Post a comment