index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actioncable
/
test
/
subscription_adapter
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix test case to ensure default connection id is filled
Ryuta Kamizono
2018-09-07
1
-2
/
+2
*
ActionCable: add id option to redis adapter config
Ilia Kasianenko
2018-09-05
1
-2
/
+10
*
Add Action Cable test adapter
Vladimir Dementyev
2018-08-19
1
-0
/
+47
*
Merge pull request #33102 from bogdanvlviv/refactor-actioncable-tests
Rafael França
2018-06-08
1
-4
/
+1
|
\
|
*
Include `ActiveSupport::Testing::MethodCallAssertions` to `ActionCable::TestC...
bogdanvlviv
2018-06-08
1
-3
/
+0
|
*
Inherit all actioncable's test classes from `ActionCable::TestCase`
bogdanvlviv
2018-06-08
1
-1
/
+1
*
|
Merge pull request #27577 from maclover7/jm-fix-27547
Rafael Mendonça França
2018-06-08
1
-0
/
+23
|
\
\
|
|
/
|
/
|
|
*
Action Cable owns database connection, not Active Record
Jon Moss
2017-03-25
1
-0
/
+23
*
|
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
1
-1
/
+1
*
|
Action Cable: run Redis tests against a default config without a password
Jeremy Daer
2017-11-13
1
-2
/
+21
*
|
Removed deprected evented redis adapter
Rafael Mendonça França
2017-10-23
1
-61
/
+0
*
|
Use frozen string literal in actioncable/
Kir Shatrov
2017-07-23
9
-0
/
+18
*
|
Fix postgresql adapter setup for ActionCable tests
palkan
2017-07-11
1
-1
/
+1
*
|
[Fix #28751] Hash stream long stream identifiers when using Postgres adapter
palkan
2017-07-06
1
-0
/
+14
*
|
Remove redundant `assert_respond_to`
Ryuta Kamizono
2017-07-03
1
-13
/
+3
*
|
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
9
-9
/
+0
*
|
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
9
-0
/
+9
*
|
Allows for other common redis options to be in cable.yml, by default
Marc Ignacio
2017-06-22
2
-2
/
+10
*
|
Use `require_relative` instead of `require` with full path
bogdanvlviv
2017-06-14
5
-7
/
+7
|
/
*
Deprecate the EventedRedis subscription adapter
Matthew Draper
2017-02-23
1
-1
/
+3
*
Add channel_prefix support to ActionCable redis/evented_redis adapters.
Chad Ingram
2017-01-17
3
-0
/
+40
*
Prevent race condition when launching EventMachine reactor
Matthew Draper
2016-11-30
1
-0
/
+26
*
Don't shut down adapters that haven't been set
Matthew Draper
2016-10-04
1
-1
/
+1
*
Shut down EventMachine before re-enabling warnings
Matthew Draper
2016-10-02
2
-0
/
+9
*
Remove Faye mode
Matthew Draper
2016-10-01
1
-1
/
+0
*
Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines
Ryuta Kamizono
2016-08-07
1
-2
/
+0
*
applies new string literal convention in actioncable/test
Xavier Noria
2016-08-06
8
-70
/
+70
*
Add guard to broadcast.
mmmpa
2016-05-26
1
-0
/
+17
*
Cable message encoding
Jeremy Daer
2016-03-31
1
-2
/
+1
*
Cable: Shush pop warnings when skipping Postgres tests.
Kasper Timm Hansen
2016-03-26
1
-0
/
+1
*
Shush up EM::Hiredis when running tests.
Kasper Timm Hansen
2016-03-26
1
-0
/
+11
*
AC: skip PG adapter tests if the db isn't available
Jeremy Daer
2016-03-11
1
-0
/
+7
*
Support faye-websocket + EventMachine as an option
Matthew Draper
2016-03-02
1
-0
/
+1
*
remove args from assert_nothing_raised in tests
Tara Scherner de la Fuente
2016-02-22
1
-3
/
+3
*
Don't rely on the global server as a receiver.
Kasper Timm Hansen
2016-02-14
1
-6
/
+0
*
Default connection class to ActionCable::Connection::Base.
Kasper Timm Hansen
2016-02-14
1
-8
/
+0
*
Inject Rails' channel paths in engine.
Kasper Timm Hansen
2016-02-14
1
-8
/
+0
*
Switch the default redis adapter to a single-stream model
Matthew Draper
2016-02-01
2
-1
/
+17
*
Revert "Revert "Eliminate the EventMachine dependency""
Matthew Draper
2016-01-30
1
-3
/
+0
*
Revert "Eliminate the EventMachine dependency"
David Heinemeier Hansson
2016-01-27
1
-0
/
+3
*
Ditch the EM error logging helper
Matthew Draper
2016-01-24
1
-1
/
+0
*
Using a hacked faye-websocket, drop EventMachine
Matthew Draper
2016-01-24
1
-2
/
+0
*
Add tests for the ActionCable adapters
Matthew Draper
2016-01-24
5
-0
/
+218
*
ActionCable::StorageAdapter ==> ActionCable::SubscriptionAdapter
Jon Moss
2016-01-18
1
-0
/
+73