Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Ruby

Finding New Gems/Reviews of Gems?

Does anyone know of a good place to find new gems, categorized perhaps, and even reviews of them. I know ruby-toolbox exists - but they haven't had a blog post for over a year so I'm a bit concerned that it's stale. Railscast is great for specific gems - but for instance, I want a WYSIWYG text editor, or a blog gem (though most of the ones I've found don't do what I want) or to see what's available for sports leagues and such, and I have no idea where to look.

Is it really such a 'wilderness' that there needs to be a google type search?

1 Answer

See if RubyGems.org is what you're looking for.

I guess it's a start for searching but it's barebones - for instance - you have to look at each gem to find the last time it was updated - no matter how many downloads - plus i find github documentation sometimes completely useless (for instance I found a great jquery wysiwyg plug in testing the site but with no usage guide whatsoever beyond installing the gem)