rails/guides/source
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
..
kindle Fixed unclosed tags in kindle guide source [ci skip] 2015-09-19 12:15:34 +05:30
_license.html.erb [ci skip] Update guides license to CC BY-SA 4.0 International. 2014-05-02 18:49:37 +08:00
_welcome.html.erb let the guides home point to the new release series endpoints [ci skip] 2015-09-18 12:27:31 -07:00
2_2_release_notes.md - Changed IN to ON in markdown renderer condition 2015-01-14 11:52:13 +05:30
2_3_release_notes.md Updated MySQL documentation link to MySQL latest version 5.6 everywhere [ci skip] 2015-03-19 22:11:18 +05:30
3_0_release_notes.md Updated bundler link [ci skip] 2015-06-15 08:31:28 +09:00
3_1_release_notes.md Updated bundler link [ci skip] 2015-06-15 08:31:28 +09:00
3_2_release_notes.md Replace an UNIQUE with a UNIQUE as UNIQUE doesn't have a vowel sound [ci skip] 2015-10-07 23:05:01 +05:30
4_0_release_notes.md Updated bundler link [ci skip] 2015-06-15 08:31:28 +09:00
4_1_release_notes.md [ci skip] Fix table of 4_1_release_notes.md 2015-02-28 18:24:15 +09:00
4_2_release_notes.md Revert "[ci skip] removed extra comma" 2015-10-22 20:48:54 +02:00
action_cable_overview.md Create action_cable_overview.md resolves #23176 [ci skip] 2016-02-14 14:04:41 -06:00
action_controller_overview.md Refer to rails command instead of rake in a bunch of places 2015-12-18 13:01:10 +01:00
action_mailer_basics.md Refer to rails command instead of rake in a bunch of places 2015-12-18 13:01:10 +01:00
action_view_overview.md ApplicationRecord documentation pass 2015-12-17 11:56:35 +01:00
active_job_basics.md Fixed wording. 2015-11-08 20:38:13 -05:00
active_model_basics.md Refer to rails command instead of rake in a bunch of places 2015-12-18 13:01:10 +01:00
active_record_basics.md Refer to rails command instead of rake in a bunch of places 2015-12-18 13:01:10 +01:00
active_record_callbacks.md Introduce ApplicationRecord, an Active Record layer supertype 2015-12-16 10:30:09 +01:00
active_record_migrations.md Refer to rails command instead of rake in a bunch of places 2015-12-18 13:01:10 +01:00
active_record_postgresql.md Introduce ApplicationRecord, an Active Record layer supertype 2015-12-16 10:30:09 +01:00
active_record_querying.md Introduce ApplicationRecord, an Active Record layer supertype 2015-12-16 10:30:09 +01:00
active_record_validations.md Introduce ApplicationRecord, an Active Record layer supertype 2015-12-16 10:30:09 +01:00
active_support_core_extensions.md ApplicationRecord documentation pass 2015-12-17 11:56:35 +01:00
active_support_instrumentation.md Merge branch 'master' of github.com:rails/docrails 2015-10-31 17:01:41 +00:00
api_app.md Refer to rails command instead of rake in a bunch of places 2015-12-18 13:01:10 +01:00
api_documentation_guidelines.md Refer to rails command instead of rake in a bunch of places 2015-12-18 13:01:10 +01:00
asset_pipeline.md Refer to rails command instead of rake in a bunch of places 2015-12-18 13:01:10 +01:00
association_basics.md ApplicationRecord documentation pass 2015-12-17 11:56:35 +01:00
autoloading_and_reloading_constants.md ApplicationRecord documentation pass 2015-12-17 11:56:35 +01:00
caching_with_rails.md ApplicationRecord documentation pass 2015-12-17 11:56:35 +01:00
command_line.md Revert "removing Rack::Runtime from the default stack." 2015-10-03 14:21:31 -07:00
configuring.md let config.file_watcher be the way to enable the evented file watcher 2015-12-13 18:47:42 +01:00
contributing_to_ruby_on_rails.md fix links to code of conduct [ci skip] 2015-12-11 09:05:56 +09:00
credits.html.erb Ryan Bigg has changed jobs. 2015-07-27 15:17:01 +10:00
debugging_rails_applications.md ApplicationRecord documentation pass 2015-12-17 11:56:35 +01:00
development_dependencies_install.md [ci skip] fix invalid package name for libmysqlclient-dev 2015-09-02 18:30:03 +09:00
documents.yaml Publish the "Caching with Rails" guide [ci skip] 2015-07-28 23:20:23 +02:00
engines.md Introduce ApplicationRecord, an Active Record layer supertype 2015-12-16 10:30:09 +01:00
form_helpers.md ApplicationRecord documentation pass 2015-12-17 11:56:35 +01:00
generators.md cherry-pick test and source doc from #20050 2015-06-25 15:25:49 +09:00
getting_started.md ApplicationRecord documentation pass 2015-12-17 11:56:35 +01:00
i18n.md ApplicationRecord documentation pass 2015-12-17 11:56:35 +01:00
index.html.erb Guides: output valid HTML5 2014-05-05 17:42:04 -04:00
initialization.md Merge branch 'rails-rake-proxy' 2015-12-13 21:44:03 +01:00
layout.html.erb remove ecosystem link that is broken 2014-05-18 19:17:09 +05:30
layouts_and_rendering.md Deprecate redirect_to :back 2015-12-16 11:42:25 -05:00
maintenance_policy.md - Changed IN to ON in markdown renderer condition 2015-01-14 11:52:13 +05:30
nested_model_forms.md ApplicationRecord documentation pass 2015-12-17 11:56:35 +01:00
plugins.md Introduce ApplicationRecord, an Active Record layer supertype 2015-12-16 10:30:09 +01:00
profiling.md - Changed IN to ON in markdown renderer condition 2015-01-14 11:52:13 +05:30
rails_application_templates.md add description of passing a block to add_source [ci skip] 2015-09-10 21:12:11 +09:00
rails_on_rack.md Replace serve_static_files mentions in docs. 2015-11-04 22:40:58 +01:00
routing.md ApplicationRecord documentation pass 2015-12-17 11:56:35 +01:00
ruby_on_rails_guides_guidelines.md Update instructions to build guides locally [ci skip] 2015-04-28 15:33:13 +03:00
security.md ApplicationRecord documentation pass 2015-12-17 11:56:35 +01:00
testing.md ApplicationRecord documentation pass 2015-12-17 11:56:35 +01:00
upgrading_ruby_on_rails.md Fix section about ApplicationRecord in upgrading guide [ci skip] 2015-12-17 19:07:03 +05:30
working_with_javascript_in_rails.md Fix paintIt method in JavaScript guides [ci skip] 2015-12-13 09:20:54 +05:30