destroyer 0.0.3
Deletes records(without instantiating the records first) based on a block(which returns an array of ids) given and also recursively deletes all their associated records if they are marked as :dependent => :destroy. It is useful for background processing.
Gemfile:
=
install:
=
Runtime Dependencies (1):
activerecord
~> 3.0.0