diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2015-10-22 16:16:11 -0200 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2015-10-22 16:16:11 -0200 |
commit | f1013d37c86e0c96dd17107a8d2a2136b3a07cfa (patch) | |
tree | 7cc60acf5c8efa9f6f97c9b1d98d0f7fb58ed25e /guides/source | |
parent | 6080bfcfbed99bb34bb38db334925fb80dc251ba (diff) | |
parent | f184cd34f9ef35ddf85a23c2fb02cc05d3fb26b3 (diff) | |
download | rails-f1013d37c86e0c96dd17107a8d2a2136b3a07cfa.tar.gz rails-f1013d37c86e0c96dd17107a8d2a2136b3a07cfa.tar.bz2 rails-f1013d37c86e0c96dd17107a8d2a2136b3a07cfa.zip |
Merge pull request #22034 from hemalijain/patch-2
[ci skip] removed extra comma
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/4_2_release_notes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/4_2_release_notes.md b/guides/source/4_2_release_notes.md index 8a59007420..20eb4fa7e3 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 |