Categories: None [Edit]
acts_as_archival
*Atomic archiving/unarchiving for ActiveRecord-based apps*
We had the problem that acts_as_paranoid and similar plugins/gems always work on
a record by record basis and made it very difficult to restore records
atomically (or archive them, for that matter).
Because the archive and unarchive methods are in transactions, and every
archival record involved gets the same archive number upon archiving, you can
easily restore or remove an entire set of records without having to worry about
partial deletion or restoration.
Additionally, other plugins generally screw with how destroy/delete work. We
don't because we actually want to be able to destroy records.
Total
Ranking: 5,722 of 182,869
Downloads: 807,259
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 |
---|---|---|
10 | 944,007,707 | rake |
35 | 590,087,611 | activerecord |
63 | 469,438,359 | rubocop |
198 | 179,205,368 | database_cleaner |
249 | 140,570,082 | sqlite3 |
1,863 | 11,307,887 | rr |
2,072 | 8,578,017 | appraisal |
77,790 | 10,765 | assertions-eb |
Owners
# | Gravatar | Handle |
---|---|---|
1 | esquivalient | |
2 | jasongladish |