2015-12-21 04:05:28 -05:00
|
|
|
|
# Action Cable – Integrated WebSockets for Rails
|
2015-07-08 10:10:28 -04:00
|
|
|
|
|
2015-10-16 02:25:54 -04:00
|
|
|
|
Action Cable seamlessly integrates WebSockets with the rest of your Rails application.
|
2015-07-08 10:10:28 -04:00
|
|
|
|
It allows for real-time features to be written in Ruby in the same style
|
|
|
|
|
and form as the rest of your Rails application, while still being performant
|
|
|
|
|
and scalable. It's a full-stack offering that provides both a client-side
|
|
|
|
|
JavaScript framework and a server-side Ruby framework. You have access to your full
|
2015-12-17 09:00:19 -05:00
|
|
|
|
domain model written with Active Record or your ORM of choice.
|
2015-07-08 10:10:28 -04:00
|
|
|
|
|
2019-01-13 14:31:43 -05:00
|
|
|
|
You can read more about Action Cable in the [Action Cable Overview](https://edgeguides.rubyonrails.org/action_cable_overview.html) guide.
|
2015-07-08 10:10:28 -04:00
|
|
|
|
|
|
|
|
|
## Support
|
|
|
|
|
|
2015-12-21 14:31:32 -05:00
|
|
|
|
API documentation is at:
|
2015-07-08 10:10:28 -04:00
|
|
|
|
|
2019-03-08 06:36:16 -05:00
|
|
|
|
* https://api.rubyonrails.org
|
2015-12-21 14:31:32 -05:00
|
|
|
|
|
2017-11-28 13:27:43 -05:00
|
|
|
|
Bug reports for the Ruby on Rails project can be filed here:
|
2015-12-21 14:31:32 -05:00
|
|
|
|
|
|
|
|
|
* https://github.com/rails/rails/issues
|
|
|
|
|
|
|
|
|
|
Feature requests should be discussed on the rails-core mailing list here:
|
|
|
|
|
|
|
|
|
|
* https://groups.google.com/forum/?fromgroups#!forum/rubyonrails-core
|