开发者

Rake Error while trying to run `rake db:create` in project

开发者 https://www.devze.com 2023-03-20 09:31 出处:网络
i\'m new to Ruby and using RubyMine environment. i\'m using sqlite3. when i try to create db - rake db:create i am getting the following error:

i'm new to Ruby and using RubyMine environment. i'm using sqlite3.

when i try to create db - rake db:create i am getting the following error:

rake aborted!

no such file to load -- bundler/setup

(See full tra开发者_Python百科ce by running task with --trace)

please help me :)

i'm using ruby 1.8.7, rails 2.3.5 and RVM on mac osx


sudo gem install bundler --no-ri --no-rdoc
0

精彩评论

暂无评论...
验证码 换一张
取 消