aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/test/subscription_adapter/common.rb
Commit message (Expand)AuthorAgeFilesLines
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-2/+0
* applies new string literal convention in actioncable/testXavier Noria2016-08-061-32/+32
* Cable message encodingJeremy Daer2016-03-311-2/+1
* Support faye-websocket + EventMachine as an optionMatthew Draper2016-03-021-0/+1
* Don't rely on the global server as a receiver.Kasper Timm Hansen2016-02-141-6/+0
* Default connection class to ActionCable::Connection::Base.Kasper Timm Hansen2016-02-141-8/+0
* Inject Rails' channel paths in engine.Kasper Timm Hansen2016-02-141-8/+0
* Revert "Revert "Eliminate the EventMachine dependency""Matthew Draper2016-01-301-3/+0
* Revert "Eliminate the EventMachine dependency"David Heinemeier Hansson2016-01-271-0/+3
* Ditch the EM error logging helperMatthew Draper2016-01-241-1/+0
* Using a hacked faye-websocket, drop EventMachineMatthew Draper2016-01-241-2/+0
* Add tests for the ActionCable adaptersMatthew Draper2016-01-241-0/+142