aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/test
Commit message (Expand)AuthorAgeFilesLines
...
* 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