IdolHands.com :: Days in the Life of an Alpha Geek
You can see what gems are installed on your local system using gem list in Terminal, but did you know that there's an even better way?
Try this instead: gem server
This starts a WEBrick instance running. Fire up the browser of your choice and navigate to localhost:8808. You'll see a page that not only shows a list of the gems that are installed...

...but also provides quick and easy access to each gem's RDoc and home page:

When you're done, hit Control-C in Terminal to stop the server.
Comments
Vesa Nieminen
04/06/2009
Corey Ehmke
04/07/2009