Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |