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
/
lib
/
action_cable
/
subscription_adapter
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clarify api docs of ActionCable::SubscriptionAdapter::Test
bogdanvlviv
2018-08-23
1
-1
/
+1
*
Add Action Cable test adapter
Vladimir Dementyev
2018-08-19
1
-0
/
+40
*
Merge pull request #27577 from maclover7/jm-fix-27547
Rafael Mendonça França
2018-06-08
1
-8
/
+24
|
\
|
*
Action Cable owns database connection, not Active Record
Jon Moss
2017-03-25
1
-8
/
+24
*
|
PostgreSQL: Allow pg-1.0 gem to be used with ActiveRecord
Lars Kanis
2018-01-10
1
-1
/
+1
*
|
Removed deprected evented redis adapter
Rafael Mendonça França
2017-10-23
1
-89
/
+0
*
|
[Action Cable] require_relative => require
Akira Matsuda
2017-10-21
1
-1
/
+1
*
|
redis-rb 4.0 support
Jeremy Daer
2017-10-08
2
-3
/
+3
*
|
Capitalize Redis
Jon Moss
2017-08-17
1
-1
/
+1
*
|
Use frozen string literal in actioncable/
Kir Shatrov
2017-07-23
8
-0
/
+16
*
|
[Fix #28751] Hash stream long stream identifiers when using Postgres adapter
palkan
2017-07-06
1
-3
/
+8
*
|
[Action Cable] require => require_relative
Akira Matsuda
2017-07-01
1
-1
/
+1
*
|
Allows for other common redis options to be in cable.yml, by default
Marc Ignacio
2017-06-22
1
-1
/
+3
*
|
Use mattr_accessor default: option throughout the project
Genadi Samokovarov
2017-06-03
2
-3
/
+3
|
/
*
Deprecate the EventedRedis subscription adapter
Matthew Draper
2017-02-23
1
-0
/
+6
*
Add channel_prefix support to ActionCable redis/evented_redis adapters.
Chad Ingram
2017-01-17
3
-0
/
+30
*
Prevent race condition when launching EventMachine reactor
Matthew Draper
2016-11-30
1
-2
/
+2
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-1
/
+1
*
copy-edits an exception message
Xavier Noria
2016-08-07
1
-1
/
+1
*
applies new string literal convention in actioncable/lib
Xavier Noria
2016-08-06
4
-17
/
+17
*
Add guard to broadcast.
mmmpa
2016-05-26
1
-1
/
+5
*
Log if redis connection is in stale/failed state.
Vipul A M
2016-04-21
1
-0
/
+4
*
Evented Redis adapter: log reconnect failures as errors, not just info
Jeremy Daer
2016-03-17
1
-1
/
+1
*
Support faye-websocket + EventMachine as an option
Matthew Draper
2016-03-02
3
-11
/
+18
*
Merge pull request #23916 from lifo/same-redis-connection-for-subscription-an...
Jeremy Daer
2016-02-26
1
-2
/
+6
|
\
|
*
Use redis_connector to create redis connections for both subscriptions and br...
Pratik Naik
2016-02-26
1
-2
/
+6
*
|
Full Action Cable documentation read through
Jon Moss
2016-02-17
1
-2
/
+2
|
/
*
Allow for non-standard redis connectors
David Heinemeier Hansson
2016-02-04
2
-3
/
+15
*
Switch the default redis adapter to a single-stream model
Matthew Draper
2016-02-01
2
-30
/
+193
*
Synchronize the lazy setters in Server
Matthew Draper
2016-01-30
4
-8
/
+31
*
Revert "Revert "Eliminate the EventMachine dependency""
Matthew Draper
2016-01-30
3
-4
/
+20
*
Revert "Eliminate the EventMachine dependency"
David Heinemeier Hansson
2016-01-27
3
-20
/
+4
*
Using a hacked faye-websocket, drop EventMachine
Matthew Draper
2016-01-24
3
-4
/
+20
*
Allow subscription adapters to be shut down
Matthew Draper
2016-01-24
4
-14
/
+40
*
Add Async and Inline adapters
Matthew Draper
2016-01-24
2
-0
/
+44
*
Normalize on no arguments for the success callback
Matthew Draper
2016-01-24
1
-1
/
+1
*
Split internal subscriber tracking from Postgres adapter
Matthew Draper
2016-01-24
2
-23
/
+66
*
Use the correct reference to the redis connection
Brit Gardner
2016-01-22
1
-1
/
+1
*
Merge pull request #22950 from maclover7/adapterize-storage-actioncable
Matthew Draper
2016-01-20
2
-8
/
+6
*
Fix code review comments
Jon Moss
2016-01-18
2
-30
/
+19
*
Small PostgreSQL adapter refactors / cleanup
Jon Moss
2016-01-18
1
-14
/
+16
*
ActionCable::StorageAdapter ==> ActionCable::SubscriptionAdapter
Jon Moss
2016-01-18
3
-0
/
+170