aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #24991 from maclover7/actioncable-npm-docsVipul A M2016-06-291-0/+68
|\ | | | | Add documentation about Action Cable npm package
| * Add documentation about Action Cable npm packageJon Moss2016-05-261-0/+68
| | | | | | | | | | | | | | | | Sorry, forgot to include in my main PR :( [ci skip] [Jon Moss, Zach Schneider]
* | 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
|\ \ | | | | | | | | | | | | Conflicts: actioncable/README.md
| * | 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
| | | | | | | | | | | | | | | - Only Action Cable README did not have this section, all of the other READMEs have this section.
* | | Trim Action Cable README [ci skip]Prathamesh Sonpatki2016-06-041-161/+0
|/ / | | | | | | | | | | - Remove "Configuration", "Running the server", "Dependencies" and "Deployment" sections from the Action Cable README as they are already duplicated in the Action Cable overview guide.
* | fix grammarRajat Bansal2016-05-311-1/+1
| |
* | Bash markdown syntaxAnubhav Saxena2016-05-271-1/+1
|/ | | Added 'sh' for markdown formatting as bash.
* change cable.coffee to cable.js [ci skip]yuuji.yaginuma2016-05-071-5/+10
| | | | | In #23935, cable file was to be provided by the javascript instead of coffeescript, doc was also been modified to use javascript.
* http --> httpsJon Moss2016-05-061-1/+1
| | | | [ci skip]
* [ci skip] Fix ActionCable READMEwillnet2016-05-021-1/+1
| | | | default worker pool size was changed from 100 to 4 at #24376
* Merge pull request #24600 from tomkadwill/action-cabel-channel-typosVipul A M2016-04-181-1/+1
|\ | | | | Fix typos in ActionCable Channel [ci skip]
| * 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
|/ | | | Follow up to 8b69f1e
* 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
| | | | | * Fix typos/grammar errors * Make capitalization/naming consistent
* 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
| | | | | | | | | This PR checks all active Action Cable documentation for typos and other fixes. It aims to make sure that when Rails 5 is released, that the Action Cable docs are up to snuff with the other documentation included with Rails. [ci skip]
* Merge pull request #23546 from maclover7/cable-readme-updateJon Moss2016-02-111-8/+7
|\ | | | | ActionCable README updates
| * ActionCable README updatesJon Moss2016-02-081-8/+7
| | | | | | | | [ci skip]
* | 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]
| * remove `faye-websocket` dependency from README [ci skip]yuuji.yaginuma2016-02-081-1/+1
| | | | | | | | `faye-websocket` gem is no longer used from 322dca293b3716ccaa09e7e82046e539b0d2ffda.
* | config examples for ActionCable now use Rails.application.config.action_cableDaniel Fox2016-02-071-3/+3
|/ | | | | | | | | | | Some existing examples used ActionCable.server.config but for configuring allowed_request_origins that is overridden in development mode. The correct place to set that is Rails.application.config.action_cable which the ActionCable initializer loads from. I thought the other two examples should be changed as well just in case a default value that would override a configured value is introduced for either log_tags or disable_request_forgery_protection in the future.
* Document the fact that Action Cable does not require a multi-threaded app serverHongli Lai (Phusion)2016-02-031-2/+11
| | | | [ci skip]
* remove require loggingKesha Antonov2016-01-291-2/+0
|
* [ci skip] Don’t explicitly mention EventMachineclaudiob2016-01-251-5/+4
| | | | | | | | | | Since #23152 eliminated the EventMachine dependency, we don’t need to explicitly mention EventMachine. Nevertheless, I'm not 100% sure about saying "the websocket-driver loop" driver… any suggestions, @matthewd or @pixeltrix ? :sweat_smile: [ci skip]
* fix path of Action Cable configuration file [ci skip]yuuji.yaginuma2016-01-231-2/+2
| | | | This changed in #22950.
* Move ApplicationCable::Channel section of readmeDerek Kniffin2016-01-221-7/+7
| | | I believe the paragraph starting with "This relies" belongs with the one above it.
* Merge pull request #23096 from HayleyCAnderson/ha-action-cable-docsJon Moss2016-01-181-20/+31
|\ | | | | [ci skip] Improve Action Cable configuration explanations
| * Improve Action Cable configuration explanationsHayley Anderson2016-01-181-20/+31
| | | | | | | | | | | | | | | | * Clarify wording around how defaults work * Clarify wording around what formatting versus information is required * Separate consumer configuration section since it is important and wordy * Add additional explanation of options for setting consumer configuration * Consolidate consumer configuration information to reduce confusion
* | Revert "Merge pull request #22977 from rails/revert-22934-master"David Heinemeier Hansson2016-01-161-1/+1
|/ | | | | This reverts commit d0393fccffc118a5de37654aa222774b66123393, reversing changes made to 3b7ccadfc1c8dfec61af898167e1300b17f5cf25.
* Revert "Move async execution from celluloid to concurrent-ruby"David Heinemeier Hansson2016-01-081-1/+1
|
* Remove celluloid referencesMike Perham2016-01-051-1/+1
|
* [ci skip] Steal `ActionCable.server` mounting from routes template.Kasper Timm Hansen2015-12-221-2/+2
| | | | | Mounting it as prescribed here: https://github.com/rails/rails/blob/0d1d50c2db40ea1a9d3bebfb0c35da43bbd4d27f/railties/lib/rails/generators/rails/app/templates/config/routes.rb#L5
* Update "Support" in ActionCable README [ci skip]Robert Eshleman2015-12-211-2/+10
| | | | | * Add link to API documentation * Link to issue tracker for rails/rails (instead of rails/actioncable) * Add link to rails-core mailing list for feature requests
* One long dash in headline.henning mueller2015-12-211-1/+1
|
* Use default cable path in (in-app) server config example.henning mueller2015-12-211-3/+3
|
* Replaced "Cable" by "ActionCable" in CoffeeScript examples.henning mueller2015-12-211-2/+2
|
* docs, follow up to #22699. [ci skip]Yves Senn2015-12-191-2/+2
|
* Update README.mdOleg Motenko2015-12-191-1/+1
|
* Stray lineDavid Heinemeier Hansson2015-12-181-1/+2
|
* SimplifyDavid Heinemeier Hansson2015-12-181-9/+2
|
* Now available in action_cableDavid Heinemeier Hansson2015-12-181-2/+2
|
* [ci skip] Fix grammarAkshay Vishnoi2015-12-181-3/+3
|
* Update README.mdXavier Noria2015-12-171-1/+1
| | | ActiveRecord -> Active Record [ci skip]
* Configure the Action Cable's redis in the engineRafael Mendonça França2015-12-151-1/+1
| | | | This will decouple Action Cable from Rails.