archival_record 3.0.1
*Atomic archiving/unarchiving for ActiveRecord* acts_as_paranoid and similar plugins/gems work on a record-by-record basis and make it difficult to restore records atomically (or archive them, for that matter). Because ArchivalRecord's #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 change how destroy/delete work. ArchivalRecord does not, and thus one can destroy records like normal.
Gemfile:
=
インストール:
=
Runtime依存関係 (1):
activerecord
>= 6.0
Development依存関係 (8):
appraisal
>= 0
database_cleaner
>= 0
rake
>= 0
rr
>= 0
rubocop
>= 0
rubocop-rails
>= 0
rubocop-rake
>= 0
sqlite3
< 2