From: "s.ross" Date: 2008-02-20T03:33:40+09:00 Subject: fri: how to use correct gem index I installed fri and it is somehow thinking it should look for doc on old gems. For example, I have actionpack-2.0.2 installed, yet fri is looking for actionpack-1.13.3. I did a gem cleanup and then a rake redoc Typing: fri -L form_for gives me: /opt/local/lib/ruby/gems/1.8/gems/fastri-0.3.1.1/lib/fastri/ ri_index.rb:346:in `initialize': No such file or directory - /opt/ local/lib/ruby/gems/1.8/doc/actionpack-1.13.3/ri/ActionView/Helpers/ FormHelper/form_for-i.yaml (Errno::ENOENT) from /opt/local/lib/ruby/gems/1.8/gems/fastri-0.3.1.1/lib/fastri/ ri_index.rb:346:in `open' from /opt/local/lib/ruby/gems/1.8/gems/fastri-0.3.1.1/lib/fastri/ ri_index.rb:346:in `get_method' from /opt/local/lib/ruby/gems/1.8/gems/fastri-0.3.1.1/lib/fastri/ ri_service.rb:219:in `info' from /opt/local/lib/ruby/gems/1.8/gems/fastri-0.3.1.1/lib/fastri/ ri_service.rb:422:in `capture_stdout' from /opt/local/lib/ruby/gems/1.8/gems/fastri-0.3.1.1/lib/fastri/ ri_service.rb:218:in `info' from /opt/local/lib/ruby/gems/1.8/gems/fastri-0.3.1.1/bin/fri:342 from /opt/local/lib/ruby/gems/1.8/gems/fastri-0.3.1.1/bin/fri:337:in `each' from /opt/local/lib/ruby/gems/1.8/gems/fastri-0.3.1.1/bin/fri:337 from /opt/local/bin/fri:16:in `load' from /opt/local/bin/fri:16 Should bugs be reported on rubyforge? (not sure if this is a bug or user error.) Thx