How To Start the Gem Server for Local Gem Rdocs
Posted: July 8th, 2009 | Author: mindtonic | Filed under: Gems | Tags: gem, ruby | No Comments »To view the rdoc documentation for all of your locally installed gems, at the command line run:
$ gem server
This will start the gem server at port 8808, so to access the html from your browser, use the following url:
http://localhost:8808/
Note that this only access the documentation for Gems that are installed locally on your server.
Leave a Reply