aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/lib/action_cable/connection/subscriptions.rb
Commit message (Expand)AuthorAgeFilesLines
* Rails 6 requires Ruby 2.3+Jeremy Daer2018-02-171-5/+1
* ActionCable: use find method when unsubscribingRichard Machielse2017-09-261-1/+1
* Use frozen string literal in actioncable/Kir Shatrov2017-07-231-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Fix missing bracket.Eugene2017-01-141-1/+1
* Describe what we are protectingAkira Matsuda2016-12-231-0/+2
* Add Channel#ensure_confirmation_sent; call #subscribe_to_channel after initia...palkan2016-09-221-2/+4
* [Fix #25381] Avoid race condition on subscription confirmationpalkan2016-09-201-1/+3
* applies new string literal convention in actioncable/libXavier Noria2016-08-061-9/+9
* Properly support reloading for Action Cable channelsMatthew Draper2016-06-021-3/+3
* Cable message encodingJeremy Daer2016-03-311-19/+6
* Accept JSON with no backslashes/escapingJon Moss2016-03-021-6/+19
* Merge pull request #23668 from maclover7/cable-docsRafael França2016-02-221-2/+2
|\
| * Full Action Cable documentation read throughJon Moss2016-02-171-2/+2
* | Fix `unsubscribed` server side behaviorJon Moss2016-02-181-1/+1
|/
* [ActionCable] remove not needed protected call and newlinesJan Habermann2015-12-251-1/+0
* Remove warnings from actioncableArun Agrawal2015-12-171-1/+2
* Get ready to merge into RailsDavid Heinemeier Hansson2015-12-141-0/+75