Categories: None [Edit]
permittable
Strong parameters answer only which keys may pass. A Permittable contract also says what each field should be: it casts the value to a declared type, validates bounds and formats, applies defaults, and renders every failure as a 422 that names the offending parameter. Because a contract is class-level data rather than code inside the action, it can also be checked against the database when the controller loads, so a column dropped by a migration fails the deploy instead of the request. activesupport is the only runtime dependency.
Total
Ranking: 98,054 of 196,881
Downloads: 8,957
Daily
Ranking: 5,364 of 196,850
Downloads: 238
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 61,177 | 18,400 | concerns_on_rails |
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 7 | 1,437,791,275 | activesupport |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | Soang |