From: Dave Thomas Date: 2004-01-03T08:13:52+09:00 Subject: Re: Confused abour 'ri' in 1.8.1? On Jan 2, 2004, at 17:00, Harry Ohlsen wrote: > It looks like all of the actual documentation ended up in the > /root/.rdoc directory. I'll work out how to make that accessible to > other users on my Linux box later (I'm assuming ri will check > somewhere under /usr/local in addition to the ~/.rdoc directory). > Just run 'rdoc --ri-site and it'll put it in a site-wide directory > Where should those files go on a Windows system in order for ri to be > able to find them? Can they be used with the ri in 1.8.1 stable, or > only with the CVS version? I guess potentially some of the > documentation may only be valid for the CVS version, of course. > To find the location of the site-wide documentation directory, you can use the command ruby -r rdoc/ri/ri_paths -e 'p RI::Paths::SITEDIR' The 'ri' in the released 1.8.1 is old and has some bugs. The one in the 1.8.1 branch of CVS is identical to the 1.9 one. Cheers Dave