Categories: None [Edit]
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: 86,850 of 182,869
Downloads: 9,014
Daily
Ranking: - of 0
Downloads: -
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|
Depends on
Rank | Downloads | Name |
---|---|---|
1 | 2,373,916,959 | bundler |
10 | 944,007,707 | rake |
25 | 813,099,479 | rspec |
33 | 617,560,688 | activemodel |
Owners
# | Gravatar | Handle |
---|---|---|
1 | borgand |