aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable
Commit message (Expand)AuthorAgeFilesLines
* Preparing for 5.1.0.beta1 releaseRafael Mendonça França2017-02-232-1/+3
* Deprecate the EventedRedis subscription adapterMatthew Draper2017-02-232-1/+9
* Move some ActionCable logs to debug levelMartijn Storck2017-02-062-2/+2
* bin/test for Active Job and Action Cable testsAkira Matsuda2017-02-021-0/+4
* correctly check error messageyuuji.yaginuma2017-01-251-3/+6
* Add changelog entry for #27425 [ci skip]Chad Ingram2017-01-211-0/+6
* Add channel_prefix support to ActionCable redis/evented_redis adapters.Chad Ingram2017-01-177-0/+71
* Fix missing bracket.Eugene2017-01-141-1/+1
* Reduce string objects by using \ instead of + or << for concatenating stringsAkira Matsuda2017-01-121-2/+2
* ActionCable should not raise when a connection is already openDuncan Grazier2017-01-062-3/+6
* `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-052-3/+3
* Merge pull request #25626 from maclover7/jm-standardize-ac-readmeRafael França2017-01-031-0/+9
|\
| * Standardize Action Cable README.mdJon Moss2016-07-021-0/+9
* | Bump license years for 2017Jon Moss2016-12-312-2/+2
* | Upgrade to nio4r 2.0.0Tony Arcieri2016-12-281-1/+1
* | Small edits to actioncable/CHANGELOG.mdJon Moss2016-12-271-2/+2
* | Privatize unneededly protected methods in Action CableAkira Matsuda2016-12-245-25/+24
* | Privatize unneededly protected methods in Action Cable testsAkira Matsuda2016-12-243-3/+3
* | Describe what we are protectingAkira Matsuda2016-12-234-0/+8
* | Fix typo in channel generator usage messageCarlos Eduardo Monti2016-12-191-2/+2
* | ActionCable::Connection::Base doc code sample syntax errorMSP-Greg2016-12-061-4/+1
* | Prevent race condition when launching EventMachine reactorMatthew Draper2016-11-302-2/+28
* | Add more Action Cable JavaScript testsJavan Makhmali2016-11-214-0/+78
* | use correct value in example [ci skip]yuuji.yaginuma2016-11-141-1/+1
* | Changelog editsVipul A M2016-11-121-4/+4
* | Add more rubocop rules about whitespacesRafael Mendonça França2016-10-298-18/+18
* | Lazy-load blade for actioncable tests; no blade on JRuby.Charles Oliver Nutter2016-10-211-1/+2
* | Permit same-origin connections by defaultMatthew Draper2016-10-115-8/+21
* | Merge pull request #26568 from skateman/cable-sameorigin-as-hostMatthew Draper2016-10-114-1/+18
|\ \
| * | Optionally allow ActionCable requests from the same host as originDávid Halász2016-09-214-1/+18
* | | Merge pull request #26714 from matthewd/close-raceMatthew Draper2016-10-074-10/+11
|\ \ \
| * | | Wait for the socket to be closed asynchronouslyMatthew Draper2016-10-061-2/+10
| * | | Use a branch of websocket-client-simple, to work around read/close raceMatthew Draper2016-10-061-7/+0
| * | | Close the IO from the read loop threadMatthew Draper2016-10-062-1/+1
* | | | Change page:change to turbolinks:load in README.md [ci skip]kenta-s2016-10-051-1/+1
|/ / /
* | | Don't shut down adapters that haven't been setMatthew Draper2016-10-041-1/+1
* | | Shut down the worker pool - don't kill itMatthew Draper2016-10-031-1/+1
* | | Add tests for Server::Base#restartJon Moss2016-10-021-0/+33
* | | Move behavior to Server::Base, and flush pubsubJon Moss2016-10-022-3/+6
* | | Shutdown pubsub connection before classes are reloadedJon Moss2016-10-021-0/+1
* | | Use websocket-client-simple instead of Faye as a websockets clientMatthew Draper2016-10-021-57/+81
* | | Shut down EventMachine before re-enabling warningsMatthew Draper2016-10-022-0/+9
* | | In-line the configuration points that only existed for Faye supportMatthew Draper2016-10-015-13/+4
* | | Remove Faye modeMatthew Draper2016-10-0110-168/+7
* | | Merge pull request #26547 from palkan/fix/actioncable-confirmation-race-condi...Matthew Draper2016-10-019-24/+83
|\ \ \
| * | | Add Channel#ensure_confirmation_sent; call #subscribe_to_channel after initia...palkan2016-09-227-33/+39
| * | | [Fix #25381] Avoid race condition on subscription confirmationpalkan2016-09-206-15/+60
* | | | Buffer writes to the cable socketsMatthew Draper2016-09-284-12/+100
| |/ / |/| |
* | | [ci skip] Fix formatting of documentation of worker_pool method from AC::Serv...Prathamesh Sonpatki2016-09-071-1/+1
* | | [ci skip] Fix formatting in Action Cable Connection::Base module docsPrathamesh Sonpatki2016-09-071-1/+1