Links
Categories
Plugins Tagged destroy
-
super_transaction
SuperTransaction allows you to save and destroy objects just as you normally would, but under the
safety of a database transaction. It extends upon the built in Rails transaction method to cut
duplication of what I find myself repeating all over when using transactions. -
acts_as_trashable
ActiveRecord extension which serializes destroyed records into a trash table from which they can be restored. This is intended to reduce the risk of users misusing your application's delete function and losing data.
-
resource_delete
This plugin adds an delete action with method get to each resource route.
-
affected_on_destroy
Rails plugin showing which related records will be deleted from DB when :dependent => :destroy is used
