ruby on rails 3.2 - RefineryCMS + Error 'Index was created prior to version 0.6.8. Please delete it, it will be rebuilt automatically.' -
in refinery project, getting error message .
index created prior version 0.6.8. please delete it, rebuilt automatically.
while creating , editing pages, getting error on browser screen. can me resolve issue.
after struggling lot, again felt in new issue.
could not find gem 'refinerycms (= 2.0.0) ruby' in git://github.com/refinery/refinerycms.git (at 2-0-stable). source contains 'refinerycms' at: 2.0.10
thanks in advance.
you need delete tmp/index folder solve problem , if on windows
add gem 'acts_as_indexed', :git => 'git://github.com/parndt/acts_as_indexed.git', :branch => 'patch-1' gemfile
visit https://groups.google.com/forum/?fromgroups#!msg/refinery-cms/kswxqhckj9e/vuu_ps9aouaj more in depth ans
Comments
Post a Comment