0.27
A long-lived project that still receives updates
AnyCable integration for Rails
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.1
>= 1.10
~> 13.0
>= 4.0.0
>= 1.0
>= 0

Runtime

 Project Readme

Gem Version Build Documentation

AnyCable SDK for Ruby on Rails

AnyCable is an open-source language-agnostic realtime server for reliable two-way communication over WebSockets and SSE. This repository contains code for AnyCable Rails SKD that allows you to use AnyCable as a drop-in replacement for Action Cable.

๐ŸŒ Website ยท ๐Ÿ“š Documentation ยท ๐Ÿ’พ Example Rails Application

Quick Start

Add anycable-rails gem to your Gemfile:

gem "anycable-rails"

Then run our interactive setup command:

bundle exec rails g anycable:setup

Learn more here.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/anycable/anycable-rails.

License

The gem is available as open source under the terms of the MIT License.

Security Contact

To report a security vulnerability, please contact us at anycable@evilmartians.com. We will coordinate the fix and disclosure.