From d0b221ff9c08ba08603897077523777cf45c8c25 Mon Sep 17 00:00:00 2001 From: ihabadham Date: Sun, 21 Sep 2025 20:02:57 +0300 Subject: [PATCH 1/2] Fix broken RSC documentation link in Pro docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The link to react-server-components.md was broken after it was deleted and its content was merged into major-performance-breakthroughs-upgrade-guide.md in commit 30a41c1f. This updates the link to point to the correct file which contains all the original RSC content plus additional performance improvements documentation. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- docs/react-on-rails-pro/react-on-rails-pro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/react-on-rails-pro/react-on-rails-pro.md b/docs/react-on-rails-pro/react-on-rails-pro.md index 34265fa500..151cef57a8 100644 --- a/docs/react-on-rails-pro/react-on-rails-pro.md +++ b/docs/react-on-rails-pro/react-on-rails-pro.md @@ -22,7 +22,7 @@ See https://www.shakacode.com/react-on-rails-pro/docs/. ### Pro: React Server Components -See the [announcement here](./react-server-components.md). +See the [performance breakthroughs guide here](./major-performance-breakthroughs-upgrade-guide.md). Yes! Big performance gains for the newest React features! From 56a5e358d0dd70efc46e34d9a86ade88990dd82e Mon Sep 17 00:00:00 2001 From: ihabadham Date: Sun, 21 Sep 2025 20:23:44 +0300 Subject: [PATCH 2/2] Update Gemfile.lock to match version 16.0.1.rc.2 Fixes CI failures by updating the lockfile to match the current gem version after rebasing onto master. --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index ae5aea02cd..edf0dcbc8f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - react_on_rails (16.0.1.rc.0) + react_on_rails (16.0.1.rc.2) addressable connection_pool execjs (~> 2.5)