🚧 RabbitMQ adabter for ActionCable using Bunny gem
Add this line to your application's Gemfile:
gem 'action-cable-bunny'
And then execute:
bundle
# config/cable.yml
bunny: &bunny
adapter: bunny
production: *bunny
development: *bunny
After checking out the repo, run bundle install
to install dependencies. Then, run bundle exec rake
to run the tests.
Bug reports and pull requests are welcome on GitHub at github.com/kylewelsby/action-cable-bunny. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
Everyone interacting in the project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.
The gem is available as open source under the terms of the MIT License.