vote up 0 vote down star

I would like to read Rails documentation locally though gem server.

I go to

http://localhost:8808/
and Rails 2.3.3 gem is in the list of the gems installed, but when I click [rdoc] I get:

`/doc_root/rails-2.3.3/rdoc/index.html' not found.

I tried to uninstall and reinstall Rails but I got no effect.

All other gems work properly, why I can't see Rails documentation?

flag

2 Answers

vote up 0 vote down

You can try to explicitly generate ri and rdoc during gem installation. The command is as follows:

$ sudo gem install rails --rdoc --ri

Cheers

link|flag
:( It doesn't work – collimarco Sep 3 at 9:53
vote up 1 vote down check

Rails itself has no documentation while you can read rdocs about actionmailer, actionpack, activerecord, activeresource or activesupport.

link|flag
sorry my bad, I assumed that it does not default with rdoc and ri, +1 for your answer. – SamChandra Sep 3 at 10:44

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.