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,780 of 192,405
Downloads: 9,676

Daily

Ranking: 108,077 of 192,384
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,368,042,486bundler
81,302,238,449rake
29973,997,212rspec
34833,667,894activemodel

Owners

#GravatarHandle
1iconborgand