Skip to content

Commit

Permalink
Mention Active Job instead of Rails 4.2
Browse files Browse the repository at this point in the history
It seems to be a preferred by the Rails team.
  • Loading branch information
toncid committed Oct 10, 2018
1 parent 73bd1b5 commit 5b59e9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ 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.
You no longer need to restart Delayed Job every time you update your code in development.

Rails 4.2
=========
Set the queue_adapter in config/application.rb
Active Job
==========
In Rails 4.2+, set the queue_adapter in config/application.rb

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

0 comments on commit 5b59e9c

Please sign in to comment.