diff options
author | Jon Moss <me@jonathanmoss.me> | 2016-05-12 22:33:05 -0400 |
---|---|---|
committer | Jon Moss <me@jonathanmoss.me> | 2016-05-13 09:33:31 -0400 |
commit | c0cf61e151906a7a9ad95d65f84951ef5a933b7b (patch) | |
tree | bfe23b53f1a03832a7a389ede174585d1c381646 /guides | |
parent | 0991c4c6fc0c04764f34c6b65a42adce190440c3 (diff) | |
download | rails-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')
-rw-r--r-- | guides/source/documents.yaml | 4 |
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 |