aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2016-05-14 14:57:41 -0700
committerXavier Noria <fxn@hashref.com>2016-05-14 14:57:41 -0700
commit88962bc3422b07174ea17f68497edf5a1710f035 (patch)
tree03d64262fa5a0d147bbcada62dcd8619ae5dedb9 /guides
parent32fcfcd890547b409271a8cbf515129c4497b634 (diff)
parentc0cf61e151906a7a9ad95d65f84951ef5a933b7b (diff)
downloadrails-88962bc3422b07174ea17f68497edf5a1710f035.tar.gz
rails-88962bc3422b07174ea17f68497edf5a1710f035.tar.bz2
rails-88962bc3422b07174ea17f68497edf5a1710f035.zip
Merge pull request #25002 from maclover7/jm-add-actioncable-guide
Add Action Cable guide to list
Diffstat (limited to 'guides')
-rw-r--r--guides/source/documents.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/guides/source/documents.yaml b/guides/source/documents.yaml
index 03943d0f25..a5b8a75509 100644
--- a/guides/source/documents.yaml
+++ b/guides/source/documents.yaml
@@ -139,6 +139,10 @@
name: Using Rails for API-only Applications
url: api_app.html
description: This guide explains how to effectively use Rails to develop a JSON API application.
+ -
+ name: Action Cable Overview
+ url: action_cable_overview.html
+ description: This guide explains how Action Cable works, and how to use WebSockets to create real-time features.
-
name: Extending Rails