1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actioncable/test
Jay Hayes 046e32656e Convert stream broadcasting to a string
ActionCable does some things behind the scenes that expects these
"broadcasting"s or "channel"s to be strings. However it's not
immediately obvious that the value must be a string. So adding this
conversion ensures things work as expected.
2016-02-24 12:43:23 -06:00
..
channel Convert stream broadcasting to a string 2016-02-24 12:43:23 -06:00
client Fix unsubscribed server side behavior 2016-02-18 16:26:17 -05:00
connection Confirm connection monitor subscription on open 2016-02-23 09:37:49 -06:00
stubs Revert "Revert "Eliminate the EventMachine dependency"" 2016-01-30 03:46:37 +10:30
subscription_adapter remove args from assert_nothing_raised in tests 2016-02-22 22:56:23 -08:00
client_test.rb Merge pull request #23715 from maclover7/fix-unsubscribe 2016-02-19 11:17:51 +10:30
test_helper.rb Revert "Revert "Eliminate the EventMachine dependency"" 2016-01-30 03:46:37 +10:30
worker_test.rb Don't rely on the global server as a receiver. 2016-02-14 17:46:48 +01:00