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: 89,484 of 188,199
Downloads: 9,529

Daily

Ranking: 138,390 of 188,189
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,072,552,740bundler
101,186,657,981rake
29934,402,975rspec
34773,379,823activemodel

Owners

#GravatarHandle
1iconborgand