gem_server
gem server
from the command prompt. It will start a WEBrick server up on your local machine on port 8808. Therefore, if you browse to http://localhost:8808/, you'll see a list of documentation of the gems on your machine.
Updated:
It's incorporated into the gem command now, so just do "gem server"
Actually I find that it's with a space, not an underscore, otherwise it won't work:
ReplyDeletegem server
i was looking for this for quite some time. I figured something like this should exist, because when you install a gem it says installing rdoc. Great stuff!
ReplyDeleteyeah, it's with a space. gem_server was the old command. They sucked it into the gem command now.
ReplyDelete