action-cable-patterns

Installation
SKILL.md

Action Cable Patterns for Rails 8

Overview

Action Cable integrates WebSockets with Rails:

  • Real-time updates without polling
  • Server-to-client push notifications
  • Chat and messaging features
  • Live dashboards and feeds

Quick Start

# config/cable.yml
development:
  adapter: async

test:
  adapter: test
Related skills

More from dchuk/rails_ai_agents

Installs
2
First Seen
Feb 13, 2026