search for: ferret_extensions

Displaying 6 results from an estimated 6 matches for "ferret_extensions".

2007 Aug 03
1
"no such file to load -- ferret_extensions"
I get this error when stopping the DRb server via capistrano. "no such file to load -- ferret_extensions" i see that lib/ferret_extensions is a newly required file in 0.4.1... any reason ferret can''t see it? The Rails app server starts fine. thanks j
2008 Jan 10
2
Error on manual indexing
...../config/../config/../vendor/plugins/acts_as_ferret/ lib/bulk_indexer.rb:29:in `measure_time'' from ./script/../config/../config/../vendor/plugins/acts_as_ferret/ lib/bulk_indexer.rb:18:in `index_records'' from ./script/../config/../config/../vendor/plugins/acts_as_ferret/ lib/ferret_extensions.rb:52:in `index_model'' from ./script/../config/../config/../vendor/plugins/acts_as_ferret/ lib/class_methods.rb:66:in `records_for_rebuild'' from ./script/../config/../config/../vendor/rails/activerecord/lib/ active_record/connection_adapters/abstract/database_statements.rb: 5...
2008 Jan 21
4
Rails app cannot connect to Ferret server
...ords'' (druby://localhost:9010) /vendor/plugins/acts_as_ferret/lib/bulk_indexer.rb:29:in `measure_time'' (druby://localhost:9010) /vendor/plugins/acts_as_ferret/lib/bulk_indexer.rb:18:in `index_records'' (druby://localhost:9010) /vendor/plugins/acts_as_ferret/lib/ferret_extensions.rb:52:in `index_model'' (druby://localhost:9010) /vendor/plugins/acts_as_ferret/lib/class_methods.rb:66:in `records_for_rebuild'' (druby://localhost:9010) /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/abstract/database_statements.rb:66:...
2007 Sep 03
11
MySQL has gone away
...ctive_record/calculations.rb:117:in `calculate'' (druby://localhost:3009) /usr/lib/ruby/gems/1.8/gems/activerecord-1.15.3/lib/active_record/calculations.rb:45:in `count'' (druby://localhost:3009) /var/www/web1/oms/current/script/../config/../vendor/plugins/acts_as_ferret/lib/ferret_extensions.rb:22:in `index_model'' (druby://localhost:3009) /var/www/web1/oms/current/script/../config/../vendor/plugins/acts_as_ferret/lib/ferret_extensions.rb:9:in `index_models'' (druby://localhost:3009) /var/www/web1/oms/current/script/../config/../vendor/plugins/acts_as_ferret/lib...
2007 Oct 04
2
Offline indexing issues
If I disable ferret in my environment file and then run a cron job every hour to index the records that have been added/changed, do I enable Ferret just in the script that does the hourly indexing? Or do I somehow need to tell the process that runs the Ferret DRB server that it should start writing to the index again? Thanks in advance. Erik
2007 Sep 27
5
Remote index blocks?
Using the Drb allows me to synchronize writes to the index in a multi mongrel environment. I was under the impression that the remote index would not block if two mongrels were searching the index. Is that the case? This line in ferret_server.rb makes me think otherwise: # Calls are not queued atm, so this will block until the call returned. # def method_missing(name,