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
Normally, you would run `bin/rake local server`, `bin/rake local
console`, or any other Rails command as the second argument. That
creates a test application with seed data if it doesn't already exist,
and then runs the specified Rails command on it.
However, if you just run `bin/rake local`, it will generate the
application but then fail with the error `bundler: exec needs a command
to run`. Instead of doing that, only generate the test application and
exit without error.
0 commit comments