aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable
Commit message (Expand)AuthorAgeFilesLines
* 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-012-0/+15
* | Periodic timers: delegate async instance_exec to the worker poolJeremy Daer2016-06-292-7/+9
* | Merge pull request #24991 from maclover7/actioncable-npm-docsVipul A M2016-06-291-0/+68
|\ \
| * | Add documentation about Action Cable npm packageJon Moss2016-05-261-0/+68
* | | Make client test run individually.Kasper Timm Hansen2016-06-281-1/+3
* | | Fix Action Cable README [ci skip]Rafael Mendonça França2016-06-261-5/+14
* | | Remove conflict line [ci skip]Ryuta Kamizono2016-06-271-1/+0
* | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2016-06-261-2/+143
|\ \ \
| * | | Fix and make example generic in README as well [ci skip]Vipul A M2016-06-151-3/+3
* | | | client test have not using Pathname and hashwithindifferent accessGaurav Sharma2016-06-261-3/+0
* | | | Allow actioncable connections from any port in developmentMichael Dever2016-06-161-1/+1
| |_|/ |/| |
* | | Added "Download and Installation" section to Action Cable README [ci skip]Prathamesh Sonpatki2016-06-041-0/+10
* | | Trim Action Cable README [ci skip]Prathamesh Sonpatki2016-06-041-161/+0
|/ /
* | Properly support reloading for Action Cable channelsMatthew Draper2016-06-028-82/+56
* | Merge pull request #25170 from maclover7/add-configuration-cableJeremy Daer2016-05-318-51/+69
|\ \
| * | Add helper for testing against a mock WebSocket and serverJavan Makhmali2016-05-315-56/+48
| * | Reorganize `MockWebSocket`Jon Moss2016-05-312-22/+32
| * | Add configuration for `WebSocket` and `logger`Jon Moss2016-05-314-6/+22
* | | Merge pull request #25216 from javan/actioncable/tune-sauce-labs-testsJeremy Daer2016-05-311-6/+6
|\ \ \
| * | | Test single latest browser versionJavan Makhmali2016-05-311-6/+6
| |/ /
* / / fix grammarRajat Bansal2016-05-312-2/+2
|/ /
* / Bash markdown syntaxAnubhav Saxena2016-05-271-1/+1
|/
* CI: run Action Cable browser tests in Sauce LabsJon Moss2016-05-252-2/+27
* Remove package:clean taskJavan Makhmali2016-05-241-1/+0
* Build action_cable.js with BladeJavan Makhmali2016-05-243-42/+11
* Remove Blade gem dependencyVipul A M2016-05-211-2/+0
* 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
* | Publish Action Cable to NPM when we release.Jon Moss2016-05-112-0/+30
* | Start Rails 5.1 development :tada:Rafael Mendonça França2016-05-102-89/+3
* | Kick off initial JavaScript testsJavan Makhmali2016-05-099-0/+4631
* | change cable.coffee to cable.js [ci skip]yuuji.yaginuma2016-05-071-5/+10
* | Merge commit 'fbdcf5221ad7ea3d40ad09651962fc85d101dd67'Matthew Draper2016-05-072-1/+6
|\ \
| * | Preparing for 5.0.0.rc1 releaseRafael Mendonça França2016-05-062-1/+6
* | | http --> httpsJon Moss2016-05-061-1/+1
|/ /
* | renames ActionCable::Railtie to ActionCable::EngineXavier Noria2016-05-041-1/+1
* | [ci skip] Fix ActionCable READMEwillnet2016-05-021-1/+1
|/
* Prep Rails 5 beta 4eileencodes2016-04-272-1/+3
* 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-186-25/+75