You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: normalize external GitHub repo slugs in links and generators
Updates stale GitHub repo references across docs, generator templates,
and specs to match the canonical repository slugs:
- react_on_rails_demo_ssr_hmr -> react-on-rails-demo-ssr-hmr
- react_on_rails-demos -> react-on-rails-demos
- react-server-components-marketplace-demo -> react-on-rails-demo-marketplace-rsc
- react-on-rails-migration-example -> react-on-rails-example-migration
Generator templates, demo page config, and the create-react-on-rails-app
smoke-test grep are updated alongside docs so freshly generated apps
link to the correct repos. The main shakacode/react_on_rails repo slug
is intentionally preserved.
Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
Copy file name to clipboardExpand all lines: .claude/docs/analysis/RSPACK_IMPLEMENTATION.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Rspack Generator Option Implementation
2
2
3
-
This document summarizes the implementation of the `--rspack` option for the React on Rails generator, based on the patterns from [PR #20 in react_on_rails-demos](https://github.com/shakacode/react_on_rails-demos/pull/20).
3
+
This document summarizes the implementation of the `--rspack` option for the React on Rails generator, based on the patterns from [PR #20 in react-on-rails-demos](https://github.com/shakacode/react-on-rails-demos/pull/20).
Copy file name to clipboardExpand all lines: NEWS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ _A history of the news. A few bullets at the top will also show on the [README.m
7
7
8
8
-**October 1, 2020**: See the [spec/dummy](https://github.com/shakacode/react_on_rails/tree/main/react_on_rails/spec/dummy) example repo for a simple configuration of Webpack via the rails/webpacker gem
9
9
that supports SSR.
10
-
-**August 2, 2020**: See the example repo of [React on Rails Tutorial With SSR, HMR fast refresh, and TypeScript](https://github.com/shakacode/react_on_rails_demo_ssr_hmr) for a new way to set up the creation of your SSR bundle with `rails/webpacker`.
10
+
-**August 2, 2020**: See the example repo of [React on Rails Tutorial With SSR, HMR fast refresh, and TypeScript](https://github.com/shakacode/react-on-rails-demo-ssr-hmr) for a new way to set up the creation of your SSR bundle with `rails/webpacker`.
11
11
- July 8, 2020: Release **v12**.
12
12
1.**React Hooks Support** for top level components
You can see an [example commit adding this in the SSR HMR demo](https://github.com/shakacode/react_on_rails_demo_ssr_hmr/commit/7e53803fce7034f5ecff335db1f400a5743a87e7).
116
+
You can see an [example commit adding this in the SSR HMR demo](https://github.com/shakacode/react-on-rails-demo-ssr-hmr/commit/7e53803fce7034f5ecff335db1f400a5743a87e7).
Copy file name to clipboardExpand all lines: docs/oss/getting-started/tutorial.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# React on Rails Basic Tutorial
2
2
3
-
_Also see the example repo of [React on Rails Tutorial With SSR, HMR fast refresh, and TypeScript](https://github.com/shakacode/react_on_rails_demo_ssr_hmr)_
3
+
_Also see the example repo of [React on Rails Tutorial With SSR, HMR fast refresh, and TypeScript](https://github.com/shakacode/react-on-rails-demo-ssr-hmr)_
0 commit comments