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
Some ElasticGraph errors instruct users to run rake [some command] which will only work if prefixed with bundle exec. The errors should clearly state to use bundle exec, as we should not assume users have experience with Ruby tooling and will know that bundle exec needs to prefix Ruby commands.