tags:

views:

82

answers:

4

Where can I find a collection of free available Ruby gems? Why reinvent the wheel if a gem is already available that you can re-use?

+3  A: 

RubyForge is the place to go.

Pesto
A: 

Wikipedia says:

gem list -r -d

http://en.wikipedia.org/wiki/RubyGems

kristina
+1  A: 

Here's a list of RubyGems at GitHub:

http://gems.github.com/list.html

Instructions on how to download are at the top of the page. It's no CPAN though...

rjh
+2  A: 

There are really only two important sources for gems available:

  1. RubyForge
  2. GitHub
Milan Novota
As much git and github are cool and awesome and everything, I miss having one canonical place to look for gems.
Sarah Mei