Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 ruby 3.0 从 Rails 5.1.4 升级到 Rails 6.1.1。我执行bundle install了成功运行的操作,但是当我尝试使用rails db:create创建数据库时,我遇到了附加屏幕截图的问题。我认为问题出在无法加载宝石的zeitwerk上。
bundle install
我尝试Bundler.require(*Rails.groups)从 application.rb 中删除以更深入地调试问题,但后来我遇到了另一个问题,例如,找不到“Bullet”。
Bundler.require(*Rails.groups)