Skip to content

Commit

Permalink
Add note about upgrading
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Sep 6, 2009
1 parent 763d03d commit 1f12552
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.textile
Expand Up @@ -44,6 +44,14 @@ script/generate delayed_job
rake db:migrate
</pre>

h2. Upgrading to 1.8

If you are upgrading from a previous release, you will need to generate the new @script/delayed_job@:

<pre>
script/generate delayed_job --skip-migration
</pre>

h2. Queuing Jobs

Call @#send_later(method, params)@ on any object and it will be processed in the background.
Expand Down

0 comments on commit 1f12552

Please sign in to comment.