aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/documents.yaml
diff options
context:
space:
mode:
authorJon Moss <me@jonathanmoss.me>2016-05-12 22:33:05 -0400
committerJon Moss <me@jonathanmoss.me>2016-05-13 09:33:31 -0400
commitc0cf61e151906a7a9ad95d65f84951ef5a933b7b (patch)
treebfe23b53f1a03832a7a389ede174585d1c381646 /guides/source/documents.yaml
parent0991c4c6fc0c04764f34c6b65a42adce190440c3 (diff)
downloadrails-c0cf61e151906a7a9ad95d65f84951ef5a933b7b.tar.gz
rails-c0cf61e151906a7a9ad95d65f84951ef5a933b7b.tar.bz2
rails-c0cf61e151906a7a9ad95d65f84951ef5a933b7b.zip
Add Action Cable guide to list
This effectively publishes the "Action Cable Overview" guide. If we don't think this is ready for the prime time, we can mark it as a "work in progress" guide. [ci skip]
Diffstat (limited to 'guides/source/documents.yaml')
-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