ruby-on-rails-4refinerycms

Integration of refinery cms in rails 4 existing application


How to integrate refinery cms in existing rails 4 application.

I have already added in gemfile this gem 'refinerycms-i18n', github: 'refinery/refinerycms-i18n', branch: 'master' gem 'refinerycms', github: 'refinery/refinerycms', branch: "master"

and I tried to do

rails g refinery:engine app name:string description:text

but the error is Could not find generator refinery:engine.

How to resolve this


Solution

  • I never do this, but here there is a official: Guide I hope it's useful!