Path: | README.md |
Last Update: | Tue Dec 06 06:21:25 +0000 2011 |
# delayed_job DataMapper backend
## Installation
Add the gems to you Gemfile:
gem 'delayed_job', '2.1.0.pre2' gem 'delayed_job_data_mapper', '1.0.0.rc'
Add this in an initializer:
# config/initializers/delayed_job.rb Delayed::Worker.backend.auto_upgrade!
That‘s it. Use [delayed_job as normal](github.com/collectiveidea/delayed_job).