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,871 of 195,805
Downloads: 89,477

Daily

Ranking: 17,548 of 195,782
Downloads: 26

Depended by

RankDownloadsName

Depends on

RankDownloadsName
81,386,187,992rake
291,007,160,916rspec
36822,350,682activerecord
1,99415,211,435appraisal

Owners

#GravatarHandle
1iconyonbergman