Hi! On Thu, Aug 03, 2006 at 01:54:57AM +0200, Winton wrote: > Ah yes, I failed to read that it updates ActiveRecord also. > > How do I turn ActiveRecord off?
if you don't want to use activerecord, acts_as_ferret won't be of much use to you. aaf is all about synchronizing some AR model with a ferret index. That is, it's tied to database create/update operations and will update the ferret index according to the changes made to the database. If your model isn't backed by a database, you should go and use Ferret directly - just as described at http://ferret.davebalmain.com/api/files/TUTORIAL.html Jens -- webit! Gesellschaft für neue Medien mbH www.webit.de Dipl.-Wirtschaftsingenieur Jens Krämer [EMAIL PROTECTED] Schnorrstraße 76 Tel +49 351 46766 0 D-01069 Dresden Fax +49 351 46766 66 _______________________________________________ Ferret-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/ferret-talk

