2

In my refinery project, I am getting an error message. While creating and editing the pages, I am getting this error on browser screen:

Index was created prior to version 0.6.8. Please delete it, it will be rebuilt automatically.

I am also getting this:

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

4

1 回答 1

1

您只需要删除tmp/index文件夹,这将解决问题,如果您在 Windows 上

添加gem 'acts_as_indexed', :git => 'git://github.com/parndt/acts_as_indexed.git', :branch => 'patch-1' to your gemfile

访问https://groups.google.com/forum/?fromgroups#!msg/refinery-cms/KswXQhCkj9E/vUu_PS9aOuAJ以获得更深入的答案

于 2013-05-20T04:24:08.097 回答