rails--rails/actioncable
Carlos Antonio da Silva ca06a9ff41 Refactor to use `model` instead of `record` as argument in Action Cable
We refer to `model` elsewhere in Action Cable's  implementation, so use
the same in `stream_or_reject_for` as well to keep the consistency.

Simplify the docs for the method to remove the usage "intention"
(that's not up to us) and mention it rejects the "subscription", not
the "connection".
2021-02-25 11:21:19 -03:00
..
app
bin
lib Refactor to use `model` instead of `record` as argument in Action Cable 2021-02-25 11:21:19 -03:00
test
.babelrc
.eslintrc
.gitignore
CHANGELOG.md
MIT-LICENSE
README.md
Rakefile
actioncable.gemspec
karma.conf.js
package.json
rollup.config.js
rollup.config.test.js

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: