class
Importance_1
Ruby on Rails latest stable (v7.1.3.2) - 0 notes - Superclass: Async

Not found

The exact documentation you were looking for could not be found. Here is the best guess.

Test adapter for Action Cable

The test adapter should be used only in testing. Along with ActionCable::TestHelper it makes a great tool to test your Rails application.

To use the test adapter set adapter value to test in your config/cable.yml file.

NOTE: Test adapter extends the +ActionCable::SubscriptionAdapter::Async+ adapter, so it could be used in system tests too.

Show files where this class is defined (1 file)
Register or log in to add new notes.