Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #46 from rajcybage/readme_fix | Rafael França | 2015-10-23 | 1 | -0/+2 |
|\ | | | | | small description on readme for identified_by | ||||
| * | [ci skip] small description on readme for identified_by | Rajarshi Das | 2015-07-30 | 1 | -0/+2 |
| | | |||||
* | | Websockets -> WebSocket spelling [ci skip] | Jeremy Daer | 2015-10-15 | 1 | -9/+9 |
| | | |||||
* | | splitting out a bit of ruby from some coffeescript that it was grouped with | Charles DuBose | 2015-10-12 | 1 | -4/+6 |
| | | |||||
* | | Adding some examples to the README. Since ActionCable is an engine, it can ↵ | Charles DuBose | 2015-10-12 | 1 | -11/+91 |
| | | | | | | | | be run in-app in the same way that websocket-rails can be (and I will admit to shamelessly stealing the implementation to websocket rails). Also adding examples of passing params to subscription and rebroadcasting received message. | ||||
* | | use correct filename in example | Greg Molnar | 2015-10-03 | 1 | -1/+1 |
| | | | | | | | | closes #80 | ||||
* | | Merge pull request #39 from maclover7/patch-1 | Rafael Mendonça França | 2015-08-03 | 1 | -8/+7 |
|\ \ | |/ |/| | Update README.md | ||||
| * | Update README.md | Jon Moss | 2015-07-26 | 1 | -8/+7 |
| | | | | | | This includes small styling / grammar changes to the README | ||||
* | | Run tests with Travis. | Kasper Timm Hansen | 2015-07-29 | 1 | -0/+1 |
|/ | |||||
* | Update the README re: tests | Pratik Naik | 2015-07-14 | 1 | -2/+2 |
| | |||||
* | Update readme to remove js from example, copies structure from ↵ | Lachlan Sylvester | 2015-07-13 | 1 | -6/+1 |
| | | | | https://github.com/rails/actioncable-examples | ||||
* | Link to example repo | David Heinemeier Hansson | 2015-07-12 | 1 | -0/+3 |
| | |||||
* | Note that there is no auto-reloading of classes in the cable server | David Heinemeier Hansson | 2015-07-11 | 1 | -0/+2 |
| | |||||
* | Note the need for a big DB connection pool to match worker pool size | David Heinemeier Hansson | 2015-07-11 | 1 | -0/+1 |
| | |||||
* | small typo on README.md | Pedro Nascimento | 2015-07-11 | 1 | -1/+1 |
| | | | celluoid -> celluloid | ||||
* | Update readme to include requiring the cable js file and rename the example ↵ | Lachlan Sylvester | 2015-07-10 | 1 | -1/+8 |
| | | | | file for creating App.cable not conflict with the action cable js libs | ||||
* | Update README.md | Emil Ahlbäck | 2015-07-09 | 1 | -1/+0 |
| | | | Fix double ` ```ruby ` within the same code block. | ||||
* | Merge pull request #12 from lsylvester/application-channel-not-defined | David Heinemeier Hansson | 2015-07-09 | 1 | -0/+12 |
|\ | | | | | update README to include creating the ApplicationCabel::Channel | ||||
| * | update README to include creating the ApplicationCabel::Channel | Lachlan Sylvester | 2015-07-09 | 1 | -0/+12 |
| | | |||||
* | | update documentation to use websocket protocol | Lachlan Sylvester | 2015-07-09 | 1 | -3/+3 |
|/ | |||||
* | Merge pull request #10 from packagethief/doc-syntax | Rafael Mendonça França | 2015-07-09 | 1 | -3/+3 |
|\ | | | | | Fix CoffeeScript syntax in code examples | ||||
| * | Fix CoffeeScript syntax in code examples | Jeffrey Hardy | 2015-07-08 | 1 | -3/+3 |
| | | |||||
* | | Merge pull request #7 from lsylvester/update-reame-sample-code-syntax-error | Rafael Mendonça França | 2015-07-09 | 1 | -1/+1 |
|\ \ | |/ |/| | Up[date README sample code so there is no syntax error | ||||
| * | Up[date README sample code so there is no syntax error | Lachlan Sylvester | 2015-07-09 | 1 | -5/+5 |
| | | |||||
* | | Merge pull request #6 from connorshea/patch-1 | Rafael Mendonça França | 2015-07-08 | 1 | -1/+1 |
|\ \ | | | | | | | Fix typo in README.md | ||||
| * | | Fix typo | Connor Shea | 2015-07-08 | 1 | -1/+1 |
| |/ | |||||
* / | Update README - fix puma command and requiring environment from cabel/config.ru | Lachlan Sylvester | 2015-07-09 | 1 | -6/+6 |
|/ | |||||
* | Explain the configuration of the framework | David Heinemeier Hansson | 2015-07-08 | 1 | -0/+68 |
| | |||||
* | Some quick documentation edits and add a LICENSE to the repo | Nick Quaranto | 2015-07-08 | 1 | -14/+16 |
| | |||||
* | You can be a subscriber multiple times. | David Heinemeier Hansson | 2015-07-08 | 1 | -2/+2 |
| | |||||
* | Remove bit about release as it hasn't happened yet | David Heinemeier Hansson | 2015-07-08 | 1 | -12/+1 |
| | |||||
* | Update README.md | David Heinemeier Hansson | 2015-07-08 | 1 | -86/+97 |
| | |||||
* | Note Ruby dependencies | David Heinemeier Hansson | 2015-07-08 | 1 | -0/+1 |
| | |||||
* | Note lack of tests | David Heinemeier Hansson | 2015-07-08 | 1 | -0/+4 |
| | |||||
* | Flush out the README overview of Action Cable | David Heinemeier Hansson | 2015-07-08 | 1 | -0/+238 |