Categories: None [Edit]

deep_dirty

https://rubygems.org/gems/deep_dirty
https://github.com/borgand/deep_dirty
ActiveRecord dirty tracking that compares every attribute to it's value before type cast and marks all changes detected as changed attributes. This makes it possible to detect `user.name.upcase!` `user.roles << 'some_role'` and similar implicit changes. To make it automatic on `save`, this module sets up a `before_validation` callback when included into a model.

Total

Ranking: 90,489 of 191,663
Downloads: 9,623

Daily

Ranking: 76,537 of 191,631
Downloads: 3

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,307,050,676bundler
81,279,267,565rake
29966,377,450rspec
34822,095,854activemodel

Owners

#GravatarHandle
1iconborgand