aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/README.md
Commit message (Expand)AuthorAgeFilesLines
* Updated links from http to https in guides, docs, etcAbhay Nikam2019-03-091-1/+1
* Merge `actioncable/README.md` to the Action Cable Overview guide [ci skip]bogdanvlviv2019-01-131-544/+1
* Move all npm packages to @rails scopeJavan Makhmali2019-01-101-3/+3
* fix broken link in Action Cable guides and readme [ci skip]Greg Molnar2018-10-081-1/+1
* Update link for `Rack socket hijacking API`nisusam2018-09-041-2/+2
* Fix typos and add a few suggestionsFatos Morina2017-11-281-1/+1
* Removed deprected evented redis adapterRafael Mendonça França2017-10-231-1/+1
* Fix quotes [ci skip]Yauheni Dakuka2017-09-181-2/+2
* Update MIT licenses link [ci skip]Yoshiyuki Hirano2017-08-221-1/+1
* [ci skip] Prefer cookies.encrypted over signed (#30129)Claudio B2017-08-071-1/+1
* Use `require_relative` instead of `require` with full pathbogdanvlviv2017-06-141-1/+1
* Define path with __dir__bogdanvlviv2017-05-231-1/+1
* Rename local variable name `current_user` to `verified_user` [ci skip]Ryuta Kamizono2017-03-251-2/+2
* Revert "Merge pull request #28569 from HarryCollins/patch-1"Kasper Timm Hansen2017-03-251-1/+1
* Update Action Cable README.md - typo fixHarryCollins2017-03-251-1/+1
* Merge pull request #25626 from maclover7/jm-standardize-ac-readmeRafael França2017-01-031-0/+9
|\
| * Standardize Action Cable README.mdJon Moss2016-07-021-0/+9
* | Privatize unneededly protected methods in Action CableAkira Matsuda2016-12-241-1/+1
* | Permit same-origin connections by defaultMatthew Draper2016-10-111-4/+9
* | Merge pull request #26568 from skateman/cable-sameorigin-as-hostMatthew Draper2016-10-111-0/+5
|\ \
| * | Optionally allow ActionCable requests from the same host as originDávid Halász2016-09-211-0/+5
| |/
* / Change page:change to turbolinks:load in README.md [ci skip]kenta-s2016-10-051-1/+1
|/
* 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
* | 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
* | | 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
|/ /
* | fix grammarRajat Bansal2016-05-311-1/+1
* | Bash markdown syntaxAnubhav Saxena2016-05-271-1/+1
|/
* change cable.coffee to cable.js [ci skip]yuuji.yaginuma2016-05-071-5/+10
* http --> httpsJon Moss2016-05-061-1/+1
* [ci skip] Fix ActionCable READMEwillnet2016-05-021-1/+1
* Merge pull request #24600 from tomkadwill/action-cabel-channel-typosVipul A M2016-04-181-1/+1
|\
| * Fix typos in ActionCable Channel [ci skip]Tom Kadwill2016-04-181-1/+1
* | update example to specify the Action Cable mount path [ci skip]yuuji.yaginuma2016-04-151-4/+4
|/
* Remove inconsistency in the Action Cable README [ci skip]Bouke van der Bijl2016-02-291-6/+2
* Add small Action Cable documentation fixesHayley Anderson2016-02-271-5/+5
* Action Cable readme fix [ci skip]Mehmet Emin İNAÇ2016-02-231-4/+4
* Full Action Cable documentation read throughJon Moss2016-02-171-12/+12
* Merge pull request #23546 from maclover7/cable-readme-updateJon Moss2016-02-111-8/+7
|\
| * ActionCable README updatesJon Moss2016-02-081-8/+7
* | Fix tiny grammar.Mawueli Kofi Adzoe2016-02-091-1/+1
* | Fix typo [ci skip]Ryuta Kamizono2016-02-091-1/+1
|/
* Merge pull request #23556 from y-yagi/remove_faye-websocket_from_readmeप्रथमेश Sonpatki2016-02-081-1/+1
|\
| * remove `faye-websocket` dependency from README [ci skip]yuuji.yaginuma2016-02-081-1/+1
* | config examples for ActionCable now use Rails.application.config.action_cableDaniel Fox2016-02-071-3/+3
|/
* Document the fact that Action Cable does not require a multi-threaded app serverHongli Lai (Phusion)2016-02-031-2/+11