I've been running the super latest AAF plugin with a mongrel cluster/ferret_server combo smoothly for a few days in production mode, indexing 4 models with no surprises.
Only now when I try including some new Models to be indexed, the ferret_server fails to index with ferret server error undefined method `_' for Summary:Class (it creates the dir on index/production, tho) and in the production log, I get LoadError (Expected script/../config/../app/models/summary.rb to define Summary): (I can give you the full trace, but something tells me I must be doing something really stupid here...) I've tried this with another model as well, and rebuild_index always fails with a similar undefined method `_' . These are pretty simple models, used mainly for holding text data that can be versioned and used by other Models... Any clues? Cheers, Fabio. -- Posted via http://www.ruby-forum.com/. _______________________________________________ Ferret-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/ferret-talk

