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

前端 未结 9 848
慢半拍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:07

    Have you tried to gem install bundler? I'd be surprised it doesn't install when you install the rails gem, but it seems that's your issue...

提交回复
热议问题