RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Active Record Enumerations (single db integer column) - plugin

I just added my first plugin ar_enumerations which allows to use “enumeration” field in your AR models. This plugin was at least useful for me, because it saved me from a lot of “has_many” tables and data stored to single integer column. Also I’m providing the sample application where you could see plugin in action. I hope this plugin will be useful for you too.

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in