>> I'm trying to follow the tutorial on the Ferret wiki >> >> http://ferret.davebalmain.com/trac/wiki >> >> It includes all of the code I need, but it doesn't tell me where to put >> any of it. I have several controllers and models and helpers and I have >> no idea where I'm supposed to put the code that creates the index. >> Hey ..
what code exactly? If you're following the tutorial on http://ferret.davebalmain.com/api/files/TUTORIAL.html, then you can place the code almost anywhere in your app :) I would recommend using the acts_as_ferret plugin, as it is much easier to deal with ferret if you have that plugin installed. You can copy the code in your vendor/plugin directory, just like Ewout said... take a look at the aaf-homepage for further details: http://projects.jkraemer.net/acts_as_ferret/wiki there is no need for godaddy to install that plugin, it is sufficient, if you include it to your rails folder.. Ben _______________________________________________ Ferret-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/ferret-talk

