Displaying 1 result from an estimated 1 matches for "ferret_index_dir".
2007 Apr 04
2
Please help with Drb server
...ave:
Ferret 0.11.3
AAF plugin
Rails 1.2.3
Ruby 1.8.6
Mongrel 1.0.1
On apache 2.2.3
My ferret+server.yml:
production:
host: ferret.mydomain.com
port: 9010
pid_file: log/ferret.pid
My model:
acts_as_ferret( { :fields => [ :title, :body ], :remote => true } ,
:index_dir => "#{FERRET_INDEX_DIR}" )
Where FERRET_INDEX_DIR is defined in production.rb as
"#{RAILS_ROOT}/../shared/ferret"
--
Posted via http://www.ruby-forum.com/.