Repository is archived
No commit activity in last 3 years
No release in over 3 years
destroy database records in the background
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

Runtime

~> 3.0.0
 Project Readme

destroy_backgrounded

Backgrounded Destroy ActiveRecord instances.

Usage

class Blog < ActiveRecord::Base
  acts_as_destroy_backgrounded
end
blog = Blog.create! :name => 'foo'

# backgrounded destroy the instance
blog.destroy

# immediately destroy the instance
blog.destroy_immediate

Features

  • simple configuration
  • support for immediately destroying

Contributing

  • Fork the project
  • Add tests
  • Fix the issue
  • Submit a pull request on github

see CONTRIBUTORS.txt for complete list of contributors

Copyright

Copyright (c) 2011 Socialcast Inc. See LICENSE.txt for further details.