Projects
Autospec
I know, testing should be driving development, but not everyone has that luxury. Autospec is a generator that inspects your application's controllers and models (views coming soon) to generate RSpec stubs.
Classy Inheritance
Classy Inheritance adds a depends_on class method to your ActiveRecord model so that you can define requisite objects.
This functionality is provided using the existing ActiveRecord methods without monkey patching any core code. Essentially, it provides an easy interface to generate code that anyone could add to their model to receive the same result. Depending on the parameters to your depends_on call, it may add some of the following methods: validates_presence_of, validates_associated, has_one or belongs_to.
Lockdown
Lockdown is a authentication/authorization system for RubyOnRails (ver 2.x). While Merb functionality is in place, it is not complete. There will be a release solely focused on getting the Merb functionality up to par with Rails when Merb hits 1.0.
Stage
Stage is a code template generator that utilizes helpers as presenters to reduce ruby code used in views.
Also available in: Atom