Categories: None [Edit]
    formtastic_tristate_radio
Have 3-state radiobuttons instead of a 2-state checkbox for your Boolean columns which can store NULL. This gem:
1. Provides a custom Formtastic input type `:tristate_radio` which renders 3 radios (“Yes”, “No”, “Unset”) instead of a checkbox (only where you put it).
2. Teaches Rails recognize `"null"` and `"nil"` param values as `nil`
3. Encourages you to add translations for ActiveAdmin “status tag” so that `nil` be correctly translated as “Unset” instead of “False”.
Does not change controls, you need to turn it on via `as: :tristate_radio` option.
    Total
Ranking: 73,890 of 187,622
          Downloads: 12,755
        Daily
Ranking: 46,288 of 187,603
          Downloads: 6
        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 | 
|---|---|---|
| 28 | 925,351,231 | rspec | 
| 43 | 679,115,283 | rails | 
| 224 | 197,278,027 | yard | 
| 872 | 55,130,897 | formtastic | 
Owners
| # | Gravatar | Handle | 
|---|---|---|
| 1 | sergeypedan |