Categories: None [Edit]

acts_as_archival

https://rubygems.org/gems/acts_as_archival
https://github.com/expectedbehavior/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: 6,412 of 196,721
Downloads: 951,166

Daily

Ranking: 8,967 of 196,694
Downloads: 96

Depended by

RankDownloadsName

Depends on

RankDownloadsName
81,410,641,125rake
37835,846,227activerecord
56743,824,096rubocop
247217,916,314database_cleaner
284194,725,346sqlite3
1,98715,651,736appraisal
2,08413,878,976rr
80,32112,292assertions-eb

Owners

#GravatarHandle
1iconesquivalient
2iconjasongladish