rails--rails/actioncable
Jonathan Hefner 25ae059d16 Fix clear_all_connections! deprecation warning
This fixes the following warning when running Action Cable tests:

  ```
  DEPRECATION WARNING: Calling `ActiveRecord::Base.clear_all_connections! is deprecated. Please call the method directly on the connection handler; for example: `ActiveRecord::Base.connection_handler.clear_all_connections!`.
  ```
2022-10-25 15:01:42 -05:00
..
app Fix #45738 2022-09-25 14:57:32 +02:00
bin
lib Merge pull request #45469 from skryukov/docs-for-action-cable-channel-callbacks [ci-skip] 2022-10-18 21:28:52 +02:00
test Fix clear_all_connections! deprecation warning 2022-10-25 15:01:42 -05:00
.babelrc
.eslintrc
.gitignore
CHANGELOG.md Add CHANGELOG entry for #45738 [ci-skip] (#46056) 2022-09-17 19:34:21 +05:30
MIT-LICENSE Bump license years to 2022 [ci-skip] 2022-01-01 15:22:15 +09:00
README.md
Rakefile
actioncable.gemspec Require Zeitwerk 2.6 2022-06-13 23:43:42 +02:00
karma.conf.js
package.json Start Rails 7.1 development 2021-12-07 15:52:30 +00:00
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: