Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Log server initialization | Pratik Naik | 2015-04-08 | 1 | -0/+2 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | Remote connections API for the server | Pratik Naik | 2015-04-06 | 2 | -0/+17 |
| | |||||
* | Remove a puts message | Pratik Naik | 2015-04-06 | 1 | -1/+0 |
| | |||||
* | Be sure to cleanup internal redis subscriptions on close | Pratik Naik | 2015-04-06 | 1 | -1/+1 |
| | |||||
* | Add remote connection to talk over internal redis channel | Pratik Naik | 2015-04-06 | 5 | -17/+69 |
| | |||||
* | Add connection identifier and an internal redis channel | Pratik Naik | 2015-04-06 | 4 | -134/+208 |
| | |||||
* | Separate connection and server classes | Pratik Naik | 2015-04-04 | 4 | -150/+161 |
| | |||||
* | Close the websocket on exception | Pratik Naik | 2015-03-25 | 2 | -0/+15 |
| | |||||
* | 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 | 2 | -4/+29 |
| | |||||
* | Merge remote-tracking branch 'origin/celluloid' | Jeremy Kemper | 2015-02-16 | 1 | -8/+12 |
|\ | | | | | | | | | Conflicts: lib/action_cable/server.rb | ||||
| * | Add logging | David Heinemeier Hansson | 2015-02-09 | 1 | -1/+8 |
| | | |||||
| * | Inline id_key variable | David Heinemeier Hansson | 2015-02-09 | 1 | -7/+4 |
| | | |||||
* | | Move assets to the gem | Pratik Naik | 2015-02-12 | 1 | -0/+4 |
| | | |||||
* | | Ping the client every 3 seconds | Pratik Naik | 2015-02-11 | 1 | -0/+14 |
|/ | |||||
* | 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 |
| | | |||||
* | | Add a Server#disconnect callback | Pratik Naik | 2015-02-05 | 1 | -0/+1 |
| | | |||||
* | | Generic Worker#invoke method | Pratik Naik | 2015-02-05 | 2 | -10/+4 |
| | | |||||
* | | Helper method for worker_pool | Pratik Naik | 2015-02-05 | 2 | -3/+12 |
| | | |||||
* | | Configurable worker pool size | Pratik Naik | 2015-02-05 | 2 | -5/+10 |
| | | |||||
* | | Update the gemspec | Pratik Naik | 2015-02-05 | 1 | -4/+0 |
| | | |||||
* | | Run periodic timers via the worker pool | Pratik Naik | 2015-02-05 | 2 | -2/+10 |
| | | |||||
* | | No cramp and use celluloid workers to run callbacks | Pratik Naik | 2015-02-05 | 3 | -10/+56 |
|/ | |||||
* | Add a disconnect callback | David Heinemeier Hansson | 2015-01-31 | 1 | -1/+7 |
| | |||||
* | Add support for redis channels | Pratik Naik | 2015-01-19 | 3 | -0/+34 |
| | |||||
* | Fix unsubscribe callbacks | Pratik Naik | 2015-01-19 | 1 | -1/+1 |
| | |||||
* | No need for matching params | Pratik Naik | 2015-01-19 | 1 | -3/+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 | 3 | -7/+10 |
| | |||||
* | Use underscored class name as the default channel name | Pratik Naik | 2015-01-17 | 2 | -1/+5 |
| | |||||
* | Always pass the channel broadcast in message key | Pratik Naik | 2015-01-16 | 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 | 2 | -2/+8 |
| | |||||
* | Latest gems and fix a callback bug | Pratik Naik | 2015-01-15 | 1 | -1/+1 |
| | |||||
* | Rename publish to broadcast | Pratik Naik | 2015-01-15 | 2 | -3/+3 |
| | |||||
* | Action Cable take#1 | Pratik Naik | 2015-01-14 | 4 | -0/+175 |