1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Commit graph

10 commits

Author SHA1 Message Date
Santosh Wadghule
4300213c01 Remove extra 'the' and unwanted comma [ci skip] 2016-03-08 15:40:29 +05:30
Prathamesh Sonpatki
e700f8ebfb Fix formatting in Action Cable guide [ci skip] 2016-02-28 20:49:16 +05:30
Prathamesh Sonpatki
4213825a9a Fix merge conflict in Action Cable guide [ci skip] 2016-02-28 20:16:56 +05:30
David Heinemeier Hansson
2b5d784583 Further cleanup of the cable guide 2016-02-28 15:40:27 +01:00
Prathamesh Sonpatki
2ff63580fe Fix typos in Action Cable guide [ci skip] 2016-02-28 19:42:39 +05:30
David Kuhta
6b515171a8 Header Typo 2016-02-23 21:36:37 -06:00
David Kuhta
f04874f31c stream_for example 2016-02-23 21:05:46 -06:00
David Kuhta
a946f3930b Explicitly denote that channel.rb is a default file. 2016-02-23 20:35:53 -06:00
David Kuhta
e39d8dd506 Change ActionCable.server.broadcast to XChannel.broadcast_to
Using broadcast directly off server is not recommended
2016-02-23 20:21:05 -06:00
David Kuhta
55d9a70634 Create action_cable_overview.md resolves #23176 [ci skip]
Rails Guide for Action Cable

Added content from README

Pull additional information from Action Cable README and restructured Client/Server elements

Update to list numbering

Switched from list numbers to headings in the examples
Change AppearancesChannel to AppearanceChannel

Word missing

fixed missing word.

Removed Mistaken nesting of Channel class

Removed nesting of ChatChannel and AppearanceChannel from within ApplicationChannel Module. (Copy&Paste error)

Incorporated first round of comments

1. Capitalize "action cable"
2. Separated "Consumers require... via JavaScript" into two sentences
3. Minor typographical correction (remember...)
4. Extra backtick
5. Revised text which implied Redis was the exclusive storage adapter to reflect it's position as default.
6. Revised reference to denote correct config file location: config/cable.yml
7. Added adapter: redis to environment configuration blocks
8. Capitalized "R" for "Rack"
9. Revised syntax for routing to reflect the hash syntax. (to: NOT :to =>)
10. Removed reference to Action Cable being separate from Rails.
11. Began revision for adapter API [I believe this requires a reformatting of the 'Redis' portion of the configuration section to simply "Storage Adapters"]
12. Celluloid -> Concurrent-ruby

Moved errant grave mark [ci skip]

Reordered "In App" above "Standalone" [ci skip]

Reordered to reflect "In App" as preferable to "Standalone"

Action Cable Deployment [ci skip]

Removed paragraph that alludes to Action Cable not being able to run in the same process as Rails.

Removed EM reference and updated deployment [ci skip]

Removed explicit multi-threaded server dependency reference [ci skip]

Revised Configuration and fixed typos [ci skip]

Switched Lifecycle Graphic for Detailed Description [ci skip]

Switched from Lifecycle graphic to detailed description to facilitate revision and maintainability in the future.

Capitalized Heading (typo) [ci skip]

Implemented merged commits from README [ci skip]

Pulled over all (or at least I believe all) merged commits from README. (Dec 14, 2015 - Feb 11, 2016)

Editorial - Capitalize WebSockets [ci skip]

Reformated lines to ~75 characters [ci skip]
2016-02-14 14:04:41 -06:00