aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Clearer docDavid Heinemeier Hansson2015-07-201-2/+2
|
* Merge pull request #33 from tedtoer/add-disconnect-to-serverDavid Heinemeier Hansson2015-07-201-0/+5
|\ | | | | disconnect method added to singleton server
| * disconnect method added to singleton serverTed Toer2015-07-201-0/+5
|/
* Include the connection module after defining the work callbackPratik Naik2015-07-141-1/+1
|
* Include the module for clearing db connectionsPratik Naik2015-07-141-0/+1
|
* Worker testsPratik Naik2015-07-142-0/+48
|
* Update the README re: testsPratik Naik2015-07-141-2/+2
|
* Move dev dependencies from Gemfile to the gemspec: rake, puma, mochaJeremy Kemper2015-07-133-9/+6
|
* Remove busted testsPratik Naik2015-07-132-61/+0
|
* Tests for channel subscriptionsPratik Naik2015-07-131-0/+87
|
* Always load all the stub filesPratik Naik2015-07-135-6/+18
|
* Merge pull request #25 from lsylvester/update-readme-to-remove-jsRobin Dupret2015-07-131-6/+1
|\ | | | | Update README to use coffeescript all the time
| * Update readme to remove js from example, copies structure from ↵Lachlan Sylvester2015-07-131-6/+1
|/ | | | https://github.com/rails/actioncable-examples
* Connection identifier testsPratik Naik2015-07-122-0/+81
|
* Updated Gemfile.lockPratik Naik2015-07-121-8/+8
|
* Test auth failurePratik Naik2015-07-121-0/+26
|
* More connection testsPratik Naik2015-07-123-6/+65
|
* Add some more testsPratik Naik2015-07-129-25/+130
|
* Add actionpack as a dependencyPratik Naik2015-07-123-2/+39
|
* Tests for the Channel APIPratik Naik2015-07-121-18/+120
|
* Load mocha for testsPratik Naik2015-07-123-0/+7
|
* Link to example repoDavid Heinemeier Hansson2015-07-121-0/+3
|
* Have to require redis in case it wasnt alreadyDavid Heinemeier Hansson2015-07-111-0/+1
|
* Add automatic delegations from channel to connection identifiersDavid Heinemeier Hansson2015-07-112-0/+16
|
* 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
|
* Merge pull request #24 from lunks/patch-1Guillermo Iguaran2015-07-111-1/+1
|\ | | | | small typo on README.md
| * small typo on README.mdPedro Nascimento2015-07-111-1/+1
|/ | | celluoid -> celluloid
* Merge pull request #19 from lsylvester/readme-client-example-updateAbdelkader Boudih2015-07-101-1/+8
|\ | | | | Update readme instructions for js
| * 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
* Merge pull request #18 from mull/patch-1David Heinemeier Hansson2015-07-091-1/+0
|\ | | | | README.md code block fix
| * 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-092-10/+22
|\ | | | | update README to include creating the ApplicationCabel::Channel
| * update README to include creating the ApplicationCabel::ChannelLachlan Sylvester2015-07-092-10/+22
| |
* | Merge pull request #11 from lsylvester/use-websocket-protocolAbdelkader Boudih2015-07-093-6/+6
|\ \ | |/ |/| update documentation to use websocket protocol
| * update documentation to use websocket protocolLachlan Sylvester2015-07-093-6/+6
|/
* Merge pull request #10 from packagethief/doc-syntaxRafael Mendonça França2015-07-092-4/+4
|\ | | | | Fix CoffeeScript syntax in code examples
| * Fix CoffeeScript syntax in code examplesJeffrey Hardy2015-07-082-4/+4
| |
* | Merge pull request #9 from packagethief/freshen-gemfile-lockRafael Mendonça França2015-07-091-3/+4
|\ \ | | | | | | Freshen Gemfile.lock
| * | Freshen Gemfile.lockJeffrey Hardy2015-07-081-3/+4
| |/ | | | | | | | | | | | | | | Generated from a fresh `bundle install` * Add websocket-driver * Update activesupport * Rename `actioncable` -> `action_cable`
* | Merge pull request #8 from packagethief/singleton-serverRafael Mendonça França2015-07-091-1/+1
|\ \ | | | | | | ActionCable.server should always return the same instance
| * | ActionCable.server should always return the same instanceJeffrey Hardy2015-07-081-1/+1
| |/
* | 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
| | |
* | | Merge pull request #5 from lsylvester/update-readme-for-getting-startedRafael Mendonça França2015-07-081-6/+6
|\ \ \ | |/ / |/| | Update README
| * | Update README - fix puma command and requiring environment from cabel/config.ruLachlan Sylvester2015-07-091-6/+6
| |/
* | Merge pull request #4 from lsylvester/connection-base-doc-typoRafael Mendonça França2015-07-081-1/+1
|\| | | | | Fix typo in connection base documentation
| * Fix typo in connection base documentationLachlan Sylvester2015-07-091-1/+1
|/