aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable
Commit message (Expand)AuthorAgeFilesLines
* 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
* | [ci fix] Fix API documentation for Streams module from Action CablePrathamesh Sonpatki2016-09-061-4/+4
|/
* fixes remaining RuboCop issues [Vipul A M, Xavier Noria]Xavier Noria2016-09-012-2/+2
* Prevent invocation of channel action if rejected connectionJon Moss2016-08-192-1/+16
* Add three new rubocop rulesRafael Mendonça França2016-08-163-26/+26
* Pass over changelogs [ci skip]Vipul A M2016-08-101-1/+1
* revises more Lint/EndAlignment offensesXavier Noria2016-08-081-6/+6
* copy-edits an exception messageXavier Noria2016-08-071-1/+1
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-072-3/+0
* applies remaining conventions across the projectXavier Noria2016-08-062-4/+3
* normalizes indentation and whitespace across the projectXavier Noria2016-08-062-4/+4
* remove redundant curlies from hash argumentsXavier Noria2016-08-065-7/+7
* modernizes hash syntax in actioncableXavier Noria2016-08-061-2/+2
* applies new string literal convention to the rest of the projectXavier Noria2016-08-061-6/+6
* applies new string literal convention in the gemspecsXavier Noria2016-08-061-14/+14
* applies new string literal convention in actioncable/testXavier Noria2016-08-0629-260/+260
* applies new string literal convention in actioncable/libXavier Noria2016-08-0628-90/+90