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
fix: Auto-remove default gem files to prevent installer conflicts
Automatically detect and remove default bin/dev (Rails) and
config/shakapacker.yml (Shakapacker) files before running the React on
Rails installer. This prevents interactive conflict prompts that would
interrupt the installation process.
The installer now:
- Checks if bin/dev matches the Rails default and removes it if so
- Checks if config/shakapacker.yml matches Shakapacker default and removes it
- Only removes files that exactly match gem defaults (safe deletion)
- Provides user feedback when removing files
This ensures a smooth, non-interactive installation experience while
preserving any customized versions of these files.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments