aboutsummaryrefslogtreecommitdiffstats
path: root/lib/action_cable/connection
Commit message (Expand)AuthorAgeFilesLines
* Shush some low-hanging Ruby warningsJeremy Daer2015-10-161-1/+1
* Websockets -> WebSocket spelling [ci skip]Jeremy Daer2015-10-152-13/+13
* Fix the variable name in error message to make sure it does not raise an exce...Pratik Naik2015-10-151-1/+1
* Subscribe and unsubscribe from the internal redis channels in the primary EM ...Pratik Naik2015-10-141-2/+2
* Don't add the current connection to the connections array until after all the...Pratik Naik2015-10-141-2/+1
* Remove some excessive loggingPratik Naik2015-10-141-1/+0
* Merge pull request #85 from rails/cross-site-forgery-protectionPratik2015-10-121-1/+12
|\
| * Treat ORIGIN as an opaque identifier and do equality comparison with the spec...Pratik Naik2015-10-121-14/+3
| * Use Array() instead of Array.wrapPratik Naik2015-10-071-1/+1
| * First take at cross site forgery protectionPratik Naik2015-10-071-1/+23
* | Make sure active record queries are logged with the current connection tagsPratik Naik2015-10-121-1/+4
* | Be sure not to cache an empty string as the connection_identifierPratik Naik2015-10-091-1/+5
* | Include request id in statistics to make it to search the logsPratik Naik2015-10-091-1/+6
* | Run a single eventmachine timer to send heartbeatsPratik Naik2015-10-082-34/+6
|/
* support connection identifiers that don't implement to_global_id by defaultin...Mark Humphreys2015-08-241-1/+1
* Fixing some documentation, correcting grammar, and removing unnecessary white...Jason Dew2015-07-303-10/+10
* refactor channel look up to use a hash instead of an array and reduce the num...Lachlan Sylvester2015-07-301-3/+1
* Add actionpack as a dependencyPratik Naik2015-07-121-1/+6
* Add automatic delegations from channel to connection identifiersDavid Heinemeier Hansson2015-07-111-0/+3
* Fix typo in connection base documentationLachlan Sylvester2015-07-091-1/+1
* Revert to perform_action language – we're already using process for the con...David Heinemeier Hansson2015-07-081-3/+3
* Complete all the standard severity levelsDavid Heinemeier Hansson2015-07-071-8/+6
* DocumentationDavid Heinemeier Hansson2015-07-073-0/+5
* More clear method name for what's actually happeningDavid Heinemeier Hansson2015-07-072-2/+2
* Make the entire internal channel privateDavid Heinemeier Hansson2015-07-071-16/+16
* Document and make private method privateDavid Heinemeier Hansson2015-07-071-3/+7
* Document heartbeat purposeDavid Heinemeier Hansson2015-07-071-0/+3
* Document the connectionDavid Heinemeier Hansson2015-07-071-1/+53
* Identifiers will add attr_accessor as well for convenienceDavid Heinemeier Hansson2015-07-071-1/+2
* Basic authentication helpersDavid Heinemeier Hansson2015-07-072-0/+17
* Go with process_action to match language from Action ControllerDavid Heinemeier Hansson2015-07-071-3/+3
* Switch domain language from channel connect/disconnect to subscribe/unsubscribeDavid Heinemeier Hansson2015-07-071-2/+2
* Extract Server configuration into a Configuration objectDavid Heinemeier Hansson2015-07-052-3/+3
* Guard against duplicate subscriptionsJavan Makhmali2015-07-021-1/+1
* Fix referenceDavid Heinemeier Hansson2015-06-291-1/+1
* Use accessorDavid Heinemeier Hansson2015-06-271-1/+1
* initialize -> newDavid Heinemeier Hansson2015-06-271-2/+2
* Composed method on the responseDavid Heinemeier Hansson2015-06-271-1/+5
* Change back, more is happening than just responseDavid Heinemeier Hansson2015-06-271-1/+1
* Add WebSocket decoratorDavid Heinemeier Hansson2015-06-272-21/+34
* Better orderingDavid Heinemeier Hansson2015-06-271-8/+6
* Better orderDavid Heinemeier Hansson2015-06-271-2/+2
* Use an encapsulated factory methodDavid Heinemeier Hansson2015-06-271-3/+5
* Explain the purposeDavid Heinemeier Hansson2015-06-271-0/+3
* Merge pull request #2 from basecamp/create-channelJavan Makhmali2015-06-261-2/+2
|\
| * Create JavaScript channels identified by their Ruby class nameJavan Makhmali2015-06-241-2/+2
* | TOC refactorDavid Heinemeier Hansson2015-06-261-13/+14
* | Don't need a log_exception helper, just do it inlineDavid Heinemeier Hansson2015-06-262-6/+1
|/
* Fix methodDavid Heinemeier Hansson2015-06-221-1/+1
* Composed method to same order of abstractionDavid Heinemeier Hansson2015-06-221-1/+5