power_enum 3.7.0
Power Enum allows you to treat instances of your ActiveRecord models as though they were an enumeration of values. It allows you to cleanly solve many of the problems that the traditional Rails alternatives handle poorly if at all. It is particularly suitable for scenarios where your Rails application is not the only user of the database, such as when it's used for analytics or reporting.
Gemfile:
=
install:
=
Runtime Dependencies (2):
activerecord
>= 4.2, < 7
railties
>= 4.2, < 7