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
Installs
2
First Seen
Feb 13, 2026
action-cable-patterns — dchuk/rails_ai_agents