Ri docs for Rails?

I cant find ri docs for any of the Rails classes. Do I have to generate
them?
I do see RDoc files.

john

On 22/02/06, John N. Alegre [email protected] wrote:

I cant find ri docs for any of the Rails classes. Do I have to generate them?
I do see RDoc files.

Run from shell:

$ gem_server

and point your browser to:

http://localhost:8808/

Hi John,

On 22/02/06, John N. Alegre [email protected] wrote:

Thanks so much for this tip. Guess I missed this in the documentation. Will
this be there for future gems installed?

Yup, gem_server always serves documentation for all currently
installed gems. It is possible that you have to restart it after
installing new gems, but that is rather a minor inconvenience.

On the other hand I personally use http://rails.outertrack.com/ on daily
basis.

Lukasz,

Thanks so much for this tip. Guess I missed this in the documentation.
Will
this be there for future gems installed?

Thanks
john