From 23eb2e1a99044d14e1f3e280cc3ca9a839d4a392 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Thu, 22 Oct 2015 20:48:03 +0200 Subject: Revert "[ci skip] removed extra comma" Reason: That one is an Oxford comma, as per our guidelines. See: http://edgeguides.rubyonrails.org/api_documentation_guidelines.html#comma This reverts commit f184cd34f9ef35ddf85a23c2fb02cc05d3fb26b3. --- guides/source/4_2_release_notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides') diff --git a/guides/source/4_2_release_notes.md b/guides/source/4_2_release_notes.md index 20eb4fa7e3..8a59007420 100644 --- a/guides/source/4_2_release_notes.md +++ b/guides/source/4_2_release_notes.md @@ -37,7 +37,7 @@ Major Features Active Job is a new framework in Rails 4.2. It is a common interface on top of queuing systems like [Resque](https://github.com/resque/resque), [Delayed Job](https://github.com/collectiveidea/delayed_job), -[Sidekiq](https://github.com/mperham/sidekiq) and more. +[Sidekiq](https://github.com/mperham/sidekiq), and more. Jobs written with the Active Job API run on any of the supported queues thanks to their respective adapters. Active Job comes pre-configured with an inline -- cgit v1.2.3