嗨,我试图在一台机器上运行 rails 服务器,它说没有这样的文件可以加载错误
所以我尝试运行 rake,发现 rake 中止了没有要加载的文件——下面的主动支持是错误
rake aborted!
no such file to load -- active_support
(See full trace by running task with --trace)
请帮忙
这就是我尝试开始一个新的 Rails 项目时所说的
[username]$ rails new blog
LoadError: no such file to load -- active_support/core_ext/object/inclusion