Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clearer doc | David Heinemeier Hansson | 2015-07-20 | 1 | -2/+2 |
| | |||||
* | disconnect method added to singleton server | Ted Toer | 2015-07-20 | 1 | -0/+5 |
| | |||||
* | Include the connection module after defining the work callback | Pratik Naik | 2015-07-14 | 1 | -1/+1 |
| | |||||
* | Include the module for clearing db connections | Pratik Naik | 2015-07-14 | 1 | -0/+1 |
| | |||||
* | Fix CoffeeScript syntax in code examples | Jeffrey Hardy | 2015-07-08 | 1 | -1/+1 |
| | |||||
* | Include the clearing of database connections configuration by default | David Heinemeier Hansson | 2015-07-08 | 1 | -0/+22 |
| | |||||
* | Update for latest API | David Heinemeier Hansson | 2015-07-08 | 1 | -1/+1 |
| | |||||
* | Finished class documentation | David Heinemeier Hansson | 2015-07-07 | 5 | -4/+42 |
| | |||||
* | Refer to the proper logger | David Heinemeier Hansson | 2015-07-07 | 1 | -1/+1 |
| | |||||
* | Extract Server configuration into a Configuration object | David Heinemeier Hansson | 2015-07-05 | 3 | -27/+73 |
| | |||||
* | Extract connections methods into a separate concern | David Heinemeier Hansson | 2015-07-05 | 2 | -10/+22 |
| | |||||
* | No need for this no-logging broadcast | David Heinemeier Hansson | 2015-07-05 | 1 | -8/+0 |
| | |||||
* | Expose broadcast_without_logging at the top level | David Heinemeier Hansson | 2015-07-02 | 1 | -0/+4 |
| | |||||
* | Introduce Streams as the domain language for the pubsub channels Channels ↵ | David Heinemeier Hansson | 2015-06-29 | 1 | -9/+9 |
| | | | | redeliver messages from | ||||
* | Rejig for what's used | David Heinemeier Hansson | 2015-06-29 | 1 | -8/+7 |
| | |||||
* | Make the remote connection use the broadcaster as well | David Heinemeier Hansson | 2015-06-29 | 1 | -2/+6 |
| | |||||
* | More redis used for broadcasting into broadcasting concern | David Heinemeier Hansson | 2015-06-29 | 2 | -18/+18 |
| | |||||
* | Make broadcasting a concern | David Heinemeier Hansson | 2015-06-29 | 2 | -8/+30 |
| | |||||
* | Move server classes to its own namespace | David Heinemeier Hansson | 2015-06-29 | 2 | -0/+109 |