rails--rails/actioncable
Rafael França 1eade80dd6
Merge pull request #39123 from tannakartikey/actioncable_logger_docs
Added docs for client-side logger
2020-07-06 14:28:43 -04:00
..
app Added an example of logging 2020-07-06 23:32:55 +05:30
bin
lib Address to false negative for Performance/DeletePrefix,DeleteSuffix 2020-06-14 13:04:47 +09:00
test Use indifferent access for config hash in actioncable postgresql test 2020-06-10 13:52:43 +01:00
.babelrc
.eslintrc
.gitignore
CHANGELOG.md add rescue_with support to ActionCable::Connection::Base 2020-03-20 14:49:38 -07:00
MIT-LICENSE
README.md Update the Rails mailing list URLs to new discuss discourse URL [ci skip] 2020-04-02 22:00:28 +05:30
Rakefile
actioncable.gemspec Update the Rails mailing list URLs to new discuss discourse URL [ci skip] 2020-04-02 22:00:28 +05:30
karma.conf.js
package.json
rollup.config.js
rollup.config.test.js

README.md

Action Cable Integrated WebSockets for Rails

Action Cable seamlessly integrates WebSockets with the rest of your Rails application. 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 domain model written with Active Record or your ORM of choice.

You can read more about Action Cable in the Action Cable Overview guide.

Support

API documentation is at:

Bug reports for the Ruby on Rails project can be filed here:

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