Introducing AuxCodes

To view this screencast, add it to your cart and checkout. You can buy this screencast for any price, including FREE!

Does your Rails application have lots of little tables for keeping track of things like genders, states, colors or other enum-like data?

Way back when, when I was learning database development, a mentor of mine showed me a technique that he liked to use to consolidate similar enum-esque database tables (tables with just an ID and a string).

Introducing AuxCodes

AuxCodes is an ActiveRecord-based gem that makes it easy to store enum-like data in your applications. It gives you …

see http://github.com/remi/aux_codes or watch the screencast!

checkout AuxCodes on Rails for part II of the screencast & for howto use AuxCodes in your Rails applications.

aux_codes inspired by Walter Turner