Commit 879911c
Update both OSS and Pro dummy apps bin/dev to use new wrapper pattern
- Replace spec/dummy/bin/dev symlink with wrapper script
- Replace react_on_rails_pro/spec/dummy/bin/dev bash script with wrapper
- Both wrappers call the base dev script with --route=/ for their respective dummy apps
- Use File.expand_path for proper path resolution
This ensures both dummy apps use the root route (/) instead of the default
hello_world route from the template.
Generated with Claude Code (https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 757d1f7 commit 879911c
2 files changed
+5
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
2 | 3 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
0 commit comments