aboutsummaryrefslogtreecommitdiffstats
path: root/lib/action_cable/channel/streams.rb
Commit message (Expand)AuthorAgeFilesLines
* Better schedule pubsub subscribePratik Naik2015-10-091-1/+1
* Clear out the streams when they are stopped. Otherwise we will keep trying to...Lachlan Sylvester2015-08-111-1/+1
* Merge pull request #50 from lsylvester/fix-stream-for-documentationKasper Timm Hansen2015-08-021-1/+1
|\
| * update docs for broadcast_to to pass a message to broadcast.Lachlan Sylvester2015-08-021-1/+1
* | Fixing some documentation, correcting grammar, and removing unnecessary white...Jason Dew2015-07-301-5/+5
|/
* add broadcast_to and stream_for methods as per #26Lachlan Sylvester2015-07-281-8/+29
* Document the remaining parts of the Channel setup.David Heinemeier Hansson2015-07-071-0/+47
* No need for this delegatorDavid Heinemeier Hansson2015-07-071-2/+2
* Introduce Streams as the domain language for the pubsub channels Channels red...David Heinemeier Hansson2015-06-291-0/+40