IdolHands.com :: Days in the Life of an Alpha Geek
Sites like GitHub and RubyForge host thousands of open source gems and plugins that you can use in your Ruby on Rails application. The articles in this section provide hands-on tutorials, tips, and guides for using, extending, or even writing your own gems, plugins, and Rails engines.
Seer is a lightweight, semantically rich Ruby on Rails gem that provides a seamless interface to the Google Visualization API. You can easily create a graph or chart in a variety of formats and display it in your app with only a single line of code.
Announces a version 0.9.0 of the test coverage tool RCov, now with significant user interface improvements and support for custom CSS.
Describes UI and UX enhancements to rcov, the code coverage tool, including including dynamic filtering, improved HTML output, and support for custom CSS.

A new fork of RCov delivers improved HTML output and support for custom CSS.
RDoctor provides quick and convenient access to the documentation for local RubyGems and plugins, and can even be used to generate documentation for plugins in your Ruby on Rails projects.
I've been using Rick Olson's acts_as_versioned Rails plugin on a project and recently ran into some thngs that I thought might be worth sharing. In general, acts_as_versioned behaves well and integration has gone smoothly. The object that we wanted to ve...
Acts As Enterprisey creates slow response times to simulate a difficult and complex web development effort . Best of all, you get to be the hero and resolve the performance problem at the very last moment by just uninstalling it.
After banging my head against a wall wondering why certain image uploads would silently fail, while others succeeded, I stumbled across a file_column bug (and yes, I reported it).
I'm currently working on a project to create a travel website, and I needed to have a bunch of member profiles to use for testing the member directory. I came across a great Ruby gem called Faker which I've used to create the dummy accounts. Installation i...