Active Record Enumerations
This category does not have a description yet. You can add one on github!
1.37
Enumerated attributes with I18n and ActiveRecord/Mongoid/MongoMapper support
2017
2018
2019
2020
2021
2022
0.42
Provides enum-like fields for ActiveRecord, ActiveModel and Mongoid models.
2017
2018
2019
2020
2021
2022
0.23
Enumerations for Ruby with some magic powers!
2017
2018
2019
2020
2021
2022
0.11
Define enum classes in Rails and use them to enumerate ActiveRecord attributes
2017
2018
2019
2020
2021
2022
0.16
Enumerated model attributes and view helpers
2017
2018
2019
2020
2021
2022
0.17
A utility that adds class based enum functionality to ActiveRecord attributes
2017
2018
2019
2020
2021
2022
0.0
define ActiveRecord constants with DSL.and more!
2017
2018
2019
2020
2021
2022
0.08
Enable enum type for MySQL db.
2017
2018
2019
2020
2021
2022
0.01
Extends ActiveRecord attributes with a `:choices` pseudo-type that provides convenient methods for mapping each choice to its human readable form.
2017
2018
2019
2020
2021
2022
0.02
Adds support for declaring an ActiveRecord class as an enumeration
2017
2018
2019
2020
2021
2022
0.06
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 applic...
2017
2018
2019
2020
2021
2022
0.0
Easy Attributes is a Ruby DSL to give more control to attributes. It provides a unique attribute enum setup, and conversions to bytes and float-as-integer (money, frequencies, Ratings, etc.) / fixed-decimal precision as integer (See the easy_money gem).
2017
2018
2019
2020
2021
2022
0.04
String enums for Rails
2017
2018
2019
2020
2021
2022
0.02
Enumify lets you add an enum command to ActiveRecord models
There are four things that the enumify gems adds to your model
Validation - The enumify adds a validation to make sure that the field only receives accepted values
Super Cool Methods - adds ? and ! functions for each...
2017
2018
2019
2020
2021
2022