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: 90,262 of 190,253
Downloads: 9,586
Daily
Ranking: 136,520 of 190,215
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,235,140,455 | bundler |
| 8 | 1,253,353,581 | rake |
| 29 | 956,611,184 | rspec |
| 34 | 808,073,082 | activemodel |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | borgand |