aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/test
Commit message (Expand)AuthorAgeFilesLines
* AC: skip PG adapter tests if the db isn't availableJeremy Daer2016-03-111-0/+7
* Merge pull request #23992 from matthewd/em-optionMatthew Draper2016-03-0413-17/+73
|\
| * Support faye-websocket + EventMachine as an optionMatthew Draper2016-03-0213-17/+73
* | Accept JSON with no backslashes/escapingJon Moss2016-03-022-2/+3
* | Merge pull request #23976 from danielrhodes/enhancement/ac-ping-to-message-typeMatthew Draper2016-03-022-2/+9
|\ \
| * | Make ping into a message typeDaniel Rhodes2016-03-011-1/+1
| * | Added welcome message type and fix test hacksDaniel Rhodes2016-03-012-1/+7
* | | Merge pull request #23932 from arthurnn/arthurnn/remove_load_pathsArthur Nogueira Neves2016-03-011-3/+0
|\ \ \ | |_|/ |/| |
| * | Remove load_paths fileArthur Neves2016-02-271-3/+0
* | | Use AS::Executor / AS::Reloader to support reloading in ActionCableMatthew Draper2016-03-022-0/+24
| |/ |/|
* | Merge pull request #23811 from iamvery/string-channelDavid Heinemeier Hansson2016-02-282-0/+31
|\ \ | |/ |/|
| * Ensure server broadcasts are to string queue namesJay Hayes2016-02-241-0/+15
| * Convert stream broadcasting to a stringJay Hayes2016-02-241-0/+17
| * whitespaceJay Hayes2016-02-241-1/+0
* | Only hijack Rack socket when first neededJon Moss2016-02-241-0/+20
|/
* Merge pull request #23789 from wisetara/wisetara/deprecate-args-ActiveSupport...Rafael França2016-02-231-3/+3
|\
| * remove args from assert_nothing_raised in testsTara Scherner de la Fuente2016-02-221-3/+3
* | Confirm connection monitor subscription on openPratik Naik2016-02-231-1/+1
|/
* Merge pull request #23715 from maclover7/fix-unsubscribeMatthew Draper2016-02-192-0/+25
|\
| * Fix `unsubscribed` server side behaviorJon Moss2016-02-182-0/+25
* | Use a semaphore to signal message availabilityMatthew Draper2016-02-191-7/+8
|/
* Don't rely on the global server as a receiver.Kasper Timm Hansen2016-02-143-10/+4
* Default connection class to ActionCable::Connection::Base.Kasper Timm Hansen2016-02-142-16/+0
* Inject Rails' channel paths in engine.Kasper Timm Hansen2016-02-142-17/+1
* 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