aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/lib/action_cable.rb
Commit message (Expand)AuthorAgeFilesLines
* Bump license years for 2019Arun Agrawal2018-12-311-1/+1
* Stop trying to reconnect on unauthorized cable connectionsMick Staugaard2018-12-051-0/+6
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-6/+6
* Add Action Cable test case and test helperVladimir Dementyev2018-08-191-0/+2
* Bump license years for 2018Yoshiyuki Hirano2017-12-311-1/+1
* [Action Cable] require_relative => requireAkira Matsuda2017-10-211-1/+1
* Use frozen string literal in actioncable/Kir Shatrov2017-07-231-0/+2
* [Action Cable] require => require_relativeAkira Matsuda2017-07-011-1/+1
* Bump license years for 2017Jon Moss2016-12-311-1/+1
* applies new string literal convention in actioncable/libXavier Noria2016-08-061-8/+8
* Added protocol negotiationDaniel Rhodes2016-04-051-1/+2
* Share default mount path with client side .jsJavan Makhmali2016-03-031-1/+2
* Make ping into a message typeDaniel Rhodes2016-03-011-3/+1
* Added welcome message type and fix test hacksDaniel Rhodes2016-03-011-0/+1
* ActionCable::StorageAdapter ==> ActionCable::SubscriptionAdapterJon Moss2016-01-181-1/+1
* Adapterize ActionCable storage and extract behaviorJon Moss2016-01-181-0/+1
* Update copyright notices to 2016 [ci skip]Rashmi Yadav2015-12-311-1/+1
* Initial stab at adding Action Cable to rails/masterDavid Heinemeier Hansson2015-12-141-8/+27
* Get ready to merge into RailsDavid Heinemeier Hansson2015-12-141-0/+31