简体   繁体   中英

undefined method `load_missing_constant' for module `ActiveSupport::Dependencies'

I have a problem when I create new project using BrowserCMS, so i just installed the gem

$ gem install browsercms

and when i create new project

$ bcms demo project_name

after bundle complete i got this error

rake  cms:install:migrations
rake aborted!
undefined method `load_missing_constant' for module `ActiveSupport::Dependencies'(NameError)

so what's the reason of this error?

这是由BrowserCMS中仍存在的一些旧文件引起的,并在更高版本中修复

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM