Ruby gems is a package manager for ruby projects. There is no such thing as "best" gems. Perhaps most used, but not "best".
For a list of all the gems on rubygems.org, try gem list --remote
. You can also try gem list --remote --source=http://gems.github.com/
, since github is a popular gem distribution source as well.