How to search for useful ruby gems

ruby, rubygems

Solution

- Github is where most gems source code is hosted; they have a search facility, and you can search by language as well.

Problem

What are good sites to look for useful ruby gems?

Original source

Related problems