From bbd50fa39c3bdc79333d0c2ca21fcd874d3123ca Mon Sep 17 00:00:00 2001 From: Roman Samoilov <2270393+rsamoilov@users.noreply.github.com> Date: Thu, 5 Sep 2024 17:18:05 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e3d42075..dbf38180 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ Also, see the following integration guides: - [Rails integration](https://github.com/rage-rb/rage/wiki/Rails-integration) - [RSpec integration](https://github.com/rage-rb/rage/wiki/RSpec-integration) +- [WebSockets guide](https://github.com/rage-rb/rage/wiki/WebSockets-guide) If you are a first-time contributor, make sure to check the [overview doc](https://github.com/rage-rb/rage/blob/master/OVERVIEW.md) that shows how Rage's core components interact with each other. @@ -172,8 +173,8 @@ Status | Changes :white_check_mark: | ~~Automatic code reloading in development with Zeitwerk.~~ :white_check_mark: | ~~Support conditional get with `etag` and `last_modified`.~~ :white_check_mark: | ~~Expose the `cookies` and `session` objects.~~ +:white_check_mark: | ~~Implement Iodine-based equivalent of Action Cable.~~ ⏳ | Expose the `send_data` and `send_file` methods. -⏳ | Implement Iodine-based equivalent of Action Cable. ## Development