aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant regexp escapes in generatorsGadzhi Gadzhiev2016-03-081-1/+1
* Share default mount path with client side .jsJavan Makhmali2016-03-032-2/+3
* Merge pull request #23992 from matthewd/em-optionMatthew Draper2016-03-0416-34/+154
|\
| * Support faye-websocket + EventMachine as an optionMatthew Draper2016-03-0216-34/+154
* | Accept JSON with no backslashes/escapingJon Moss2016-03-021-6/+19
* | Merge pull request #23976 from danielrhodes/enhancement/ac-ping-to-message-typeMatthew Draper2016-03-022-8/+7
|\ \
| * | Make ping into a message typeDaniel Rhodes2016-03-012-4/+2
| * | Added welcome message type and fix test hacksDaniel Rhodes2016-03-012-4/+5
* | | 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-025-24/+67
| |/ |/|
* | Merge pull request #23811 from iamvery/string-channelDavid Heinemeier Hansson2016-02-282-1/+2
|\ \ | |/ |/|
| * Ensure server broadcasts are to string queue namesJay Hayes2016-02-241-1/+1
| * Convert stream broadcasting to a stringJay Hayes2016-02-241-0/+1
* | Add small Action Cable documentation fixesHayley Anderson2016-02-273-8/+8
* | 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-252-10/+9
|\ \ \
| * | | Only hijack Rack socket when first neededJon Moss2016-02-242-10/+9
| | |/ | |/|
* / | Enable Action Cable routes by defaultJon Moss2016-02-243-4/+26
|/ /
* | Prep release for Rails 5 beta3eileencodes2016-02-241-1/+1
* | Merge pull request #23813 from lifo/faye-websocketDavid Heinemeier Hansson2016-02-231-1/+8
|\ \
| * | Confirm connection monitor subscription on openPratik Naik2016-02-231-1/+8
| |/
* | Merge pull request #23668 from maclover7/cable-docsRafael França2016-02-2215-58/+55
|\ \
| * | Full Action Cable documentation read throughJon Moss2016-02-1715-58/+55
* | | Add notes for future selvesJon Moss2016-02-221-0/+1
* | | Generate ApplicationCable files if they do not already existJon Moss2016-02-223-0/+26
| |/ |/|
* | Fixed typoChashmeet Singh2016-02-211-1/+1
* | Merge pull request #23709 from jankeesvw/set-action-cable-logging-to-debugDavid Heinemeier Hansson2016-02-191-1/+1
|\ \
| * | Truncate ActionCable broadcast message to 300 charsJankees van Woezik2016-02-181-1/+1
| |/
* / Fix `unsubscribed` server side behaviorJon Moss2016-02-182-6/+3
|/
* Merge pull request #23505 from kaspth/inject-rails-config-through-railtieKasper Timm Hansen2016-02-142-11/+10
|\
| * Default connection class to ActionCable::Connection::Base.Kasper Timm Hansen2016-02-142-2/+6
| * Inject Rails' channel paths in engine.Kasper Timm Hansen2016-02-142-9/+4
* | Fix grammar `a` to `an` [ci skip]Ryuta Kamizono2016-02-132-2/+2
* | Merge remote-tracking branch 'origin/master' into actioncable_loggingkp2016-02-1021-446/+350
|\|
| * don’t explicitly mention EventMachine [ci skip]yuuji.yaginuma2016-02-051-1/+1
| * Allow for non-standard redis connectorsDavid Heinemeier Hansson2016-02-042-3/+15
| * [ci skip] Several ActionCable documentation updates:Nick Quaranto2016-02-024-40/+53
| * Preparing for Rails 5.0.0.beta2Sean Griffin2016-02-011-1/+1
| * Merge pull request #23381 from matthewd/uneventful-redisMatthew Draper2016-02-022-30/+193
| |\
| | * Switch the default redis adapter to a single-stream modelMatthew Draper2016-02-012-30/+193
| * | Improvements and reorganization of assetsJon Moss2016-01-307-341/+0
| * | Add task to create precompiled action_cable.js and reorganize to accommodateJavan Makhmali2016-01-307-5/+6
| |/
| * Handle more IO errors (especially, ECONNRESET)Matthew Draper2016-01-301-21/+47
| * Synchronize the lazy setters in ServerMatthew Draper2016-01-305-15/+47
| * Fix arguments to on_closeMatthew Draper2016-01-302-5/+3
| * Revert "Revert "Eliminate the EventMachine dependency""Matthew Draper2016-01-3016-46/+349
| * Revert "Eliminate the EventMachine dependency"David Heinemeier Hansson2016-01-2716-349/+46