tags:

views:

73

answers:

2

What are good sites to look for useful ruby gems?

+1  A: 
  • Agile Web Development lists plugins (though not rubygems, I'm not sure why), and allows people to give ratings for them.
  • Ruby Toolbox lists gems by category and compares how popular they are.
  • Gemcutter has a search box.
  • Stack Overflow has a question on most useful rails plugins and rubygems.
Andrew Grimm
+2  A: 
  • Github is where most gems source code is hosted; they have a search facility, and you can search by language as well.
davetron5000