如何使用设计1.5.3和rails 3.2.8将refinerycms与现有的rails应用程序集成

时间:2012-10-05 19:39:43

标签: ruby-on-rails

我有rails应用程序使用rails 3.2.8,设计1.5.3并使用locales(en,pt)。我只想知道如何将refinerycms与此应用程序集成,因为refinerycms 2.0不支持devise 1.5.3 .8.plz告诉任何版本的精炼厂兼容设计1.5.3或任何简单的解决方案。 谢谢。 ATEQ

1 个答案:

答案 0 :(得分:1)

作为Mikhail D answered to your other question,您应该使用Refinerycms 1.0版。

1.x系列中的refinerycms身份验证的最后一个版本 - v1.0.11 - 取决于1.4.3 version of Devise。所以1.0稳定版本的refinerycms应该与Devise 1.5.3配合使用

如果您正在寻找具体说明,请按照此博客文章中的相关步骤进行操作:Integrating Refinery + Rails 3.2 into your existing Rails App,但使用以下版本:

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

另外,正如Mikhail先前提到的,最好升级Devise :-)