0

Here is the error on typing rake db:setup

git://github.com/leftbee/em-postgresql-adapter.git (at master) is not checked out. Please run `bundle install`

So i tried to run bundle install but after that still getting this error. I'm following this getting started post

https://github.com/djones/grape-goliath-example
dB.
  • 4,700
  • 2
  • 46
  • 51
iJade
  • 23,144
  • 56
  • 154
  • 243

1 Answers1

0

Try bundle exec rake db:setup instead.

dB.
  • 4,700
  • 2
  • 46
  • 51