简体   繁体   中英

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

Was doing some research on this same topic. Currently the docs state that "Refinery CMS is not compatible with Rails 4". Please update your answer if you find this to not be the case!

Source: RefineryCMS Getting Started

我从不这样做,但是这里有一个官员: 指南,我希望它有用!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM