gpt4 book ai didi

ruby-on-rails - 尝试在测试中运行 rails c 时获取 config.eager_load 设置为 nil

转载 作者:数据小太阳 更新时间:2023-10-29 06:28:35 24 4
gpt4 key购买 nike

我正在尝试运行 Rails (4.1.2) 控制台

rails c RAILS_ENV=test

我得到这个:

> config.eager_load is set to nil. Please update your
> config/environments/*.rb files accordingly:
>
> * development - set it to false * test - set it to false (unless
> you use a tool that preloads your test environment) * production -
> set it to true
>
> /Users/xxxxxx/.rvm/gems/ruby-2.2.2/gems/activerecord-4.1.12/lib/active_record/connection_adapters/connection_specification.rb:257:in
> `resolve_symbol_connection': 'RAILS_ENV=test' database is not
> configured. Available: ["development", "test", "production"]
> (ActiveRecord::AdapterNotSpecified)

但是在我的 test.rb 中我有 config.eager_load = false 并且我的 database.yml 没问题(我运行了 rake db:schema:load RAILS_ENV=test 没有问题。

我该如何解决这个问题?

最佳答案

您需要在运行命令之前声明环境:

RAILS_ENV=test bundle exec rails c

我在我的电脑上得到了相同的输出:

> bundle exec rails c RAILS_ENV=test                                                                                                               ian@Ians-MacBook-Pro
config.eager_load is set to nil. Please update your config/environments/*.rb files accordingly:

* development - set it to false
* test - set it to false (unless you use a tool that preloads your test environment)
* production - set it to true

但是当我按照建议运行时:

> RAILS_ENV=test bundle exec rails c                                                                                                               ian@Ians-MacBook-Pro
Loading test environment (Rails 4.2.3)

关于ruby-on-rails - 尝试在测试中运行 rails c 时获取 config.eager_load 设置为 nil,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31999625/

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