Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I install RDOC of gems already installed?

I have some gems that don't have ri/rdoc files and I'd like to know if there is a way to install this rdoc files.

like image 398
vhbsouza Avatar asked Jun 21 '11 03:06

vhbsouza


2 Answers

EDIT:

Some of the answers on this question may help you.

OLD:

This site seems to have your answer.

Example:

gem rdoc rake --version 0.5.4
like image 76
ardavis Avatar answered Sep 20 '22 04:09

ardavis


Just rerun (works for gem v1.8.23):

gem install your_gem_name --rdoc
like image 27
joost Avatar answered Sep 22 '22 04:09

joost