Have a legacy database and need some enumerations in your models to match those stupid '4 rows/2 columns' tables with foreign keys and stop doing joins just to fetch a simple description? Or maybe use some integers instead of strings as the code for each value of your enumerations? Here's EnumerateIt..https://github.com/cassiomarques/enumerate_it2292013-03-13T22:32:46Z
Enumify adds an enum command to all ActiveRecord models which enables you to work with string attributes as if they were enumshttps://github.com/yonbergman/enumify162012-12-24T09:14:32Z