README.md 950 字节
Newer Older
H
henning mueller 已提交
1
# Action Cable – Integrated WebSockets for Rails
2

3
Action Cable seamlessly integrates WebSockets with the rest of your Rails application.
4 5 6 7
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
X
Xavier Noria 已提交
8
domain model written with Active Record or your ORM of choice.
9

10
You can read more about Action Cable in the [Action Cable Overview](https://edgeguides.rubyonrails.org/action_cable_overview.html) guide.
11 12 13

## Support

14
API documentation is at:
15

16
* https://api.rubyonrails.org
17

F
Fatos Morina 已提交
18
Bug reports for the Ruby on Rails project can be filed here:
19 20 21 22 23

* https://github.com/rails/rails/issues

Feature requests should be discussed on the rails-core mailing list here:

24
* https://discuss.rubyonrails.org/c/rubyonrails-core