aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/test/channel
Commit message (Expand)AuthorAgeFilesLines
* Add Channel#broadcast_toVladimir Dementyev2019-01-221-1/+1
* Move `channel_name` to Channel.broadcasting_forVladimir Dementyev2019-01-221-3/+12
* Merge pull request #34740 from sponomarev/feature/assert_has_streamGeorge Claghorn2018-12-311-2/+28
|\
| * Add streams assert methods to ActionCable channel test caseSergey Ponomarev2018-12-181-2/+28
* | Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-211-57/+49
|/
* Add Missing ActiveSupport::Rescuable to ActionCable::ChannelIlia Kasianenko2018-12-121-1/+17
* Fix typosR.T. Lechow2018-10-011-1/+1
* Add ActionCable::Channel::TestCaseVladimir Dementyev2018-09-261-0/+188
* Remove private defSakshi Jain2018-09-231-9/+10
* Include `ActiveSupport::Testing::MethodCallAssertions` to `ActionCable::TestC...bogdanvlviv2018-06-083-9/+0
* Inherit all actioncable's test classes from `ActionCable::TestCase`bogdanvlviv2018-06-085-5/+5
* Use Ruby instead of mochautilum2018-05-311-1/+7
* Use minitest/mock instead of mochautilum2018-05-315-37/+90
* Fix actionable test's assertionbogdanvlviv2018-05-281-1/+1
* remove unnecessary mocking in ActionCable testsutilum2018-05-221-5/+6
* assert_calledutilum2018-04-261-8/+12
* 2.6 warning: passing splat keyword arguments as a single Hashutilum2018-04-151-1/+1
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-252-5/+5
* Change refute to assert_notDaniel Colson2018-01-251-1/+1
* Fix RuboCop offensesKoichi ITO2017-08-161-1/+1
* Use frozen string literal in actioncable/Kir Shatrov2017-07-236-0/+12
* 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
* Fix a race in ActionCable stream testsMatthew Draper2017-03-231-0/+4
* correctly check error messageyuuji.yaginuma2017-01-251-3/+6
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* Add Channel#ensure_confirmation_sent; call #subscribe_to_channel after initia...palkan2016-09-224-6/+15
* [Fix #25381] Avoid race condition on subscription confirmationpalkan2016-09-202-5/+33
* Prevent invocation of channel action if rejected connectionJon Moss2016-08-191-0/+15
* Add three new rubocop rulesRafael Mendonça França2016-08-161-3/+3
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* remove redundant curlies from hash argumentsXavier Noria2016-08-064-5/+5
* applies new string literal convention in actioncable/testXavier Noria2016-08-066-62/+62
* Properly support reloading for Action Cable channelsMatthew Draper2016-06-021-4/+0
* Cable: Extract stream handler constructionJeremy Daer2016-04-181-0/+1
* Cable: Periodic timers refreshJeremy Daer2016-04-181-10/+38
* Run Action Cable callbacks through the worker poolSean Griffin2016-04-131-3/+25
* Cable message encodingJeremy Daer2016-03-313-48/+118
* Keep logging in the ActionCable::Channel::BaseRafael Mendonça França2016-03-301-69/+0
* Add AS::Notifications and LogSubscriber to ActionCable::ChannelMatthew Wear2016-03-042-0/+144
* Support faye-websocket + EventMachine as an optionMatthew Draper2016-03-021-1/+1
* Convert stream broadcasting to a stringJay Hayes2016-02-241-0/+17
* whitespaceJay Hayes2016-02-241-1/+0
* Revert "Revert "Eliminate the EventMachine dependency""Matthew Draper2016-01-302-15/+9
* Revert "Eliminate the EventMachine dependency"David Heinemeier Hansson2016-01-272-9/+15
* Using a hacked faye-websocket, drop EventMachineMatthew Draper2016-01-242-15/+9
* Fix code review commentsJon Moss2016-01-181-3/+3
* All Redis deps are now optional, Postgres --> PostgreSQL adapterJon Moss2016-01-181-1/+0
* Tests passing and small refactoringJon Moss2016-01-181-4/+5
* [ActionCable] declare asset_logged privateAkshay Vishnoi2015-12-191-14/+14