2

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?

Azzurrio
  • 1,330
  • 1
  • 17
  • 35

1 Answers1

0

This was caused by some old files still existing in BrowserCMS, and was fixed in a later version

lukerandall
  • 2,201
  • 17
  • 29