Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/ruby-on-rails/61.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ruby on rails 如何使用Desive 1.5.3和rails 3.2.8将refinerycms与现有rails应用程序集成_Ruby On Rails - Fatal编程技术网

Ruby on rails 如何使用Desive 1.5.3和rails 3.2.8将refinerycms与现有rails应用程序集成

Ruby on rails 如何使用Desive 1.5.3和rails 3.2.8将refinerycms与现有rails应用程序集成,ruby-on-rails,Ruby On Rails,我有一个rails应用程序,它使用rails 3.2.8、Devision 1.5.3,还使用locales(en,pt)。我只想知道如何将DefineryCMS与此应用程序集成,因为DefineryCMS 2.0.8不支持Devision 1.5.3。请告诉任何与Devision 1.5.3兼容的refinery版本或任何简单的解决方案。 谢谢 ateq您应该使用Refinerycms 1.0版 1.x系列中最新版本的refinerycms身份验证v1.0.11依赖于。因此,1.0稳定版本的r

我有一个rails应用程序,它使用rails 3.2.8、Devision 1.5.3,还使用locales(en,pt)。我只想知道如何将DefineryCMS与此应用程序集成,因为DefineryCMS 2.0.8不支持Devision 1.5.3。请告诉任何与Devision 1.5.3兼容的refinery版本或任何简单的解决方案。 谢谢 ateq

您应该使用Refinerycms 1.0版

1.x系列中最新版本的refinerycms身份验证v1.0.11依赖于。因此,1.0稳定版本的refinerycms应该与Desive 1.5.3配合使用

如果您正在寻找执行此操作的具体说明,请遵循此blogpost:上的相关步骤,但版本如下:

git 'git://github.com/resolve/refinerycms.git', :branch => '1-0-stable' do

另外,正如米哈伊尔之前提到的,最好升级Desive:-)

可能重复感谢Parkash和Mikhail,因为我提到我在git_hub安装refinerycms版本1.0 stable时使用了rails 3.2.8,因为您建议它会产生依赖性错误,refinerycms核心依赖于rails 3.0.x,而在我的应用程序中是3.2.8..所以您的建议没有work.plz告诉您,如果您知道如何将Desive从1.5.3升级到2.0.0,而不会丢失我的应用程序中的任何东西,我的应用程序使用不同的区域设置,并且严重依赖Desive的用户模型(1.5.3)…st