gpt4 book ai didi

ruby-on-rails - 将 Rails 4.2 更新到 5.0.0 & sqlite3 gem 不会加载

转载 作者:行者123 更新时间:2023-12-03 18:42:35 26 4
gpt4 key购买 nike

运行时rails server ,我加载这个警告:
Gem::LoadError: Specified 'sqlite3' for database adapter, but the gem is not loaded. Add `gem 'sqlite3'` to your Gemfile (and ensure its version is at the minimum required by ActiveRecord).
然而我的 gemfile 有 gem

 group :development do
gem 'sqlite3'

是什么导致了这个错误?

从这里 https://edgeguides.rubyonrails.org/upgrading_ruby_on_rails.html#upgrading-from-rails-4-2-to-rails-5-0 使用 Rails 更新说明

最佳答案

在 AWS cloud9 环境中有同样的问题。您需要将 gemfile 更改为读取 gem 'sqlite3', '~> 1.3.6' 然后运行 ​​bundle update。从“can't activate sqlite3 (~> 1.3.6), already activated sqlite3-1.4.0”得到这个

关于ruby-on-rails - 将 Rails 4.2 更新到 5.0.0 & sqlite3 gem 不会加载,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54621326/

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