Skip to content

Commit

Permalink
Added note about Rails versions to the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmorrison committed Sep 14, 2010
1 parent 0b866f9 commit 234fcf8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.textile
Expand Up @@ -38,6 +38,13 @@ script/plugin install git://github.com/collectiveidea/delayed_job.git

After delayed_job is installed, you will need to setup the backend.

h2. Rails

As of delayed_job 2.1 it only supports Rails 3.0+.

The 2.0.x gems work great with older versions of Rails, so check those out if you need them.


h2. Backends

delayed_job supports multiple backends for storing the job queue. "See the wiki for other backends":http://wiki.github.com/collectiveidea/delayed_job/backends besides Active Record.
Expand Down

0 comments on commit 234fcf8

Please sign in to comment.