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,128 of 191,735
Downloads: 914,509

Daily

Ranking: 6,654 of 191,703
Downloads: 455

Depended by

RankDownloadsName

Depends on

RankDownloadsName
81,281,426,014rake
36774,171,461activerecord
56673,387,593rubocop
232206,993,428database_cleaner
278178,267,253sqlite3
2,01813,621,634appraisal
2,03813,245,721rr
80,24311,732assertions-eb

Owners

#GravatarHandle
1iconesquivalient
2iconjasongladish