Tuesday, April 15, 2008

View offline documentation of installed ruby gems

From command line, just run this -
$ gem server

This will start ruby documentation server on port 8088

previously it was
$ gem_server

which is now deprecated and may not work in your system

2 comments:

we4tech said...

ic, thats why gem_server was throwing warning message. thanks for reminding :)

Anonymous said...

now i can use this server .thanks a lot