rails--rails/actioncable
Rafael Mendonça França d177551c30
Preparing for 7.0.0.alpha2 release
2021-09-15 18:22:51 -04:00
..
app Output Action Cable JS without transpiling and as ESM (#42856) 2021-08-06 14:00:43 +02:00
bin
lib Preparing for 7.0.0.alpha2 release 2021-09-15 18:22:51 -04:00
test Update guide and actioncable tests to use appropriate concurrent-ruby class 2021-09-15 17:50:49 +02:00
.babelrc
.eslintrc Output Action Cable JS without transpiling and as ESM (#42856) 2021-08-06 14:00:43 +02:00
.gitignore
CHANGELOG.md Preparing for 7.0.0.alpha2 release 2021-09-15 18:22:51 -04:00
MIT-LICENSE
README.md
Rakefile
actioncable.gemspec
karma.conf.js Output Action Cable JS without transpiling and as ESM (#42856) 2021-08-06 14:00:43 +02:00
package.json Preparing for 7.0.0.alpha2 release 2021-09-15 18:22:51 -04:00
rollup.config.js Output Action Cable JS without transpiling and as ESM (#42856) 2021-08-06 14:00:43 +02:00
rollup.config.test.js Output Action Cable JS without transpiling and as ESM (#42856) 2021-08-06 14:00:43 +02:00

README.md

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: