gpt4 book ai didi

ruby-on-rails - 使用 rake 命令在 Rails 中创建数据库

转载 作者:行者123 更新时间:2023-12-04 19:02:15 26 4
gpt4 key购买 nike

我正在尝试创建一个测试数据库。
我使用了以下命令:

  rake db:schema:create

还尝试了各种版本的代码,例如
sudo bundle exec rake db:create

我不断收到同样的错误:
rake aborted!
LoadError: no such file to load -- bundler/setup
/home/eshel/test/test_db/config/boot.rb:4:in `<top>'
/home/eshel/test/test_db/config/application.rb:1:in `<top>'
/home/eshel/test/test_db/config/application.rb:1:in `<top>'
/home/eshel/test/test_db/Rakefile:1:in `(root)'
/home/eshel/test/test_db/Rakefile:5:in `(root)'
(See full trace by running task with --trace)

尝试多次安装捆绑包,但到目前为止没有任何效果。

我错过了什么?

最佳答案

尝试以下操作:

gem install bundler
bundle install
rake db:create

关于ruby-on-rails - 使用 rake 命令在 Rails 中创建数据库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36427518/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com