aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #126 from mikecarroll/add_allowed_request_origins_to_readmeDavid Heinemeier Hansson2015-12-111-3/+24
|\ | | | | README.md instructions for configuring allowed request origins
| * Add README.md instructions on configuring ↵Michael Carroll2015-11-201-3/+24
| | | | | | | | ActionCable.server.config.allowed_request_origins
* | Update README find_verified_user exampleTair Assimov2015-12-081-1/+1
| |
* | fix typoTakayuki Matsubara2015-12-031-1/+1
|/
* Tune whitespace in README.mdKasper Timm Hansen2015-11-151-5/+5
| | | | * Realign `end` statements with the opening `class` statement. * Pad JavaScript objects with spaces to match Rails styleguide and for consistency with other examples.
* Add some documentation explaining subscription rejectionPratik Naik2015-11-041-0/+3
|
* Remove unnecessary space in README [ci skip]Ming Qu2015-10-241-2/+2
|
* Merge pull request #46 from rajcybage/readme_fixRafael França2015-10-231-0/+2
|\ | | | | small description on readme for identified_by
| * [ci skip] small description on readme for identified_byRajarshi Das2015-07-301-0/+2
| |
* | Websockets -> WebSocket spelling [ci skip]Jeremy Daer2015-10-151-9/+9
| |
* | splitting out a bit of ruby from some coffeescript that it was grouped withCharles DuBose2015-10-121-4/+6
| |
* | Adding some examples to the README. Since ActionCable is an engine, it can ↵Charles DuBose2015-10-121-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 exampleGreg Molnar2015-10-031-1/+1
| | | | | | | | closes #80
* | Merge pull request #39 from maclover7/patch-1Rafael Mendonça França2015-08-031-8/+7
|\ \ | |/ |/| Update README.md
| * Update README.mdJon Moss2015-07-261-8/+7
| | | | | | This includes small styling / grammar changes to the README
* | Run tests with Travis.Kasper Timm Hansen2015-07-291-0/+1
|/
* Update the README re: testsPratik Naik2015-07-141-2/+2
|
* Update readme to remove js from example, copies structure from ↵Lachlan Sylvester2015-07-131-6/+1
| | | | https://github.com/rails/actioncable-examples
* Link to example repoDavid Heinemeier Hansson2015-07-121-0/+3
|
* Note that there is no auto-reloading of classes in the cable serverDavid Heinemeier Hansson2015-07-111-0/+2
|
* Note the need for a big DB connection pool to match worker pool sizeDavid Heinemeier Hansson2015-07-111-0/+1
|
* small typo on README.mdPedro Nascimento2015-07-111-1/+1
| | | celluoid -> celluloid
* Update readme to include requiring the cable js file and rename the example ↵Lachlan Sylvester2015-07-101-1/+8
| | | | file for creating App.cable not conflict with the action cable js libs
* Update README.mdEmil Ahlbäck2015-07-091-1/+0
| | | Fix double ` ```ruby ` within the same code block.
* Merge pull request #12 from lsylvester/application-channel-not-definedDavid Heinemeier Hansson2015-07-091-0/+12
|\ | | | | update README to include creating the ApplicationCabel::Channel
| * update README to include creating the ApplicationCabel::ChannelLachlan Sylvester2015-07-091-0/+12
| |
* | update documentation to use websocket protocolLachlan Sylvester2015-07-091-3/+3
|/
* Merge pull request #10 from packagethief/doc-syntaxRafael Mendonça França2015-07-091-3/+3
|\ | | | | Fix CoffeeScript syntax in code examples
| * Fix CoffeeScript syntax in code examplesJeffrey Hardy2015-07-081-3/+3
| |
* | Merge pull request #7 from lsylvester/update-reame-sample-code-syntax-errorRafael Mendonça França2015-07-091-1/+1
|\ \ | |/ |/| Up[date README sample code so there is no syntax error
| * Up[date README sample code so there is no syntax errorLachlan Sylvester2015-07-091-5/+5
| |
* | Merge pull request #6 from connorshea/patch-1Rafael Mendonça França2015-07-081-1/+1
|\ \ | | | | | | Fix typo in README.md
| * | Fix typoConnor Shea2015-07-081-1/+1
| |/
* / Update README - fix puma command and requiring environment from cabel/config.ruLachlan Sylvester2015-07-091-6/+6
|/
* Explain the configuration of the frameworkDavid Heinemeier Hansson2015-07-081-0/+68
|
* Some quick documentation edits and add a LICENSE to the repoNick Quaranto2015-07-081-14/+16
|
* You can be a subscriber multiple times.David Heinemeier Hansson2015-07-081-2/+2
|
* Remove bit about release as it hasn't happened yetDavid Heinemeier Hansson2015-07-081-12/+1
|
* Update README.mdDavid Heinemeier Hansson2015-07-081-86/+97
|
* Note Ruby dependenciesDavid Heinemeier Hansson2015-07-081-0/+1
|
* Note lack of testsDavid Heinemeier Hansson2015-07-081-0/+4
|
* Flush out the README overview of Action CableDavid Heinemeier Hansson2015-07-081-0/+238