From 8a97fcb5b43bef004b31acd7a5b359fc09a3af86 Mon Sep 17 00:00:00 2001 From: Eric Brooke Date: Mon, 25 Aug 2014 17:06:03 -0700 Subject: Added web links Added web links to resque, delayed_job and sidekiq --- guides/source/4_2_release_notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/4_2_release_notes.md b/guides/source/4_2_release_notes.md index c50a105cbf..5401b34542 100644 --- a/guides/source/4_2_release_notes.md +++ b/guides/source/4_2_release_notes.md @@ -36,7 +36,7 @@ Major Features ### Active Job, Action Mailer #deliver_later Active Job is a new framework in Rails 4.2. It is an adapter layer on top of -queuing systems like Resque, Delayed Job, Sidekiq, and more. You can write your +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. You can write your jobs with the Active Job API, and it'll run on all these queues with no changes (it comes pre-configured with an inline runner). -- cgit v1.2.3