Categories: None [Edit]
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,322 of 187,603
Downloads: 83,329
Daily
Ranking: 110,823 of 187,591
Downloads: 1
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 10 | 1,165,909,119 | rake |
| 28 | 925,144,006 | rspec |
| 36 | 719,708,841 | activerecord |
| 2,028 | 12,154,264 | appraisal |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | yonbergman |