aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/test/subscription_adapter/common.rb
Commit message (Expand)AuthorAgeFilesLines
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-1/+1
* Use frozen string literal in actioncable/Kir Shatrov2017-07-231-0/+2
* [Fix #28751] Hash stream long stream identifiers when using Postgres adapterpalkan2017-07-061-0/+14
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Don't shut down adapters that haven't been setMatthew Draper2016-10-041-1/+1
* Shut down EventMachine before re-enabling warningsMatthew Draper2016-10-021-0/+1
* Remove Faye modeMatthew Draper2016-10-011-1/+0
* 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