From: Brian Candler Date: 2009-06-12T00:50:55+09:00 Subject: Re: ri for gems working? Roger Pack wrote: > shouldn't it have picked up the ri from the gem just installed? Possibly. Old versions of rubygems used to have a 'gemri' command, but it doesn't seem to be there any more. You can give the path explicitly: e.g. ri -d /var/lib/gems/1.8/doc/activerecord-2.3.2/ri ActiveRecord::Base But I find it easier just to do "gem server --daemon" then point a browser at http://127.0.0.1:8808/ -- Posted via http://www.ruby-forum.com/.