ActiveRecord Soft Delete

acts_as_paranoid

367

336
46
acts_as_paranoid keeps models from actually being deleted by setting a deleted_at field. Last commit: Thu, 16 Apr 2009 15:16:22 +0000

gem install acts_as_paranoid

Downloads: 2173

v0.3.1
1547

acts_as_archive

279

239
11
Don't delete your records, move them to a different table Last commit: Fri, 07 May 2010 20:37:24 +0000

gem install acts_as_archive

Downloads: 1937

v0.2.5
581
Rails plugin that provides the ability to soft delete models Last commit: Tue, 28 Apr 2009 03:29:31 +0000
Never Lose Data. Rather than deleting rows this sets Record#deleted_at and gives you all the scopes you need to work with your data. Last commit: Tue, 29 Dec 2009 01:52:36 +0000

gem install permanent_records

Downloads: 677

v1.0.6
241