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
After PR #2114 restructured the monorepo, many path references were not
updated. This commit fixes:
- GitHub URLs pointing to old paths (spec/dummy, lib/react_on_rails, etc.)
- Command examples using `cd spec/dummy` instead of `cd react_on_rails/spec/dummy`
- Config files (conductor.json, .stylelintrc.json) with old paths
- Relative links in .claude/ documentation
- Text references in active documentation files
Fixes#2215
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.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
@@ -1687,7 +1687,7 @@ All 5.1.0 changes can be found in [#362](https://github.com/shakacode/react_on_r
1687
1687
1688
1688
##### Migration Steps v2 to v3
1689
1689
1690
-
- See [these changes of spec/dummy/spec/rails_helper.rb](https://github.com/shakacode/react_on_rails/blob/master/spec/dummy/spec/rails_helper.rb#L36..38) for an example. Add this line to your `rails_helper.rb`:
1690
+
- See [these changes of spec/dummy/spec/rails_helper.rb](https://github.com/shakacode/react_on_rails/blob/master/react_on_rails/spec/dummy/spec/rails_helper.rb#L36..38) for an example. Add this line to your `rails_helper.rb`:
0 commit comments