aboutsummaryrefslogtreecommitdiffstats
path: root/lib/action_cable/connection/base.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into subscription-rejectionPratik Naik2015-11-041-4/+7
|\
| * Make sure cable closes the connection if open when responding to an invalid r...Pratik Naik2015-11-041-1/+2
| * Merge pull request #84 from alexpeattie/nonstandard-logger-fixRafael França2015-10-231-3/+5
| |\
| | * Fix NoMethodError when using a custom Rails.logger classAlex Peattie2015-10-061-3/+5
* | | Allow rejecting subscriptions from the channelPratik Naik2015-10-211-2/+2
|/ /
* | Devolve blanket #require to reveal intent and responsibilityJeremy Daer2015-10-161-3/+3
* | Test against Rails edge by default. CI against 4.2 also.Jeremy Daer2015-10-161-1/+1
* | Websockets -> WebSocket spelling [ci skip]Jeremy Daer2015-10-151-11/+11
* | Fix the variable name in error message to make sure it does not raise an exce...Pratik Naik2015-10-151-1/+1
* | 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
| |/
* | 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-081-4/+6
|/
* Fixing some documentation, correcting grammar, and removing unnecessary white...Jason Dew2015-07-301-6/+6
* Add actionpack as a dependencyPratik Naik2015-07-121-1/+6
* Fix typo in connection base documentationLachlan Sylvester2015-07-091-1/+1
* More clear method name for what's actually happeningDavid Heinemeier Hansson2015-07-071-1/+1
* Document the connectionDavid Heinemeier Hansson2015-07-071-1/+53
* Basic authentication helpersDavid Heinemeier Hansson2015-07-071-0/+4
* Extract Server configuration into a Configuration objectDavid Heinemeier Hansson2015-07-051-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-271-21/+7
* 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
* TOC refactorDavid Heinemeier Hansson2015-06-261-13/+14
* Don't need a log_exception helper, just do it inlineDavid Heinemeier Hansson2015-06-261-4/+0
* Fix methodDavid Heinemeier Hansson2015-06-221-1/+1
* Composed method to same order of abstractionDavid Heinemeier Hansson2015-06-221-1/+5
* Clarify what websocket thing we're talking aboutDavid Heinemeier Hansson2015-06-221-5/+5
* Feature envy detected, so move execute_command to SubscriptionsDavid Heinemeier Hansson2015-06-221-21/+2
* Extract execute_command method and centralize exception handlingDavid Heinemeier Hansson2015-06-221-12/+10
* SpacingDavid Heinemeier Hansson2015-06-221-1/+4
* StyleDavid Heinemeier Hansson2015-06-221-5/+1
* Use private accessorDavid Heinemeier Hansson2015-06-221-8/+9
* Fix referenceDavid Heinemeier Hansson2015-06-221-1/+1
* Slim down the web socket respond blocksDavid Heinemeier Hansson2015-06-221-17/+12
* Rename Processor to MessageBufferDavid Heinemeier Hansson2015-06-221-6/+6
* Extract helper methodDavid Heinemeier Hansson2015-06-221-2/+6
* Finish Processor class extractionDavid Heinemeier Hansson2015-06-221-23/+8
* WIP: Extract processorDavid Heinemeier Hansson2015-06-221-11/+2
* Wrap message queueing in a more welcoming APIDavid Heinemeier Hansson2015-06-211-5/+21
* Add logging for when message isn't a stringDavid Heinemeier Hansson2015-06-211-0/+2
* Centralize logging in process and enhance method nameDavid Heinemeier Hansson2015-06-211-4/+5