aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2015-07-12 08:31:17 +0200
committerDavid Heinemeier Hansson <david@loudthinking.com>2015-07-12 08:31:17 +0200
commitfc8bb71872f483e26230fdd1f26368967cbc90f2 (patch)
tree87cdb44a2b3fc3e40abf6d61b182fe34a7d4ce73
parent849278dae77cb3f10823ccd9a0fdc1181380ce17 (diff)
downloadrails-fc8bb71872f483e26230fdd1f26368967cbc90f2.tar.gz
rails-fc8bb71872f483e26230fdd1f26368967cbc90f2.tar.bz2
rails-fc8bb71872f483e26230fdd1f26368967cbc90f2.zip
Link to example repo
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index d0acd832c9..45daac5f46 100644
--- a/README.md
+++ b/README.md
@@ -204,6 +204,9 @@ The channel has been instructed to stream everything that arrives at `web_notifi
`#received(data)` callback. The data is the hash sent as the second parameter to the server-side broadcast call, JSON encoded for the trip
across the wire, and unpacked for the data argument arriving to `#received`.
+## More complete examples
+
+See the [rails/actioncable-examples](http://github.com/rails/actioncable-examples) repository for a full example of how to setup Action Cable in a Rails app and adding channels.
## Configuration