acts_as_archival 0.4.0
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.
Gemfile:
=
install:
=
Runtime Dependencies (1):
activerecord
>= 0
Development Dependencies (7):
activesupport
>= 0
assertions-eb
>= 0
database_cleaner
>= 0
highline
>= 0
mysql2
>= 0
rake
>= 0
rr
>= 0