Sha256: 8e30a9d3e58b613f963d1ed5fb231474f88e7d290dcde6ceb9db83b83a3a8d0a

Contents?: true

Size: 549 Bytes

Versions: 10

Compression:

Stored size: 549 Bytes

Contents

# Async adapter only works within the same process, so for manually triggering cable updates from a console,
# and seeing results in the browser, you must do so from the web console (running inside the dev process),
# not a terminal started via bin/rails console! Add "console" to any action or any ERB template view
# to make the web console appear.
development:
  adapter: async

test:
  adapter: test

production:
  adapter: solid_cable
  connects_to:
    database:
      writing: cable
  polling_interval: 0.1.seconds
  message_retention: 1.day

Version data entries

10 entries across 9 versions & 5 rubygems

Version Path
clerk-sdk-ruby-4.0.0.beta4 apps/rails-full/config/cable.yml
clerk-sdk-ruby-4.0.0.beta4 apps/rails-api/config/cable.yml
skywalking-0.0.0.alpha examples/rails-demo/config/cable.yml
solid_cable-3.0.5 lib/generators/solid_cable/install/templates/config/cable.yml
superfast-0.1.0 config/cable.yml
solid_cable-3.0.4 lib/generators/solid_cable/install/templates/config/cable.yml
solid_cable-3.0.3 lib/generators/solid_cable/install/templates/config/cable.yml
dryer-config-8.0.0 config/cable.yml
solid_cable-3.0.2 lib/generators/solid_cable/install/templates/config/cable.yml
solid_cable-3.0.1 lib/generators/solid_cable/install/templates/config/cable.yml