Sha256: a324448b3beb9e78c85e04838ca901029faca4f9ada071b22a8c48f01fe81bc2
Contents?: true
Size: 482 Bytes
Versions: 1
Compression:
Stored size: 482 Bytes
Contents
# Action Cable Next This gem provides the functionality of the _server adapterization_ PR: [rails/rails#50979](https://github.com/rails/rails/pull/50979). See the PR description for more information on the purpose of this refactoring. ## Usage Add this line to your application's Gemfile **before Rails or Action Cable**: ```ruby gem "actioncable-next" gem "rails", "~> 7.0" ``` Then, you can use Action Cable as before. Under the hood, the new implementation would be used.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
actioncable-next-0.1.0 | README.md |