aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/lib/action_cable/connection
Commit message (Expand)AuthorAgeFilesLines
...
* | Cable message encodingJeremy Daer2016-03-314-38/+33
* | Cable: fix Faye periodic timer shutdown typoJeremy Daer2016-03-241-1/+1
* | Gracefully handle disconnected clientsJeremy Daer2016-03-203-1/+4
|/
* Merge pull request #23992 from matthewd/em-optionMatthew Draper2016-03-047-12/+107
|\
| * Support faye-websocket + EventMachine as an optionMatthew Draper2016-03-027-12/+107
* | Accept JSON with no backslashes/escapingJon Moss2016-03-021-6/+19
* | Merge pull request #23976 from danielrhodes/enhancement/ac-ping-to-message-typeMatthew Draper2016-03-021-5/+5
|\ \ | |/ |/|
| * Make ping into a message typeDaniel Rhodes2016-03-011-1/+1
| * Added welcome message type and fix test hacksDaniel Rhodes2016-03-011-4/+4
* | Use AS::Executor / AS::Reloader to support reloading in ActionCableMatthew Draper2016-03-021-2/+3
|/
* The async.callback call should live with the hijackMatthew Draper2016-02-261-4/+5
* Only hijack Rack socket when first neededJon Moss2016-02-242-10/+9
* Merge pull request #23813 from lifo/faye-websocketDavid Heinemeier Hansson2016-02-231-1/+8
|\
| * Confirm connection monitor subscription on openPratik Naik2016-02-231-1/+8
* | Merge pull request #23668 from maclover7/cable-docsRafael França2016-02-224-15/+14
|\ \ | |/ |/|
| * Full Action Cable documentation read throughJon Moss2016-02-174-15/+14
* | Fix `unsubscribed` server side behaviorJon Moss2016-02-182-6/+3
|/
* Fix grammar `a` to `an` [ci skip]Ryuta Kamizono2016-02-131-1/+1
* Merge remote-tracking branch 'origin/master' into actioncable_loggingkp2016-02-103-26/+50
|\
| * Handle more IO errors (especially, ECONNRESET)Matthew Draper2016-01-301-21/+47
| * Fix arguments to on_closeMatthew Draper2016-01-302-5/+3
| * Revert "Revert "Eliminate the EventMachine dependency""Matthew Draper2016-01-306-22/+315
| * Revert "Eliminate the EventMachine dependency"David Heinemeier Hansson2016-01-276-315/+22
* | Logs successful and invalid connections separatelykp2016-02-101-8/+12
* | adds debug logging to actioncable connectkp2016-01-261-2/+12
|/
* Import the relevant portions of faye-websocketMatthew Draper2016-01-245-20/+313
* Using a hacked faye-websocket, drop EventMachineMatthew Draper2016-01-241-2/+2
* Fix code review commentsJon Moss2016-01-182-3/+3
* Pull the action methods directly onto the adapterMatthew Draper2016-01-182-3/+3
* Adapterize ActionCable storage and extract behaviorJon Moss2016-01-182-7/+7
* Revert "Merge pull request #22977 from rails/revert-22934-master"David Heinemeier Hansson2016-01-161-1/+1
* [ci skip] Fix typo in docsDAVID MOORE2016-01-151-1/+1
* Revert "Move async execution from celluloid to concurrent-ruby"David Heinemeier Hansson2016-01-081-1/+1
* Move async execution from celluloid to concurrent-rubyMike Perham2016-01-051-1/+1
* [ActionCable] remove not needed protected call and newlinesJan Habermann2015-12-252-9/+1
* Merge pull request #22639 from arunagw/aa-remove-few-warnings-actioncableGuillermo Iguaran2015-12-174-4/+8
|\
| * Remove warnings from actioncableArun Agrawal2015-12-174-4/+8
* | traditional make sense with `<tt>ActiveSupport::TaggedLogging</tt>`Gaurav Sharma2015-12-181-2/+2
|/
* Get ready to merge into RailsDavid Heinemeier Hansson2015-12-148-0/+520