rails/actioncable
Hartley McGuire 07405c7b62
Fix markup directive in Action Cable templates
When converting Action Cable docs from RDoc to Markdown, these two
templates were accidentally included in the list of files converted (and
the `:markup:` directive added) because they incorrectly had an `.rb`
extension instead of `.rb.tt`.

This commit fixes the extension and removes the `:markup:` directive.
2024-06-30 19:37:35 -04:00
..
app chore(deps-dev): update eslint from 4.3.0 to 8.40.0 2024-05-23 14:23:15 +09:00
bin Use frozen string literal in actioncable/ 2017-07-23 23:30:29 +03:00
lib Fix markup directive in Action Cable templates 2024-06-30 19:37:35 -04:00
test Improve ActionCable TestCookieJar interface 2024-05-28 20:09:39 +00:00
.babelrc Convert ActionCable javascript to ES2015 modules with modern build environment 2018-11-02 08:41:05 -07:00
.eslintrc Output Action Cable JS without transpiling and as ESM (#42856) 2021-08-06 14:00:43 +02:00
.gitignore Ensure @rails/actioncable package contains complete source 2019-08-15 09:19:59 -04:00
actioncable.gemspec Bump the required Ruby version to 3.1.0 2023-12-31 08:54:03 +01:00
CHANGELOG.md Clean CHANGELOG for 8.0 2024-05-13 16:55:52 +00:00
karma.conf.js Output Action Cable JS without transpiling and as ESM (#42856) 2021-08-06 14:00:43 +02:00
MIT-LICENSE Remove Copyright years (#47467) 2023-02-23 11:38:16 +01:00
package.json chore(deps-dev): update eslint from 4.3.0 to 8.40.0 2024-05-23 14:23:15 +09:00
Rakefile Enable Rails minitest plugin in our rake tasks 2024-05-23 16:16:37 +00:00
README.md 🔗 Remove RDoc auto-link from Rails module everywhere 2023-06-23 10:49:30 +09:00
rollup.config.js remove unknown rollup input option breakOnWarning 2024-02-10 14:05:39 +01:00
rollup.config.test.js Output Action Cable JS without transpiling and as ESM (#42856) 2021-08-06 14:00:43 +02:00

Action Cable Integrated WebSockets for \Rails

Action Cable seamlessly integrates WebSockets with the rest of your \Rails application. It allows for real-time features to be written in Ruby in the same style and form as the rest of your \Rails application, while still being performant and scalable. It's a full-stack offering that provides both a client-side JavaScript framework and a server-side Ruby framework. You have access to your full domain model written with Active Record or your ORM of choice.

You can read more about Action Cable in the Action Cable Overview guide.

Support

API documentation is at:

Bug reports for the Ruby on \Rails project can be filed here:

Feature requests should be discussed on the rails-core mailing list here: