Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Devolve blanket #require to reveal intent and responsibility | Jeremy Daer | 2015-10-16 | 1 | -6/+14 |
| | | | | | | | | * Move specific requires close to where they're needed. * Use the private active_support/rails dep to wrap up common needs like eager autoload and module delegation. * Use a single Rails engine rather than an engine and a railtie. * Prefer `AS::JSON.encode` to `Object#to_json`. | ||||
* | Make sure active record queries are logged with the current connection tags | Pratik Naik | 2015-10-12 | 1 | -1/+1 |
| | |||||
* | 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 |
| | | | | This reverts commit 702c919b27940d5b46d653d31a89daf2efa674d0. | ||||
* | 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 |
| | | | | This reverts commit 155db8120811b89624fb7e657818eb32ed07301a. | ||||
* | Revert "Remove all the existing connections on redis reconnect" | Pratik Naik | 2015-04-14 | 1 | -12/+1 |
| | | | | This reverts commit 4ac6cfefbb84a6b6ae095c20e990e5807caa9105. | ||||
* | 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 |
|\ | | | | | | | | | 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 |
| | | |||||
* | | 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 |