We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to install modules in a browsercms project following this tutorial here: http://guides.browsercms.org/installing_modules.html. I have rails 3.2.18 and browsercms v3.5.7 installed.
First, I installed the following gem: >gem install form_builder
When I run this for my project: >rails g cms:install form_builder
I got this message: Could not find generator form_builder:install.
However it adds to the gemfile this: gem "form_builder"
Then I run:
rake db:migrate
and
rails server
I could not find the module in the cms.
What could be the problem.
Many thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm trying to install modules in a browsercms project following this tutorial here: http://guides.browsercms.org/installing_modules.html.
I have rails 3.2.18 and browsercms v3.5.7 installed.
First, I installed the following gem:
>gem install form_builder
When I run this for my project:
>rails g cms:install form_builder
I got this message:
Could not find generator form_builder:install.
However it adds to the gemfile this:
gem "form_builder"
Then I run:
and
I could not find the module in the cms.
What could be the problem.
Many thanks.
The text was updated successfully, but these errors were encountered: