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
/
lib
/
action_cable
/
channel
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce Streams as the domain language for the pubsub channels Channels red...
David Heinemeier Hansson
2015-06-29
3
-38
/
+41
*
Remove now unused channel_name
Javan Makhmali
2015-06-24
1
-7
/
+1
*
Style
David Heinemeier Hansson
2015-06-20
1
-1
/
+1
*
More logging improvements
David Heinemeier Hansson
2015-06-20
2
-4
/
+4
*
Rename broadcast to transmit for the connection/channel->subscriber communica...
David Heinemeier Hansson
2015-06-20
2
-5
/
+4
*
TOC order
David Heinemeier Hansson
2015-06-20
1
-5
/
+6
*
Improve logging
David Heinemeier Hansson
2015-06-19
2
-17
/
+26
*
Refactor perform_action via extract methods
David Heinemeier Hansson
2015-06-19
1
-5
/
+21
*
Better spacing
David Heinemeier Hansson
2015-06-19
1
-0
/
+2
*
Log connection
David Heinemeier Hansson
2015-06-19
1
-1
/
+2
*
Stop logging all send data, but do log broadcasting
David Heinemeier Hansson
2015-06-19
1
-0
/
+1
*
Making running of subscribe callbacks a private matter
David Heinemeier Hansson
2015-06-19
1
-5
/
+4
*
Add #perform_disconnection to have a place for both callbacks and logging
David Heinemeier Hansson
2015-06-19
1
-5
/
+8
*
Use a perform_action router to handle incoming data
David Heinemeier Hansson
2015-06-19
1
-4
/
+8
*
Free up subscribe/unsubscribe as action names the user can use in their channels
David Heinemeier Hansson
2015-06-19
1
-3
/
+3
*
More spacing
David Heinemeier Hansson
2015-06-19
2
-4
/
+0
*
Spaces
David Heinemeier Hansson
2015-06-19
1
-2
/
+0
*
Allow unsubscribing from all current redis channels
David Heinemeier Hansson
2015-06-18
1
-12
/
+9
*
Dont log the messages
Pratik Naik
2015-05-12
1
-1
/
+1
*
Add a tagged proxy logger to handle per connection tags
Pratik Naik
2015-04-10
2
-6
/
+6
*
Tag log entries with the request id
Pratik Naik
2015-04-10
2
-9
/
+6
*
Log received redis channel messages
Pratik Naik
2015-04-08
1
-1
/
+9
*
Log when unsubscribing from a redis channel
Pratik Naik
2015-04-08
1
-1
/
+4
*
Log when subscribing to a redis channel
Pratik Naik
2015-04-08
1
-0
/
+1
*
Separate connection and server classes
Pratik Naik
2015-04-04
1
-6
/
+1
*
Authorize before sending and receiving data
Pratik Naik
2015-03-05
1
-3
/
+28
*
Raise an exception when Server.pubsub class method is not defined
Pratik Naik
2015-02-07
1
-2
/
+3
*
Fix periodic timers
Pratik Naik
2015-02-07
1
-2
/
+2
*
Merge branch 'master' into celluloid
Pratik Naik
2015-02-07
1
-5
/
+6
|
\
|
*
Use the class pubsub method
Pratik Naik
2015-02-07
1
-1
/
+1
|
*
Use just one redis connection
Pratik Naik
2015-02-07
1
-5
/
+6
*
|
Helper method for worker_pool
Pratik Naik
2015-02-05
1
-1
/
+6
*
|
Configurable worker pool size
Pratik Naik
2015-02-05
1
-1
/
+1
*
|
Run periodic timers via the worker pool
Pratik Naik
2015-02-05
1
-1
/
+1
*
|
No cramp and use celluloid workers to run callbacks
Pratik Naik
2015-02-05
1
-2
/
+2
|
/
*
Add a disconnect callback
David Heinemeier Hansson
2015-01-31
1
-1
/
+7
*
Add support for redis channels
Pratik Naik
2015-01-19
2
-0
/
+33
*
Fix unsubscribe callbacks
Pratik Naik
2015-01-19
1
-1
/
+1
*
Use instance_exec to invoke the lambda callback
Pratik Naik
2015-01-17
1
-1
/
+1
*
More API changes
Pratik Naik
2015-01-17
2
-6
/
+10
*
Use underscored class name as the default channel name
Pratik Naik
2015-01-17
1
-0
/
+4
*
Always pass the channel broadcast in message key
Pratik Naik
2015-01-16
1
-1
/
+1
*
Specify channel name as an attribute
Pratik Naik
2015-01-15
1
-0
/
+2
*
Rename publish to broadcast
Pratik Naik
2015-01-15
1
-2
/
+2
*
Action Cable take#1
Pratik Naik
2015-01-14
2
-0
/
+96