aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/lib/action_cable/channel
Commit message (Expand)AuthorAgeFilesLines
* Add ActionCable channel/connection load hooksVladimir Dementyev2019-01-291-0/+2
* fix fixture syntax in cable docs and guidesVladimir Dementyev2019-01-221-3/+3
* Add note about broadcast_to/broadcasting_for to change logVladimir Dementyev2019-01-221-1/+6
* Add Channel#broadcast_toVladimir Dementyev2019-01-221-1/+1
* Move `channel_name` to Channel.broadcasting_forVladimir Dementyev2019-01-223-11/+14
* Add streams assert methods to ActionCable channel test caseSergey Ponomarev2018-12-181-4/+45
* Add Missing ActiveSupport::Rescuable to ActionCable::ChannelIlia Kasianenko2018-12-121-0/+4
* Fix typosR.T. Lechow2018-10-011-2/+2
* Remove Rails 5.0 workaround from ActionCable::Channel::TestCaseVladimir Dementyev2018-09-271-6/+2
* Add ActionCable::Channel::TestCaseVladimir Dementyev2018-09-261-0/+275
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-1/+1
* Class methods in the `class_methods` blocks are wrongly appeared in the docRyuta Kamizono2018-04-043-3/+3
* Use frozen string literal in actioncable/Kir Shatrov2017-07-236-1/+11
* Make actioncable ready for frozen stringsKir Shatrov2017-07-231-1/+5
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-026-6/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-016-0/+6
* Add option for class_attribute default (#29270)David Heinemeier Hansson2017-05-291-2/+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 more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* Merge pull request #26547 from palkan/fix/actioncable-confirmation-race-condi...Matthew Draper2016-10-012-17/+23
|\
| * Add Channel#ensure_confirmation_sent; call #subscribe_to_channel after initia...palkan2016-09-222-25/+20
| * [Fix #25381] Avoid race condition on subscription confirmationpalkan2016-09-202-9/+20
* | [ci fix] Fix API documentation for Streams module from Action CablePrathamesh Sonpatki2016-09-061-4/+4
|/
* 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-065-8/+8
* Periodic timers: delegate async instance_exec to the worker poolJeremy Daer2016-06-291-3/+1
* fix grammarRajat Bansal2016-05-311-1/+1
* Improve method descriptionRoman Pushkin2016-05-181-0/+1
* Fix code formatting in docsJay Hayes2016-05-031-2/+2
* Cable: Extract stream handler constructionJeremy Daer2016-04-181-10/+52
* Cable: Periodic timers refreshJeremy Daer2016-04-181-7/+45
* Merge pull request #24600 from tomkadwill/action-cabel-channel-typosVipul A M2016-04-182-3/+3
|\
| * Fix typos in ActionCable Channel [ci skip]Tom Kadwill2016-04-182-3/+3
* | Run Action Cable callbacks through the worker poolSean Griffin2016-04-131-2/+5
|/
* Cable message encodingJeremy Daer2016-03-312-14/+24
* Keep logging in the ActionCable::Channel::BaseRafael Mendonça França2016-03-302-41/+6
* Add AS::Notifications and LogSubscriber to ActionCable::ChannelMatthew Wear2016-03-042-8/+56
* Support faye-websocket + EventMachine as an optionMatthew Draper2016-03-022-2/+2
* Merge pull request #23811 from iamvery/string-channelDavid Heinemeier Hansson2016-02-281-0/+1
|\
| * Convert stream broadcasting to a stringJay Hayes2016-02-241-0/+1
* | Add small Action Cable documentation fixesHayley Anderson2016-02-272-2/+2
|/
* Merge pull request #23668 from maclover7/cable-docsRafael França2016-02-222-17/+17
|\
| * Full Action Cable documentation read throughJon Moss2016-02-172-17/+17
* | Fixed typoChashmeet Singh2016-02-211-1/+1
* | Truncate ActionCable broadcast message to 300 charsJankees van Woezik2016-02-181-1/+1
|/
* [ci skip] Several ActionCable documentation updates:Nick Quaranto2016-02-022-24/+35
* Revert "Revert "Eliminate the EventMachine dependency""Matthew Draper2016-01-302-3/+3
* Revert "Eliminate the EventMachine dependency"David Heinemeier Hansson2016-01-272-3/+3