Sign in Sign up
rubygems

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

Activity

Latest release
15y ago
Total releases
1
Cadence
Last 12 months
0

Details

First release
Aug 20, 2011
Releases
Version Released
0.0.1 initial