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
/
server.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Include the clearing of database connections configuration by default
David Heinemeier Hansson
2015-07-08
1
-0
/
+2
*
Extract Server configuration into a Configuration object
David Heinemeier Hansson
2015-07-05
1
-0
/
+1
*
Extract connections methods into a separate concern
David Heinemeier Hansson
2015-07-05
1
-0
/
+1
*
Make broadcasting a concern
David Heinemeier Hansson
2015-06-29
1
-0
/
+1
*
Move server classes to its own namespace
David Heinemeier Hansson
2015-06-29
1
-72
/
+3
*
Change back, more is happening than just response
David Heinemeier Hansson
2015-06-27
1
-1
/
+1
*
Add WebSocket decorator
David Heinemeier Hansson
2015-06-27
1
-1
/
+1
*
Don't namespace methods with the class we are already in
David Heinemeier Hansson
2015-06-21
1
-1
/
+1
*
Free up subscribe/unsubscribe as action names the user can use in their channels
David Heinemeier Hansson
2015-06-19
1
-1
/
+0
*
Rails style logger tags
Pratik Naik
2015-05-07
1
-2
/
+3
*
Log redis reconnect failures
Pratik Naik
2015-04-16
1
-2
/
+2
*
Revert "Ping pubsub every 2 minutes"
Pratik Naik
2015-04-16
1
-10
/
+1
*
Ping pubsub every 2 minutes
Pratik Naik
2015-04-16
1
-1
/
+10
*
Dont close the open connections on redis reconnect
Pratik Naik
2015-04-14
1
-2
/
+3
*
Revert "Revert "Remove all the existing connections on redis reconnect""
Pratik Naik
2015-04-14
1
-1
/
+12
*
Revert "Remove all the existing connections on redis reconnect"
Pratik Naik
2015-04-14
1
-12
/
+1
*
Add Broadcaster to publish to redis channels
Pratik Naik
2015-04-13
1
-0
/
+12
*
Remove all the existing connections on redis reconnect
Pratik Naik
2015-04-13
1
-1
/
+12
*
Collect information about all the open connections and a method to fetch that
Pratik Naik
2015-04-09
1
-0
/
+14
*
Redis config with indifferent access
Pratik Naik
2015-04-08
1
-2
/
+2
*
Log server initialization
Pratik Naik
2015-04-08
1
-0
/
+2
*
Remote connections API for the server
Pratik Naik
2015-04-06
1
-0
/
+4
*
Add remote connection to talk over internal redis channel
Pratik Naik
2015-04-06
1
-2
/
+10
*
Separate connection and server classes
Pratik Naik
2015-04-04
1
-144
/
+10
*
Close the websocket on exception
Pratik Naik
2015-03-25
1
-0
/
+6
*
Dont process messages when the websocket is no longer open
Pratik Naik
2015-03-25
1
-0
/
+6
*
Dont process messages until connect is run
Pratik Naik
2015-03-25
1
-2
/
+18
*
Remove request and cookies helper methods
Pratik Naik
2015-03-06
1
-8
/
+0
*
Add request and cookies helpers
Pratik Naik
2015-03-06
1
-0
/
+11
*
Authorize before sending and receiving data
Pratik Naik
2015-03-05
1
-1
/
+1
*
Merge remote-tracking branch 'origin/celluloid'
Jeremy Kemper
2015-02-16
1
-8
/
+12
|
\
|
*
Add logging
David Heinemeier Hansson
2015-02-09
1
-1
/
+8
|
*
Inline id_key variable
David Heinemeier Hansson
2015-02-09
1
-7
/
+4
*
|
Ping the client every 3 seconds
Pratik Naik
2015-02-11
1
-0
/
+14
|
/
*
Add a Server#disconnect callback
Pratik Naik
2015-02-05
1
-0
/
+1
*
Generic Worker#invoke method
Pratik Naik
2015-02-05
1
-2
/
+2
*
Helper method for worker_pool
Pratik Naik
2015-02-05
1
-2
/
+6
*
Configurable worker pool size
Pratik Naik
2015-02-05
1
-4
/
+9
*
Update the gemspec
Pratik Naik
2015-02-05
1
-4
/
+0
*
No cramp and use celluloid workers to run callbacks
Pratik Naik
2015-02-05
1
-8
/
+35
*
No need for matching params
Pratik Naik
2015-01-19
1
-3
/
+1
*
More API changes
Pratik Naik
2015-01-17
1
-1
/
+0
*
Use underscored class name as the default channel name
Pratik Naik
2015-01-17
1
-1
/
+1
*
Initialize subscriptions as early as possible
Pratik Naik
2015-01-16
1
-2
/
+3
*
Specify channel name as an attribute
Pratik Naik
2015-01-15
1
-2
/
+6
*
Latest gems and fix a callback bug
Pratik Naik
2015-01-15
1
-1
/
+1
*
Rename publish to broadcast
Pratik Naik
2015-01-15
1
-1
/
+1
*
Action Cable take#1
Pratik Naik
2015-01-14
1
-0
/
+73