aboutsummaryrefslogtreecommitdiffstats
path: root/lib/action_cable/server.rb
Commit message (Collapse)AuthorAgeFilesLines
* Make broadcasting a concernDavid Heinemeier Hansson2015-06-291-0/+1
|
* Move server classes to its own namespaceDavid Heinemeier Hansson2015-06-291-72/+3
|
* Change back, more is happening than just responseDavid Heinemeier Hansson2015-06-271-1/+1
|
* Add WebSocket decoratorDavid Heinemeier Hansson2015-06-271-1/+1
|
* Don't namespace methods with the class we are already inDavid Heinemeier Hansson2015-06-211-1/+1
|
* Free up subscribe/unsubscribe as action names the user can use in their channelsDavid Heinemeier Hansson2015-06-191-1/+0
|
* Rails style logger tagsPratik Naik2015-05-071-2/+3
|
* Log redis reconnect failuresPratik Naik2015-04-161-2/+2
|
* Revert "Ping pubsub every 2 minutes"Pratik Naik2015-04-161-10/+1
| | | | This reverts commit 702c919b27940d5b46d653d31a89daf2efa674d0.
* Ping pubsub every 2 minutesPratik Naik2015-04-161-1/+10
|
* Dont close the open connections on redis reconnectPratik Naik2015-04-141-2/+3
|
* Revert "Revert "Remove all the existing connections on redis reconnect""Pratik Naik2015-04-141-1/+12
| | | | This reverts commit 155db8120811b89624fb7e657818eb32ed07301a.
* Revert "Remove all the existing connections on redis reconnect"Pratik Naik2015-04-141-12/+1
| | | | This reverts commit 4ac6cfefbb84a6b6ae095c20e990e5807caa9105.
* Add Broadcaster to publish to redis channelsPratik Naik2015-04-131-0/+12
|
* Remove all the existing connections on redis reconnectPratik Naik2015-04-131-1/+12
|
* Collect information about all the open connections and a method to fetch thatPratik Naik2015-04-091-0/+14
|
* Redis config with indifferent accessPratik Naik2015-04-081-2/+2
|
* Log server initializationPratik Naik2015-04-081-0/+2
|
* Remote connections API for the serverPratik Naik2015-04-061-0/+4
|
* Add remote connection to talk over internal redis channelPratik Naik2015-04-061-2/+10
|
* Separate connection and server classesPratik Naik2015-04-041-144/+10
|
* Close the websocket on exceptionPratik Naik2015-03-251-0/+6
|
* Dont process messages when the websocket is no longer openPratik Naik2015-03-251-0/+6
|
* Dont process messages until connect is runPratik Naik2015-03-251-2/+18
|
* Remove request and cookies helper methodsPratik Naik2015-03-061-8/+0
|
* Add request and cookies helpersPratik Naik2015-03-061-0/+11
|
* Authorize before sending and receiving dataPratik Naik2015-03-051-1/+1
|
* Merge remote-tracking branch 'origin/celluloid'Jeremy Kemper2015-02-161-8/+12
|\ | | | | | | | | Conflicts: lib/action_cable/server.rb
| * Add loggingDavid Heinemeier Hansson2015-02-091-1/+8
| |
| * Inline id_key variableDavid Heinemeier Hansson2015-02-091-7/+4
| |
* | Ping the client every 3 secondsPratik Naik2015-02-111-0/+14
|/
* Add a Server#disconnect callbackPratik Naik2015-02-051-0/+1
|
* Generic Worker#invoke methodPratik Naik2015-02-051-2/+2
|
* Helper method for worker_poolPratik Naik2015-02-051-2/+6
|
* Configurable worker pool sizePratik Naik2015-02-051-4/+9
|
* Update the gemspecPratik Naik2015-02-051-4/+0
|
* No cramp and use celluloid workers to run callbacksPratik Naik2015-02-051-8/+35
|
* No need for matching paramsPratik Naik2015-01-191-3/+1
|
* More API changesPratik Naik2015-01-171-1/+0
|
* Use underscored class name as the default channel namePratik Naik2015-01-171-1/+1
|
* Initialize subscriptions as early as possiblePratik Naik2015-01-161-2/+3
|
* Specify channel name as an attributePratik Naik2015-01-151-2/+6
|
* Latest gems and fix a callback bugPratik Naik2015-01-151-1/+1
|
* Rename publish to broadcastPratik Naik2015-01-151-1/+1
|
* Action Cable take#1Pratik Naik2015-01-141-0/+73