some useful projects
gearsquare
I'm working on software for the Mac at GearSquare. If you've heard of GTD, you might be interested in ActionGear. Give it a spin and let me know what you think.
ruby command line tools
I made a command line bug tracker called Tracker and a console framework to mimic Rails called SimpleConsole. They aren't being actively developed anymore, but if you find them useful, let me know =].
gearquery
Gearquery is a lightweight wrapper around the Google Gears library. It provides simple functions for basic CRUD and before/after hooks around each CRUD operation.
jstest
jstest is a super simple unit testing library for Javascript code. The output is in plain text and looks like regular console output and there's only one assertion function (assert).