aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/lib
Commit message (Expand)AuthorAgeFilesLines
* Use frozen string literal in actioncable/Kir Shatrov2017-07-2342-1/+83
* Make actioncable ready for frozen stringsKir Shatrov2017-07-231-1/+5
* [Fix #28751] Hash stream long stream identifiers when using Postgres adapterpalkan2017-07-061-3/+8
* [Action Cable] require => require_relativeAkira Matsuda2017-07-013-3/+3
* Allows for other common redis options to be in cable.yml, by defaultMarc Ignacio2017-06-221-1/+3
* nodoc AC::Connection::WebSocketT.J. Schuck2017-06-161-1/+1
* Use mattr_accessor default: option throughout the projectGenadi Samokovarov2017-06-033-4/+4
* Add option for class_attribute default (#29270)David Heinemeier Hansson2017-05-292-4/+2
* Define path with __dir__bogdanvlviv2017-05-231-1/+1
* identifiers is already defined via Connection::Identification moduleAkira Matsuda2017-05-211-1/+1
* Log any errors originating from the socketedwardmp2017-04-161-1/+2
* Document AC::Connection::Authorization#reject_unauthorized_connectionT.J. Schuck2017-03-221-5/+5
* Start Rails 5.2 developmentMatthew Draper2017-03-221-2/+2
* Preparing for 5.1.0.beta1 releaseRafael Mendonça França2017-02-231-1/+1
* Deprecate the EventedRedis subscription adapterMatthew Draper2017-02-231-0/+6
* Move some ActionCable logs to debug levelMartijn Storck2017-02-062-2/+2
* Add channel_prefix support to ActionCable redis/evented_redis adapters.Chad Ingram2017-01-174-0/+31
* Fix missing bracket.Eugene2017-01-141-1/+1
* Reduce string objects by using \ instead of + or << for concatenating stringsAkira Matsuda2017-01-121-2/+2
* `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-052-3/+3
* Bump license years for 2017Jon Moss2016-12-311-1/+1
* Privatize unneededly protected methods in Action CableAkira Matsuda2016-12-244-24/+23
* 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-301-2/+2
* use correct value in example [ci skip]yuuji.yaginuma2016-11-141-1/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-294-4/+4
* Permit same-origin connections by defaultMatthew Draper2016-10-112-3/+3
* Merge pull request #26568 from skateman/cable-sameorigin-as-hostMatthew Draper2016-10-112-1/+5
|\
| * Optionally allow ActionCable requests from the same host as originDávid Halász2016-09-212-1/+5
* | Close the IO from the read loop threadMatthew Draper2016-10-062-1/+1
* | Shut down the worker pool - don't kill itMatthew Draper2016-10-031-1/+1
* | 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
* | In-line the configuration points that only existed for Faye supportMatthew Draper2016-10-014-12/+4
* | Remove Faye modeMatthew Draper2016-10-014-105/+3
* | Merge pull request #26547 from palkan/fix/actioncable-confirmation-race-condi...Matthew Draper2016-10-013-18/+28
|\ \
| * | Add Channel#ensure_confirmation_sent; call #subscribe_to_channel after initia...palkan2016-09-223-27/+24
| * | [Fix #25381] Avoid race condition on subscription confirmationpalkan2016-09-203-10/+23
* | | Buffer writes to the cable socketsMatthew Draper2016-09-282-11/+92
| |/ |/|
* | [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-011-1/+1
* Prevent invocation of channel action if rejected connectionJon Moss2016-08-191-1/+1
* copy-edits an exception messageXavier Noria2016-08-071-1/+1
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-1/+0
* applies remaining conventions across the projectXavier Noria2016-08-061-3/+3
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-1/+1