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 critical regression - Shakapacker installation when not already installed
URGENT FIX: Generator was failing when Shakapacker not already installed
because it tried to run './bin/rails shakapacker:install' before bundle
install made the command available.
Changes:
- Run 'bundle install' first to make shakapacker gem available
- Use 'bundle exec rails shakapacker:install' instead of './bin/rails'
- Update error message with correct troubleshooting steps
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments