Just did an SVN update now, and I am still having the same problem. 
Maybe I was a bit vague ... Basically, I want this structure:

index
  production
    content
  development
    content
myapp_1
  app
  components
  config
  db
  doc
  lib
  ...
myapp_2
  app
  components
  config
  db
  doc
  lib
  ...

As opposed to having the index folder inside each application. For this 
I changed line 73 (inacts_as_ferret) to

index_base = "#{RAILS_ROOT}/../index"

This should work ... but it still creates the index folder inside the 
application folder. Using the console, however, reveals that it has 
picked up this index_base change - but seems to be ignoring it.

I'm running XP. Let me know if I can give you any more information.

Thanks
Joerg

> On Thu, Apr 20, 2006 at 05:39:11PM +0200, Joerg Diekmann wrote:
> [..]
>> In my console, I can see that the new path is reflected properly.
>> 
>> >> MyModel.class_index_dir
>> => "./script/../config/../config/../../index/development/MyModel"
>> 

-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
Ferret-talk mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ferret-talk

Reply via email to