Displaying 1 result from an estimated 1 matches for "dorelal".
Did you mean:
boreal
2007 Feb 05
2
rebuild_index is returning {}
...oved my app from FCGI to mongrel.
2) I moved my app to capistrano.
Before moving to capistrano the code was
acts_as_ferret :fields => [ "name", "desc_uf" ]
Now the code is
acts_as_ferret :fields => [ "name", "desc_uf" ],:index_dir =>
"/home/dorelal/apps/eii_#{RAILS_ENV}/shared/ferret"
My question is this:
Now that I do Event.rebuild_index I get {} in return. Is that okay? Or
does that mean something is wrong somewhere?
Thanks
--
Posted via http://www.ruby-forum.com/.