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: 92,177 of 196,700
Downloads: 9,817
Daily
Ranking: 63,976 of 196,669
Downloads: 0
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 | 3,717,891,780 | bundler |
| 8 | 1,408,081,575 | rake |
| 29 | 1,016,864,579 | rspec |
| 34 | 889,883,003 | activemodel |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | borgand |