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
/
connection
/
base.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Free up subscribe/unsubscribe as action names the user can use in their channels
David Heinemeier Hansson
2015-06-19
1
-2
/
+2
*
More spacing
David Heinemeier Hansson
2015-06-19
1
-1
/
+0
*
Nicer formatting
David Heinemeier Hansson
2015-06-18
1
-1
/
+1
*
Fix that log_exception only takes an exception, not a string
David Heinemeier Hansson
2015-06-18
1
-1
/
+1
*
Rails style logger tags
Pratik Naik
2015-05-07
1
-4
/
+4
*
Revert "Revert "Remove all the existing connections on redis reconnect""
Pratik Naik
2015-04-14
1
-0
/
+4
*
Revert "Remove all the existing connections on redis reconnect"
Pratik Naik
2015-04-14
1
-4
/
+0
*
Remove all the existing connections on redis reconnect
Pratik Naik
2015-04-13
1
-0
/
+4
*
Add a tagged proxy logger to handle per connection tags
Pratik Naik
2015-04-10
1
-25
/
+18
*
Tag log entries with the request id
Pratik Naik
2015-04-10
1
-20
/
+34
*
Collect information about all the open connections and a method to fetch that
Pratik Naik
2015-04-09
1
-2
/
+15
*
Rename Registry to InternalChannel and remove dup methods
Pratik Naik
2015-04-09
1
-3
/
+10
*
Better method names
Pratik Naik
2015-04-09
1
-4
/
+4
*
Simplify client connection closing
Pratik Naik
2015-04-09
1
-4
/
+7
*
Print exception class and message in the logs
Pratik Naik
2015-04-08
1
-2
/
+6
*
Fix the error logging
Pratik Naik
2015-04-08
1
-1
/
+1
*
Log request start and finish
Pratik Naik
2015-04-07
1
-2
/
+32
*
Fix an error message
Pratik Naik
2015-04-06
1
-1
/
+1
*
Catch exceptions when subscribing to a channel and processing a message
Pratik Naik
2015-04-06
1
-4
/
+10
*
Be sure to cleanup internal redis subscriptions on close
Pratik Naik
2015-04-06
1
-1
/
+1
*
Add connection identifier and an internal redis channel
Pratik Naik
2015-04-06
1
-0
/
+139