Skip to content

Commit

Permalink
Updated installation instructions for Rails 3 and Bundler.
Browse files Browse the repository at this point in the history
  • Loading branch information
tilsammans committed Jan 26, 2012
1 parent 84efb4d commit 6f6fcd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.textile
Expand Up @@ -37,8 +37,8 @@ Run @bundle install@ to install the backend and delayed_job gems.
The Active Record backend requires a jobs table. You can create that table by running the following command:

<pre>
$ script/rails generate delayed_job:active_record
$ rake db:migrate
$ rails generate delayed_job:active_record
$ bundle exec rake db:migrate
</pre>

h3. Upgrading from 2.x to 3.0.0 on Active Record
Expand Down

0 comments on commit 6f6fcd9

Please sign in to comment.