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?