Muhammad Ateq Ejaz
Muhammad Ateq Ejaz

Reputation: 1865

how to integrate refinerycms with existing rails application using devise 1.5.3 and rails 3.2.8

i have rails application using rails 3.2.8,devise 1.5.3 and also using locales (en,pt).i just want to know how to integrate refinerycms with this application as devise 1.5.3 is not supported by refinerycms 2.0.8.plz tell any version of refinery compatible with devise 1.5.3 or any easy solution. thanks. ateq

Upvotes: 0

Views: 346

Answers (1)

Prakash Murthy
Prakash Murthy

Reputation: 13067

As Mikhail D answered to your other question, you should use Refinerycms version 1.0.

The last release of the refinerycms-authentication in the 1.x series - v1.0.11 - depends on a 1.4.3 version of Devise. So 1.0 stable version of refinerycms should work well with Devise 1.5.3

If you are looking for specific instructions to do so, follow the relevant steps on this blogpost : Integrating Refinery + Rails 3.2 into your existing Rails App, but with the following version:

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

Also, as Mikhail mentioned previously, it is better to upgrade Devise instead :-)

Upvotes: 1

Related Questions