尝试运行时 - rails db migrate,我得到:config.eager_load设置为nil。请相应地更新您的config / environments / * .rb文件:
我在这里发现了一个类似的错误(尝试在测试中运行rails c时,将config.eager_load设置为nil 并根据作者的建议尝试运行以下内容:
C:\Users\Royal and Carla\Desktop\TBPt1>SET RAILS_ENV=development
C:\Users\Royal and Carla\Desktop\TBPt1>SET RAILS_ENV=production
C:\Users\Royal and Carla\Desktop\TBPt1>SET RAILS_ENV=test
我仍然遇到上述错误。