RubyGems Navigation menu

acts_as_archival 0.6.0

*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.

Gemfile:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

  1. 2.1.0 - June 21, 2022 (20KB)
  2. 2.0.0 - October 19, 2021 (20KB)
  3. 1.4.0 - July 09, 2019 (19.5KB)
  4. 1.3.0 - October 21, 2017 (18.5KB)
  5. 1.2.0 - March 19, 2017 (18KB)
  6. 0.6.0 - April 14, 2014 (15.5KB)
全てのバージョンを表示(全18件)

Runtime依存関係 (1):

Development依存関係 (8):

highline >= 0
mysql2 >= 0
pg >= 0
rake >= 0
rr >= 0
sqlite3 >= 0

所有者:

作者:

  • Joel Meador, Michael Kuehl, Matthew Gordon, Vojtech Salbaba, David Jones, Dave Woodward, Miles Sterrett, James Hill, Marten Claes

SHA 256チェックサム:

bc31fa8e4ba4a7ade3a29770e5fb1a84b8d8ef6d17aa410571a3a9b9cd67f782

累計ダウンロード数 772,527

このバージョンのみ 3,901

ライセンス:

N/A

必要なRubyのバージョン: >= 0

新しいバージョンはMFAを必要とします: true

リンク: