aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/test/channel
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #22668 from ryohashimoto/151219_receiveKasper Timm Hansen2015-12-181-1/+1
|\
| * Fix `receive` spellingRyo Hashimoto2015-12-191-1/+1
* | Merge pull request #22667 from akshay-vishnoi/base_test_caseRafael França2015-12-181-0/+22
|\ \ | |/ |/|
| * [ActionCable] Test invalid action on channelAkshay Vishnoi2015-12-181-0/+22
* | Fix `receive` spelling and add whitespaceKasper Timm Hansen2015-12-181-3/+3
|/
* [ActionCable] test perform action with default actionAkshay Vishnoi2015-12-181-1/+11
* [ActionCable] Test available actions on ChannelAkshay Vishnoi2015-12-181-0/+4
* Remove warnings from actioncableArun Agrawal2015-12-171-1/+1
* Get ready to merge into RailsDavid Heinemeier Hansson2015-12-146-0/+332