Categories: None [Edit]
do_not_want
Several methods in ActiveRecord skip validations, callbacks, or both. In my extremely humble but also extremely correct opinion, it's too easy to accidentally use these.
Do Not Want kills those methods dead so you won't cut yourself on them:
>> User.new.update_attribute(:foo, 5)
DoNotWant::NotSafe: User#update_attribute isn't safe because it skips validation
Total
Ranking: 120,153 of 189,968
Downloads: 5,742
Daily
Ranking: 83,278 of 189,933
Downloads: 1
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 24,013 | 62,204 | auto_error |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | garybernhardt |