Commit 3414c4d
Update documentation for Shakapacker 9.0+ private_output_path integration
Documents the recommended approach of using Shakapacker 9.0+ private_output_path
for server bundle configuration, providing a single source of truth.
**Documentation Updates:**
**1. Configuration API Reference (docs/api-reference/configuration.md)**
- Added prominent recommendation for Shakapacker 9.0+ approach
- Documents shakapacker.yml private_output_path configuration
- Explains auto-detection behavior
- Preserves documentation for older versions
**2. Webpack Configuration Guide (docs/core-concepts/webpack-configuration.md)**
- New section: "Server Bundle Configuration (Shakapacker 9.0+)"
- Complete example with shakapacker.yml and webpack config
- Lists benefits of the new approach:
- Single source of truth
- Automatic synchronization
- No configuration duplication
- Better maintainability
- Notes compatibility with older versions
**Key Points:**
- Shakapacker 9.0+ users get automatic configuration
- Backward compatible with manual configuration
- Generator templates already show both approaches
- Doctor command guides users to upgrade
**Related Changes:**
- Generator templates already updated in previous commit
- Auto-detection implemented in configuration.rb
- Doctor provides version-aware recommendations
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent bafac33 commit 3414c4d
File tree
2 files changed
+41
-0
lines changed- docs
- api-reference
- core-concepts
2 files changed
+41
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
129 | 138 | | |
130 | 139 | | |
131 | 140 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
81 | 113 | | |
82 | 114 | | |
83 | 115 | | |
| |||
0 commit comments