Rake aborted! no such file to load --bundler/setup Rails 3.1

前端 未结 9 840
慢半拍i
慢半拍i 2021-02-04 23:41

I am very new in Rails. after I created a new rails project.

rails new test project

I ran

rake db:create 

In

9条回答
  •  抹茶落季
    2021-02-05 00:15

    I just had the same issue. I didn't solve it fully but by running:

    bundle exec rake  
    

    I was able to finally run the task I wanted without the error you have.

提交回复
热议问题