RubyGems.org

BackgrounDRb is a Ruby job server and scheduler. Its main intent is to be used with Ruby on Rails applications for offloading long-running tasks. Since a Rails application blocks while serving a request it is best to move long-running tasks off into a background process that is divorced from http request/response cycle. This is the RoR 3 version (Railtie based) of the gem. Please read the GitHub homepage for installation instructions.

installgem install backgroundrb-rails3
Authors

Matteo Latini

15,690 total downloads 6,639 for this version
Owners

A0d63b769c08697942e5b47067bbe947

Gemfile
gem "backgroundrb-rails3", "~> 1.1.6"
Versions
  1. 1.1.6 November 2, 2011
  2. 1.1.5 May 30, 2011
  3. 1.1.3 December 28, 2010
  4. 1.1.2 December 13, 2010
  5. 1.1.1 December 13, 2010
Show all versions (7 total)