aboutsummaryrefslogtreecommitdiffstats
path: root/lib/action_cable/connection/base.rb
Commit message (Collapse)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 ↵Pratik Naik2015-11-041-1/+2
| | | | | | | | request
| * Merge pull request #84 from alexpeattie/nonstandard-logger-fixRafael França2015-10-231-3/+5
| |\ | | | | | | Fix NoMethodError when using a custom Rails.logger class
| | * 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
| | | | | | | | | | | | | | | | * Move specific requires close to where they're needed. * Use the private active_support/rails dep to wrap up common needs like eager autoload and module delegation. * Use a single Rails engine rather than an engine and a railtie. * Prefer `AS::JSON.encode` to `Object#to_json`.
* | Test against Rails edge by default. CI against 4.2 also.Jeremy Daer2015-10-161-1/+1
| | | | | | | | * Don't deep-require to AD::Http::Request since it misses Mime autoload
* | 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 ↵Pratik Naik2015-10-151-1/+1
| | | | | | | | exception
* | Don't add the current connection to the connections array until after all ↵Pratik Naik2015-10-141-2/+1
| | | | | | | | the callbacks are run
* | Remove some excessive loggingPratik Naik2015-10-141-1/+0
| |
* | Merge pull request #85 from rails/cross-site-forgery-protectionPratik2015-10-121-1/+12
|\ \ | | | | | | Add support for cross site forgery protection
| * | Treat ORIGIN as an opaque identifier and do equality comparison with the ↵Pratik Naik2015-10-121-14/+3
| | | | | | | | | | | | specified whitelist
| * | 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 ↵Jason Dew2015-07-301-6/+6
| | | | whitespace
* 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
| | | | | Move heartbeat into on_open/close and add a similarly named on_message to handle that callback.
* 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
|