Commit eade3f4
fix(pro-dummy): address PR #3200 review feedback
Applies reviewer suggestions against the manual validation workflow so the
guide matches the actual supported Ruby range, the freshness check is
accurate, and the convenience scripts mirror the Procfile invocation.
- docs: broaden Ruby guidance (3.3.x baseline, 3.4.8 verified, 3.5+ via
explicit ostruct/logger/benchmark gems); move `mise shell ruby@3.3.7`
under an "Optional fallback" block so 3.4.x users see the right path.
- docs: replace unreliable directory-level `ls -la` mtime comparison with
a per-file `find ... -newer ...` check, and update the report template
to match.
- Procfile.dev: note foreman/overmind concurrency caveat when uncommenting
`node-renderer-build` (wait for first build-watch compile on first run).
- package.json: add `node-renderer:debug` colon alias for naming
consistency; align `node-renderer:fresh` flags with the Procfile.dev
entry (`RENDERER_LOG_LEVEL=debug`, `--inspect`).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 48636a2 commit eade3f4
3 files changed
Lines changed: 18 additions & 10 deletions
File tree
- .claude/docs
- react_on_rails_pro/spec/dummy
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | | - | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
33 | 37 | | |
34 | 38 | | |
35 | 39 | | |
| |||
97 | 101 | | |
98 | 102 | | |
99 | 103 | | |
100 | | - | |
101 | | - | |
102 | | - | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
103 | 108 | | |
104 | 109 | | |
105 | 110 | | |
| |||
111 | 116 | | |
112 | 117 | | |
113 | 118 | | |
114 | | - | |
| 119 | + | |
115 | 120 | | |
116 | 121 | | |
117 | 122 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| 108 | + | |
108 | 109 | | |
109 | | - | |
| 110 | + | |
110 | 111 | | |
111 | 112 | | |
112 | 113 | | |
| |||
0 commit comments