aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/lib/action_cable
Commit message (Expand)AuthorAgeFilesLines
* Start Rails 5.1 development :tada:Rafael Mendonça França2016-05-101-2/+2
* Preparing for 5.0.0.rc1 releaseRafael Mendonça França2016-05-061-1/+1
* renames ActionCable::Railtie to ActionCable::EngineXavier Noria2016-05-041-1/+1
* Prep Rails 5 beta 4eileencodes2016-04-271-1/+1
* Merge pull request #24669 from tomkadwill/action_pack_typosVipul A M2016-04-221-1/+1
|\
| * Actioncable and Actionpack documentation typos [ci skip]Tom Kadwill2016-04-211-1/+1
* | Log if redis connection is in stale/failed state.Vipul A M2016-04-211-0/+4
|/
* Cable: Extract stream handler constructionJeremy Daer2016-04-182-18/+62
* Cable: Periodic timers refreshJeremy Daer2016-04-182-19/+45
* Merge pull request #24600 from tomkadwill/action-cabel-channel-typosVipul A M2016-04-183-4/+4
|\
| * Fix typos in ActionCable Channel [ci skip]Tom Kadwill2016-04-183-4/+4
* | Run Action Cable callbacks through the worker poolSean Griffin2016-04-131-2/+5
|/
* Merge pull request #24224 from danielrhodes/actioncable-websocket-protocolsJeremy Daer2016-04-054-7/+21
|\
| * Added protocol negotiationDaniel Rhodes2016-04-054-7/+21
* | Cable message encodingJeremy Daer2016-03-317-61/+67
* | Cable: reconcile default worker pool size with low db conn pool sizeJeremy Daer2016-03-302-2/+12
* | Keep logging in the ActionCable::Channel::BaseRafael Mendonça França2016-03-302-41/+6
* | Merge pull request #23723 from mwear/action_cable_notificationsRafael Mendonça França2016-03-292-8/+56
|\ \
| * | Add AS::Notifications and LogSubscriber to ActionCable::ChannelMatthew Wear2016-03-042-8/+56
| |/
* | Cable: fix Faye periodic timer shutdown typoJeremy Daer2016-03-241-1/+1
* | Gracefully handle disconnected clientsJeremy Daer2016-03-203-1/+4
* | Evented Redis adapter: log reconnect failures as errors, not just infoJeremy Daer2016-03-171-1/+1
|/
* Share default mount path with client side .jsJavan Makhmali2016-03-031-1/+1
* 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-021-5/+5
|\ \ | |/ |/|
| * Make ping into a message typeDaniel Rhodes2016-03-011-1/+1
| * Added welcome message type and fix test hacksDaniel Rhodes2016-03-011-4/+4
* | 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
* | 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
|\