aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * Optionally allow ActionCable requests from the same host as originDávid Halász2016-09-212-1/+5
* | Close the IO from the read loop threadMatthew Draper2016-10-062-1/+1
* | Shut down the worker pool - don't kill itMatthew Draper2016-10-031-1/+1
* | Move behavior to Server::Base, and flush pubsubJon Moss2016-10-022-3/+6
* | Shutdown pubsub connection before classes are reloadedJon Moss2016-10-021-0/+1
* | In-line the configuration points that only existed for Faye supportMatthew Draper2016-10-014-12/+4
* | Remove Faye modeMatthew Draper2016-10-014-105/+3
* | Merge pull request #26547 from palkan/fix/actioncable-confirmation-race-condi...Matthew Draper2016-10-013-18/+28
|\ \
| * | Add Channel#ensure_confirmation_sent; call #subscribe_to_channel after initia...palkan2016-09-223-27/+24
| * | [Fix #25381] Avoid race condition on subscription confirmationpalkan2016-09-203-10/+23
* | | Buffer writes to the cable socketsMatthew Draper2016-09-282-11/+92
| |/ |/|
* | [ci skip] Fix formatting of documentation of worker_pool method from AC::Serv...Prathamesh Sonpatki2016-09-071-1/+1
* | [ci skip] Fix formatting in Action Cable Connection::Base module docsPrathamesh Sonpatki2016-09-071-1/+1
* | [ci fix] Fix API documentation for Streams module from Action CablePrathamesh Sonpatki2016-09-061-4/+4
|/
* fixes remaining RuboCop issues [Vipul A M, Xavier Noria]Xavier Noria2016-09-011-1/+1
* Prevent invocation of channel action if rejected connectionJon Moss2016-08-191-1/+1
* copy-edits an exception messageXavier Noria2016-08-071-1/+1
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-1/+0
* applies remaining conventions across the projectXavier Noria2016-08-061-3/+3
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-1/+1
* applies new string literal convention in actioncable/libXavier Noria2016-08-0628-90/+90
* 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
|/