aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/test
Commit message (Expand)AuthorAgeFilesLines
* Cable: Extract stream handler constructionJeremy Daer2016-04-184-7/+13
* Cable: Periodic timers refreshJeremy Daer2016-04-182-20/+38
* - Fixed ActionCable::Connection::ClientSocketTest that was overriding ActionC...Vipul A M2016-04-152-5/+3
* Run Action Cable callbacks through the worker poolSean Griffin2016-04-131-3/+25
* Cable message encodingJeremy Daer2016-03-3110-88/+168
* Keep logging in the ActionCable::Channel::BaseRafael Mendonça França2016-03-301-69/+0
* Merge pull request #23723 from mwear/action_cable_notificationsRafael Mendonça França2016-03-292-0/+144
|\
| * Add AS::Notifications and LogSubscriber to ActionCable::ChannelMatthew Wear2016-03-042-0/+144
* | Cable: Shush pop warnings when skipping Postgres tests.Kasper Timm Hansen2016-03-261-0/+1
* | Shush up EM::Hiredis when running tests.Kasper Timm Hansen2016-03-261-0/+11
* | Gracefully handle disconnected clientsJeremy Daer2016-03-202-0/+132
* | 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