From: 7stud -- Date: 2007-10-24T13:31:37+09:00 Subject: Re: How to use ri with a new package RichardOnRails wrote: > Double-clicking them does produce RDoc-style > documentation. But how can I use ri to bring up that documentation > without resorting to Windows Explorer? > You could create a shortcut on your desktop to the docs, or you can type the command: ..../.../> gem_server and then open up a browser and enter the address: http://localhost:8808 in your browser's address bar. That should bring up a page that lists all rubygems you've installed with links to their rdocs. Personally, I think the shortcut method is easier. -- Posted via http://www.ruby-forum.com/.