aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorclaudiob <claudiob@gmail.com>2015-12-15 09:36:06 -0800
committerclaudiob <claudiob@gmail.com>2015-12-15 09:36:06 -0800
commit98087a604c988e2fd906cc7c63b30ea495679a5f (patch)
treeb477cf0a5c3b1a3c7559da00e7e0d9ce0444b1ba /README.md
parent70e593d99877bce8dd6f27b2a080d5936e071709 (diff)
downloadrails-98087a604c988e2fd906cc7c63b30ea495679a5f.tar.gz
rails-98087a604c988e2fd906cc7c63b30ea495679a5f.tar.bz2
rails-98087a604c988e2fd906cc7c63b30ea495679a5f.zip
Add Action Cable to README.md of Rails
[ci skip] Link to actioncable/README.md for more details
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index fa566a9105..b4f32940fc 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,9 @@ Active Record, Active Model, Action Pack, and Action View can each be used indep
In addition to them, Rails also comes with Action Mailer ([README](actionmailer/README.rdoc)), a library
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
+backends; Action Cable ([README](actioncable/README.md)), a framework to
+integrate WebSockets with a Rails application;
+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.