Categories: None [Edit]

enumify

https://rubygems.org/gems/enumify
https://github.com/yonbergman/enumify
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 enum value (canceled? - is it canceled, canceled! - change the state to canceled) Callback support - you can add a x_callback method which will be called each time the status changes Scopes - you can easily query for values of the enum

Total

Ranking: 19,407 of 188,339
Downloads: 84,173

Daily

Ranking: 14,441 of 188,315
Downloads: 36

Depended by

RankDownloadsName

Depends on

RankDownloadsName
101,191,537,815rake
29936,556,175rspec
36734,358,214activerecord
2,02512,528,059appraisal

Owners

#GravatarHandle
1iconyonbergman