aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/lib/action_cable/channel/base.rb
Commit message (Expand)AuthorAgeFilesLines
* Add ActionCable channel/connection load hooksVladimir Dementyev2019-01-291-0/+2
* Add Missing ActiveSupport::Rescuable to ActionCable::ChannelIlia Kasianenko2018-12-121-0/+4
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-1/+1
* Use frozen string literal in actioncable/Kir Shatrov2017-07-231-1/+1
* Make actioncable ready for frozen stringsKir Shatrov2017-07-231-1/+5
* 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
* Move some ActionCable logs to debug levelMartijn Storck2017-02-061-1/+1
* Privatize unneededly protected methods in Action CableAkira Matsuda2016-12-241-14/+13
* Add Channel#ensure_confirmation_sent; call #subscribe_to_channel after initia...palkan2016-09-221-23/+19
* [Fix #25381] Avoid race condition on subscription confirmationpalkan2016-09-201-8/+18
* Prevent invocation of channel action if rejected connectionJon Moss2016-08-191-1/+1
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-1/+0
* applies new string literal convention in actioncable/libXavier Noria2016-08-061-3/+3
* Cable message encodingJeremy Daer2016-03-311-3/+3
* Keep logging in the ActionCable::Channel::BaseRafael Mendonça França2016-03-301-1/+6
* Add AS::Notifications and LogSubscriber to ActionCable::ChannelMatthew Wear2016-03-041-8/+16
* Add small Action Cable documentation fixesHayley Anderson2016-02-271-1/+1
* Merge pull request #23668 from maclover7/cable-docsRafael França2016-02-221-10/+8
|\
| * Full Action Cable documentation read throughJon Moss2016-02-171-10/+8
* | Truncate ActionCable broadcast message to 300 charsJankees van Woezik2016-02-181-1/+1
|/
* [ci skip] Several ActionCable documentation updates:Nick Quaranto2016-02-021-12/+21
* Adapterize ActionCable storage and extract behaviorJon Moss2016-01-181-2/+2
* [ci skip] Fix typoAkshay Vishnoi2015-12-181-1/+1
* Remove warnings from actioncableArun Agrawal2015-12-171-0/+3
* Get ready to merge into RailsDavid Heinemeier Hansson2015-12-141-0/+274