mysql - "db:migrate rake" throwing eror "cannot load such file -- bundler/setup" -


i'm ruby on rails beginner, , i'm trying run rails app on local mac. have set environment , mysql database, , smoothie until last setup step: db:migrate rake. got following error:

cannot load such file -- bundler/setup /users/snailwalker/vietnam/snailwalker/config/boot.rb:7:in `<top (required)>' /users/snailwalker/vietnam/snailwalker/config/application.rb:2:in `<top (required)>' /users/snailwalker/vietnam/snailwalker/rakefile:5:in `<top (required)>' 

what missing?

cannot load such file -- bundler/setup

most reason of issue don't have bundler. should install bundler try run migrations again.

gem install bundler bundle install bundle exec rake db:migrate 

hope it'll you.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -