aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/test
Commit message (Expand)AuthorAgeFilesLines
* Cant run on an out-of-the-box OSX installation without running out of TOO MAN...David Heinemeier Hansson2016-02-051-1/+1
* Merge pull request #23381 from matthewd/uneventful-redisMatthew Draper2016-02-022-1/+17
|\
| * Switch the default redis adapter to a single-stream modelMatthew Draper2016-02-012-1/+17
* | Merge pull request #23370 from maclover7/actioncable-main-travis-buildGuillermo Iguaran2016-01-311-9/+0
|\ \
| * | Remove unused methodJon Moss2016-01-311-9/+0
| |/
* / Wait for EventMachine to finish startingMatthew Draper2016-02-011-0/+1
|/
* Use a gentler disconnectMatthew Draper2016-01-301-2/+2
* Don't bother stopping EM between testsMatthew Draper2016-01-301-38/+3
* Keep the socket reference after closeMatthew Draper2016-01-301-3/+2
* Reduce the client count, in hope of a more consistent testMatthew Draper2016-01-301-3/+3
* Be more patient while gathering the expected responsesMatthew Draper2016-01-301-4/+3
* Handle more IO errors (especially, ECONNRESET)Matthew Draper2016-01-302-0/+31
* Add a couple of tests that connect with a WS clientMatthew Draper2016-01-302-0/+251
* Revert "Revert "Eliminate the EventMachine dependency""Matthew Draper2016-01-308-51/+32
* Revert "Eliminate the EventMachine dependency"David Heinemeier Hansson2016-01-278-32/+51
* Ditch the EM error logging helperMatthew Draper2016-01-241-1/+0
* Import the relevant portions of faye-websocketMatthew Draper2016-01-244-8/+9
* Using a hacked faye-websocket, drop EventMachineMatthew Draper2016-01-245-42/+23
* Add tests for the ActionCable adaptersMatthew Draper2016-01-247-0/+227
* Fix code review commentsJon Moss2016-01-184-9/+9
* ActionCable::StorageAdapter ==> ActionCable::SubscriptionAdapterJon Moss2016-01-183-6/+6
* All Redis deps are now optional, Postgres --> PostgreSQL adapterJon Moss2016-01-182-2/+0
* Tests passing and small refactoringJon Moss2016-01-186-36/+64
* Adapterize ActionCable storage and extract behaviorJon Moss2016-01-181-0/+64
* Revert "Merge pull request #22977 from rails/revert-22934-master"David Heinemeier Hansson2016-01-167-12/+0
* Revert "Move async execution from celluloid to concurrent-ruby"David Heinemeier Hansson2016-01-087-0/+12
* Remove celluloid referencesMike Perham2016-01-055-5/+0
* Move async execution from celluloid to concurrent-rubyMike Perham2016-01-052-7/+0
* [ActionCable] declare asset_logged privateAkshay Vishnoi2015-12-191-14/+14
* Merge pull request #22668 from ryohashimoto/151219_receiveKasper Timm Hansen2015-12-181-1/+1
|\
| * Fix `receive` spellingRyo Hashimoto2015-12-191-1/+1
* | Merge pull request #22667 from akshay-vishnoi/base_test_caseRafael França2015-12-181-0/+22
|\ \ | |/ |/|
| * [ActionCable] Test invalid action on channelAkshay Vishnoi2015-12-181-0/+22
* | Fix `receive` spelling and add whitespaceKasper Timm Hansen2015-12-181-3/+3
|/
* [ActionCable] test perform action with default actionAkshay Vishnoi2015-12-181-1/+11
* [ActionCable] Test available actions on ChannelAkshay Vishnoi2015-12-181-0/+4
* Remove warnings from actioncableArun Agrawal2015-12-172-2/+2
* Quiet warningsDavid Heinemeier Hansson2015-12-161-2/+2
* Initial stab at adding Action Cable to rails/masterDavid Heinemeier Hansson2015-12-141-10/+5
* Get ready to merge into RailsDavid Heinemeier Hansson2015-12-1420-0/+1013