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

I had a problem creating a new project using BrowserCMS, so I just installed the gem

$ gem install browsercms

      

and when i create a new project

$ bcms demo project_name

      

after completing the kit i got this error

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

      

so what is the cause of this error?

+3


source to share


1 answer


This was due to some old files that still exist in BrowserCMS, and has been fixed in a later version



0


source







All Articles