aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/lib
Commit message (Expand)AuthorAgeFilesLines
* Give importance to rails command in the comment section.Santosh Wadghule2016-07-131-1/+1
* Merge pull request #25624 from tinco/actioncable_write_raceMatthew Draper2016-07-091-2/+7
|\
| * fix race condition in websocket stream writeTinco Andringa2016-07-011-0/+4
* | Merge pull request #24988 from mwear/action_cable_broadcast_notificationsMatthew Draper2016-07-041-2/+6
|\ \
| * | Add ActiveSupport::Notifications hook to Broadcaster#broadcastMatthew Wear2016-05-121-2/+6
* | | Merge pull request #25030 from mmmpa/pull_requestMatthew Draper2016-07-041-1/+5
|\ \ \
| * | | Add guard to broadcast.mmmpa2016-05-261-1/+5
* | | | Merge pull request #25293 from y-yagi/remove_needless_commentsMatthew Draper2016-07-033-5/+0
|\ \ \ \
| * | | | remove needless commentsyuuji.yaginuma2016-06-063-5/+0
* | | | | close hijacked i/o socket after use (fixes #25613)Tinco Andringa2016-07-011-0/+1
| |_|_|/ |/| | |
* | | | Periodic timers: delegate async instance_exec to the worker poolJeremy Daer2016-06-292-7/+9
* | | | Allow actioncable connections from any port in developmentMichael Dever2016-06-161-1/+1
|/ / /
* | | Properly support reloading for Action Cable channelsMatthew Draper2016-06-024-30/+9
* | | fix grammarRajat Bansal2016-05-311-1/+1
|/ /
* | Merge pull request #25076 from jeroenvisser101/keep-to-max-lengthSean Griffin2016-05-212-2/+4
|\ \
| * | Change comments to not exceed 80 charactersJeroen Visser2016-05-192-2/+4
* | | Pass over Action Cable docsJon Moss2016-05-212-4/+4
* | | Merge pull request #24918 from prathamesh-sonpatki/cable-assetsRafael França2016-05-212-1/+20
|\ \ \ | |/ / |/| |
| * | Cable: Generate .js or .coffee files while generating channel as per the java...Prathamesh Sonpatki2016-05-172-1/+20
* | | Improve method descriptionRoman Pushkin2016-05-181-0/+1
|/ /
* | Merge branch 'master' of github.com:rails/docrailsVijay Dev2016-05-141-2/+2
|\ \ | |/ |/|
| * Fix code formatting in docsJay Hayes2016-05-031-2/+2
* | 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
* | don't remove `cable.js`yuuji.yaginuma2016-04-161-1/+3
* | Run Action Cable callbacks through the worker poolSean Griffin2016-04-131-2/+5
* | Generate `cable.js` file if does not exist when generating channelPrathamesh Sonpatki2016-04-122-0/+14
|/
* Merge pull request #24224 from danielrhodes/actioncable-websocket-protocolsJeremy Daer2016-04-055-8/+23
|\
| * Added protocol negotiationDaniel Rhodes2016-04-055-8/+23
* | 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
| |/ |/|
* | 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