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

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

    try

    gem install bundler

    bundle install

    to install the gems needed.

    rake tasks will fail if you do not have the gems necessary for the rails app.

提交回复
热议问题