aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/test/subscription_adapter
Commit message (Expand)AuthorAgeFilesLines
* ActionCable: don't allowlist keys passed to the Redis initializerBlake Stoddard2019-04-221-2/+2
* Address uninitialized constant PostgresqlAdapterTest::ChannelPrefixTest (Name...Yasuo Honda2019-02-151-0/+1
* feat: support channel_prefix in pg subscription adapterVladimir Dementyev2019-02-141-0/+1
* Allow passing custom config to ActionCable::Server::BaseVladimir Dementyev2019-02-121-9/+1
* Respect ENV variables when finding DBs etc for the test suiteMatthew Draper2019-02-061-2/+6
* Fix test case to ensure default connection id is filledRyuta Kamizono2018-09-071-2/+2
* ActionCable: add id option to redis adapter configIlia Kasianenko2018-09-051-2/+10
* Add Action Cable test adapterVladimir Dementyev2018-08-191-0/+47
* Merge pull request #33102 from bogdanvlviv/refactor-actioncable-testsRafael França2018-06-081-4/+1
|\
| * Include `ActiveSupport::Testing::MethodCallAssertions` to `ActionCable::TestC...bogdanvlviv2018-06-081-3/+0
| * Inherit all actioncable's test classes from `ActionCable::TestCase`bogdanvlviv2018-06-081-1/+1
* | Merge pull request #27577 from maclover7/jm-fix-27547Rafael Mendonça França2018-06-081-0/+23
|\ \ | |/ |/|
| * Action Cable owns database connection, not Active RecordJon Moss2017-03-251-0/+23
* | Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-1/+1
* | Action Cable: run Redis tests against a default config without a passwordJeremy Daer2017-11-131-2/+21
* | Removed deprected evented redis adapterRafael Mendonça França2017-10-231-61/+0
* | Use frozen string literal in actioncable/Kir Shatrov2017-07-239-0/+18
* | Fix postgresql adapter setup for ActionCable testspalkan2017-07-111-1/+1
* | [Fix #28751] Hash stream long stream identifiers when using Postgres adapterpalkan2017-07-061-0/+14
* | Remove redundant `assert_respond_to`Ryuta Kamizono2017-07-031-13/+3
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-029-9/+0
* | Enforce frozen string in RubocopKir Shatrov2017-07-019-0/+9
* | Allows for other common redis options to be in cable.yml, by defaultMarc Ignacio2017-06-222-2/+10
* | Use `require_relative` instead of `require` with full pathbogdanvlviv2017-06-145-7/+7
|/
* Deprecate the EventedRedis subscription adapterMatthew Draper2017-02-231-1/+3
* Add channel_prefix support to ActionCable redis/evented_redis adapters.Chad Ingram2017-01-173-0/+40
* Prevent race condition when launching EventMachine reactorMatthew Draper2016-11-301-0/+26
* Don't shut down adapters that haven't been setMatthew Draper2016-10-041-1/+1
* Shut down EventMachine before re-enabling warningsMatthew Draper2016-10-022-0/+9
* 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-068-70/+70
* Add guard to broadcast.mmmpa2016-05-261-0/+17
* Cable message encodingJeremy Daer2016-03-311-2/+1
* Cable: Shush pop warnings when skipping Postgres tests.Kasper Timm Hansen2016-03-261-0/+1
* Shush up EM::Hiredis when running tests.Kasper Timm Hansen2016-03-261-0/+11
* AC: skip PG adapter tests if the db isn't availableJeremy Daer2016-03-111-0/+7
* Support faye-websocket + EventMachine as an optionMatthew Draper2016-03-021-0/+1
* remove args from assert_nothing_raised in testsTara Scherner de la Fuente2016-02-221-3/+3
* 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
* Switch the default redis adapter to a single-stream modelMatthew Draper2016-02-012-1/+17
* 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-245-0/+218
* ActionCable::StorageAdapter ==> ActionCable::SubscriptionAdapterJon Moss2016-01-181-0/+73