aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorclaudiob <claudiob@gmail.com>2014-10-15 04:53:43 -0700
committerclaudiob <claudiob@gmail.com>2014-10-15 04:53:43 -0700
commit8d66866450783ea90b3415c644fee92d5e124c85 (patch)
tree26b85d5d8984e6420c65154f27725e10ff44ef24 /README.md
parente3207bdbba55f3806441f22b175557579bc0b051 (diff)
downloadrails-8d66866450783ea90b3415c644fee92d5e124c85.tar.gz
rails-8d66866450783ea90b3415c644fee92d5e124c85.tar.bz2
rails-8d66866450783ea90b3415c644fee92d5e124c85.zip
Add ActiveJob to "Welcome to Rails" section
[ci skip]
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index d786914d6d..478d71945e 100644
--- a/README.md
+++ b/README.md
@@ -36,9 +36,11 @@ You can read more about Action View in its [README](actionview/README.rdoc).
Active Record, Action Pack, and Action View can each be used independently outside Rails.
In addition to them, Rails also comes with Action Mailer ([README](actionmailer/README.rdoc)), a library
-to generate and send emails; and Active Support ([README](activesupport/README.rdoc)), a collection of
-utility classes and standard library extensions that are useful for Rails, and may also be used
-independently outside Rails.
+to generate and send emails; Active Job ([README](activejob/README.md)), a
+framework for declaring jobs and making them run on a variety of queueing
+backends; and Active Support ([README](activesupport/README.rdoc)), a collection
+of utility classes and standard library extensions that are useful for Rails,
+and may also be used independently outside Rails.
## Getting Started