From: Louis J Scoras Date: 2006-11-09T12:46:42+09:00 Subject: Re: [ANN] FastRI 0.1.0: faster, smarter RI docs for Ruby, DRb-enabled Mauricio; Very nice! Ri definitely can use the speedup. One thing I noticed is that it blows up if you don't have rubygems installed--I know, probably not very likely at this point; I only noticed because I'm still setting up a new laptop and I saw your note about the tarball being faster. lou@aurora:~/src/fastri-0.1.0$ fastri-server Building index. /usr/local/lib/site_ruby/1.8/fastri/ri_index.rb:192:in `rebuild_index': uninitialized constant FastRI::RiIndex::Gem (NameError) from /usr/local/lib/site_ruby/1.8/fastri/ri_index.rb:189:in `rebuild_index' from /usr/local/lib/site_ruby/1.8/fastri/ri_index.rb:177:in `new_from_paths' from /usr/bin/fastri-server:43:in `make_index' from /usr/bin/fastri-server:93 So I installed gems and now it's working correctly. Anyway, thanks again for the great work. -- Lou.