Path: | README.md |
Last Update: | Tue Feb 28 13:06:31 +0000 2012 |
# DelayedJob ActiveRecord Backend
## Installation
Add the gem to your Gemfile:
gem 'delayed_job_active_record'
Run `bundle install`.
If you‘re using Rails, run the generator to create the migration for the delayed_job table.
rails g delayed_job:active_record rake db:migrate
## Upgrading from 2.x to 3.0.0
If you‘re upgrading from Delayed Job 2.x, run the upgrade generator to create a migration to add a column to your delayed_jobs table.
rails g delayed_job:upgrade rake db:migrate
That‘s it. Use [delayed_job as normal](github.com/collectiveidea/delayed_job).
## Build Status
[](https://travis-ci.org/collectiveidea/delayed_job_active_record)
## Dependency Status
[](https://gemnasium.com/collectiveidea/delayed_job_active_record)
## How to contribute
If you find what looks like a bug:
If you want to contribute an enhancement or a fix: