Integer_fu: store and manipulate many boolean values in a single integer column, with convenience

Link: http://github.com/maxim/integer_fu

I just finished the first version of a convenient plugin I’ve been writing for my own project. Integer_fu lets you map an integer attribute in your model to many possible boolean values, and then access them easily using hash-like syntax and some magical methods. Check it out down at Github. I tried to explain usage thoroughly in the readme (featuring Fluffy Horse).

Leave a Reply