Projects

Here are a few projects that I’ve contributed to:

Graticule – Geocoding API

A geocoding API for looking up address coordinates. It supports supports the Yahoo, Google, Geocoder.us, and MetaCarta APIs.

Ruby CalDAV Client

It is still in the early stages of development, but check out the source code and give us a hand.

Tinder – Campfire API

An API for interfacing with Campfire, the chat application from 37 Signals.

acts_as_audited

An Active Record plugin that logs all modifications to your models in an audits table.

An ActiveRecord plugin that simplifies the business logic for applications that process credit cards. It is still being developed but is in a usable state.

acts_as_geocodable

An ActiveRecord plugin that transparently adds geo-data to your models.

acts_as_money

A trivial but extremely useful plugin for using the money gem.

calendar_builder

composed_of_conversion

A patch that makes Rails’ composed_of more useful.

namecase

A trivial plugin that changes the case of user input, such as “BRANDON KEEPERS” to “Brandon Keepers”.