diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2014-08-25 21:07:09 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2014-08-25 21:07:09 -0300 |
commit | 3041b0b20374ef627b18b0f8abc627ac316d1fd4 (patch) | |
tree | e96d188a6fa111e8f91a7a7976951fa1977ab2a2 /guides | |
parent | 9fb16627a20d6ea0e97b72d83a555582efddd3f7 (diff) | |
parent | 8a97fcb5b43bef004b31acd7a5b359fc09a3af86 (diff) | |
download | rails-3041b0b20374ef627b18b0f8abc627ac316d1fd4.tar.gz rails-3041b0b20374ef627b18b0f8abc627ac316d1fd4.tar.bz2 rails-3041b0b20374ef627b18b0f8abc627ac316d1fd4.zip |
Merge pull request #16695 from ericbrooke/patch-1
Added web links
Diffstat (limited to 'guides')
-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 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). |