aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2014-10-15 12:06:40 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2014-10-15 12:06:40 -0300
commit051b00c21ce4d866e45bb7897af97e2fd704b928 (patch)
treefc363b291416ca17a40be1879699249367dbe02c /README.md
parentff8f1555cf38ad0a02ce53e0870dcc5dc50eb87d (diff)
parent8d66866450783ea90b3415c644fee92d5e124c85 (diff)
downloadrails-051b00c21ce4d866e45bb7897af97e2fd704b928.tar.gz
rails-051b00c21ce4d866e45bb7897af97e2fd704b928.tar.bz2
rails-051b00c21ce4d866e45bb7897af97e2fd704b928.zip
Merge pull request #17264 from claudiob/add-activejob-to-readme
Add ActiveJob to "Welcome to Rails" section
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 970b01ed67..7e1bcd02ea 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