gem server: How to update gems with missing rdoc?
Asked Answered
G

1

5

I really like gem server command which bootstraps the webserver with local RubyGems Documentation Index.

The only problem I have: some gems don't have rdoc files.

How can I add missing rdoc(all gems are mainstream gems, not my own)?


Installed via Bundler; Rails 2.3.5

Gravy answered 12/10, 2010 at 16:46 Comment(0)
T
5

You can generate all rdoc of all of your gem with command :

gem rdoc --all
Tops answered 12/10, 2010 at 18:38 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.