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 specs and add verbose option for pack generation
Fixes:
- Add ReactOnRails::Dev module requires to main react_on_rails.rb to fix spec loading
- Fix $CHILD_STATUS mocking issues by using system return values directly
- Add comprehensive mocking for all pgrep patterns in kill_processes specs
Enhancements:
- Add --verbose/-v flag to bin/dev for detailed pack generation output
- Default pack generation now shows concise "📦 Generating packs... ✅" output
- Verbose mode shows full rake output for debugging
- Update help documentation to include verbose option
- Remove duplicate pack generation in production mode (assets:precompile handles it)
Technical improvements:
- Add verbose parameter to PackGenerator.generate method
- Thread verbose option through ServerManager.start and run_* methods
- Update all spec expectations to handle verbose parameter
- Fix rubocop string concatenation warnings with interpolation
- Fix unused method argument warning by prefixing with underscore
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments