aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable
Commit message (Expand)AuthorAgeFilesLines
* AC: skip PG adapter tests if the db isn't availableJeremy Daer2016-03-111-0/+7
* Remove redundant regexp escapes in generatorsGadzhi Gadzhiev2016-03-081-1/+1
* Return subscription object(s) when updating the collectionJavan Makhmali2016-03-041-3/+4
* Make sure ActionCable.Subscriptions#create always returns the newly created s...Pratik Naik2016-03-041-0/+2
* Store reference to Subscriptions instance for convenienceJavan Makhmali2016-03-031-5/+6
* Implicity add Subscription instance to subscriptions collectionJavan Makhmali2016-03-032-13/+12
* Share default mount path with client side .jsJavan Makhmali2016-03-033-3/+4
* Fix location of default mount path valueJavan Makhmali2016-03-031-2/+3
* Defer starting connection monitor until a connection is openedJavan Makhmali2016-03-033-41/+52
* Establish WebSocket connection when first subscription is created. Fixes #24026Javan Makhmali2016-03-033-9/+10
* Merge pull request #23992 from matthewd/em-optionMatthew Draper2016-03-0429-51/+227
|\
| * Support faye-websocket + EventMachine as an optionMatthew Draper2016-03-0229-51/+227
* | ConnectionMonitor is once again notified of disconnectDaniel Rhodes2016-03-032-0/+2
* | Fix CHANGELOG spacing [ci skip]Jeremy Daer2016-03-021-12/+12
* | Accept JSON with no backslashes/escapingJon Moss2016-03-024-8/+27
* | Merge pull request #23976 from danielrhodes/enhancement/ac-ping-to-message-typeMatthew Draper2016-03-027-19/+24
|\ \
| * | Make ping into a message typeDaniel Rhodes2016-03-016-15/+10
| * | Added welcome message type and fix test hacksDaniel Rhodes2016-03-015-5/+14
* | | 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
* | | | Merge pull request #23935 from y-yagi/convert_cable_coffee_to_javascriptRafael França2016-03-011-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | convert cable.coffee to cable.jsyuuji.yaginuma2016-02-281-1/+1
* | | | Use AS::Executor / AS::Reloader to support reloading in ActionCableMatthew Draper2016-03-028-24/+96
* | | | Remove inconsistency in the Action Cable README [ci skip]Bouke van der Bijl2016-02-291-6/+2
| |_|/ |/| |
* | | Merge pull request #23811 from iamvery/string-channelDavid Heinemeier Hansson2016-02-285-1/+37
|\ \ \ | |/ / |/| |
| * | Update changelogJay Hayes2016-02-241-0/+4
| * | Ensure server broadcasts are to string queue namesJay Hayes2016-02-242-1/+16
| * | Convert stream broadcasting to a stringJay Hayes2016-02-242-0/+18
| * | whitespaceJay Hayes2016-02-241-1/+0
* | | Add small Action Cable documentation fixesHayley Anderson2016-02-274-13/+13
| |/ |/|
* | Merge pull request #23916 from lifo/same-redis-connection-for-subscription-an...Jeremy Daer2016-02-261-2/+6
|\ \
| * | Use redis_connector to create redis connections for both subscriptions and br...Pratik Naik2016-02-261-2/+6
* | | The async.callback call should live with the hijackMatthew Draper2016-02-261-4/+5
* | | Merge pull request #23843 from maclover7/fix-23471Matthew Draper2016-02-253-10/+29
|\ \ \
| * | | Only hijack Rack socket when first neededJon Moss2016-02-243-10/+29
| | |/ | |/|
* | | Only open Action Cable connection if data is being sentJon Moss2016-02-241-1/+3
* | | Enable Action Cable routes by defaultJon Moss2016-02-244-5/+27
|/ /
* | Add Ruby formatting to CHANGELOG entryclaudiob2016-02-241-4/+5
* | Preparing for 5.0.0.beta3 releaseeileencodes2016-02-241-0/+2
* | Prep release for Rails 5 beta3eileencodes2016-02-241-1/+1
* | 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
* | | Merge pull request #23813 from lifo/faye-websocketDavid Heinemeier Hansson2016-02-235-7/+51
|\ \ \ | |/ / |/| |
| * | Fix isAlive condition and add more loggingJavan Makhmali2016-02-231-5/+7
| * | ActionCable.logJavan Makhmali2016-02-233-14/+25
| * | Uninstall event handlers when replacing WebSocket instanceJavan Makhmali2016-02-231-0/+6
| * | Connection#isAliveJavan Makhmali2016-02-231-3/+3
| * | Log ConnectionMonitor connectPratik Naik2016-02-231-0/+1
| * | Confirm connection monitor subscription on openPratik Naik2016-02-232-2/+9
| * | Treat 'closing' state as closed.Pratik Naik2016-02-231-3/+6