aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/test
Commit message (Expand)AuthorAgeFilesLines
* Privatize unneededly protected methods in Action Cable testsAkira Matsuda2016-12-243-3/+3
* Prevent race condition when launching EventMachine reactorMatthew Draper2016-11-301-0/+26
* Add more Action Cable JavaScript testsJavan Makhmali2016-11-214-0/+78
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-294-14/+14
* Permit same-origin connections by defaultMatthew Draper2016-10-111-1/+2
* Merge pull request #26568 from skateman/cable-sameorigin-as-hostMatthew Draper2016-10-111-0/+8
|\
| * Optionally allow ActionCable requests from the same host as originDávid Halász2016-09-211-0/+8
* | Wait for the socket to be closed asynchronouslyMatthew Draper2016-10-061-2/+10
* | Use a branch of websocket-client-simple, to work around read/close raceMatthew Draper2016-10-061-7/+0
* | Don't shut down adapters that haven't been setMatthew Draper2016-10-041-1/+1
* | Add tests for Server::Base#restartJon Moss2016-10-021-0/+33
* | Use websocket-client-simple instead of Faye as a websockets clientMatthew Draper2016-10-021-57/+81
* | Shut down EventMachine before re-enabling warningsMatthew Draper2016-10-022-0/+9
* | In-line the configuration points that only existed for Faye supportMatthew Draper2016-10-011-1/+0
* | Remove Faye modeMatthew Draper2016-10-016-63/+4
* | Merge pull request #26547 from palkan/fix/actioncable-confirmation-race-condi...Matthew Draper2016-10-015-6/+47
|\ \
| * | Add Channel#ensure_confirmation_sent; call #subscribe_to_channel after initia...palkan2016-09-224-6/+15
| * | [Fix #25381] Avoid race condition on subscription confirmationpalkan2016-09-203-5/+37
| |/
* / Buffer writes to the cable socketsMatthew Draper2016-09-281-1/+3
|/
* Prevent invocation of channel action if rejected connectionJon Moss2016-08-191-0/+15
* Add three new rubocop rulesRafael Mendonça França2016-08-163-26/+26
* revises more Lint/EndAlignment offensesXavier Noria2016-08-081-6/+6
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-2/+0
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-3/+3
* remove redundant curlies from hash argumentsXavier Noria2016-08-065-7/+7
* applies new string literal convention in actioncable/testXavier Noria2016-08-0629-260/+260
* Merge pull request #24988 from mwear/action_cable_broadcast_notificationsMatthew Draper2016-07-041-4/+49
|\
| * Add ActiveSupport::Notifications hook to Broadcaster#broadcastMatthew Wear2016-05-121-4/+49
* | Merge pull request #25030 from mmmpa/pull_requestMatthew Draper2016-07-041-0/+17
|\ \
| * | Add guard to broadcast.mmmpa2016-05-261-0/+17
| |/
* | close hijacked i/o socket after use (fixes #25613)Tinco Andringa2016-07-011-0/+14
* | Make client test run individually.Kasper Timm Hansen2016-06-281-1/+3
* | client test have not using Pathname and hashwithindifferent accessGaurav Sharma2016-06-261-3/+0
* | Properly support reloading for Action Cable channelsMatthew Draper2016-06-024-52/+47
* | Add helper for testing against a mock WebSocket and serverJavan Makhmali2016-05-315-56/+48
* | Reorganize `MockWebSocket`Jon Moss2016-05-312-22/+32
* | Add configuration for `WebSocket` and `logger`Jon Moss2016-05-312-4/+18
|/
* Kick off initial JavaScript testsJavan Makhmali2016-05-096-0/+4617
* 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