Skip to content

Commit

Permalink
Add a note about the ActiveJob queue_adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
albus522 committed Jan 16, 2015
1 parent 02f76e6 commit ca228c6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -58,6 +58,14 @@ running the following command:
rails generate delayed_job:active_record
rake db:migrate

In Rails 4.2 set the queue_adapter in config/application.rb

```ruby
config.active_job.queue_adapter = :delayed_job
```

See the [rails guide](http://guides.rubyonrails.org/active_job_basics.html#setting-the-backend) for more details.

Development
===========
In development mode, if you are using Rails 3.1+, your application code will automatically reload every 100 jobs or when the queue finishes.
Expand Down

0 comments on commit ca228c6

Please sign in to comment.