# cable_ready **Repository Path**: mirrors_grncdr/cable_ready ## Basic Information - **Project Name**: cable_ready - **Description**: Real-time changes in the browser, controlled by server-side Ruby. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-27 - **Last Updated**: 2026-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Welcome to CableReady 👋

downloads License: MIT Lines of Code Documentation
semantic-release Ruby Code Style JavaScript Code Style
Code Quality Prettier-Standard StandardRB


CableReady helps you create great real-time user experiences by making it simple to trigger client-side DOM changes from server-side Ruby. It establishes a standard for interacting with the client via ActionCable web sockets. No need for custom JavaScript. Please read the official [ActionCable docs](http://guides.rubyonrails.org/action_cable_overview.html) to learn more about ActionCable before proceeding. ## 📚 Docs - [Official Documentation](https://cableready.stimulusreflex.com) - [Documentation Source Code](https://github.com/stimulusreflex/cable_ready/tree/master/docs) ## 💙 Community - [Discord](https://discord.gg/stimulus-reflex) - primary support channel ## 🚀 Install ```sh bundle add cable_ready && yarn add cable_ready ``` Checkout the [documentation](https://cableready.stimulusreflex.com) to continue! ## 🙏 Contributing ### Code of Conduct Everyone interacting with CableReady is expected to follow the [Code of Conduct](CODE_OF_CONDUCT.md) ### Coding Standards This project uses [Standard](https://github.com/testdouble/standard) and [prettier-standard](https://github.com/sheerun/prettier-standard) to minimize bike shedding related to code formatting. Please run `./bin/standardize` prior submitting pull requests. ### 📦 Releasing 1. Make sure that you run `yarn` and `bundle` to pick up the latest. 1. Bump version number at `lib/cable_ready/version.rb`. Pre-release versions use `.preN` 1. Run `rake build` 1. Commit and push changes to github 1. Run `rake release` 1. Run `yarn publish --no-git-tag-version` 1. Yarn will prompt you for the new version. Pre-release versions use `-preN` 1. Run `GITHUB_CHANGELOG_GENERATOR_TOKEN=SECRET rake changelog` 1. Commit and push changes to github ## 📝 License CableReady is released under the [MIT License](LICENSE.txt).