On 9/28/06, Winton <[EMAIL PROTECTED]> wrote:
> So would this be a rails issue?
>
> Not that I am doubting your expertise, but why would I be getting
>
> #{RAILS_ROOT}/vendor/plugins/acts_as_ferret/lib/acts_as_ferret.rb:66:in
> `method_missing'
>
> before it tries the ActionView method?
>
> Thanks again,
> Winton
>Hi Winton, The method_missing gets called when you do "for r in @results". I think this actually calls the @results.each method which is then delegated to its internal array of results. I couldn't say whether it was a rails issue or not without looking at your code. All I know is that Ferret's highlight method is not being called. Cheers, Dave _______________________________________________ Ferret-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/ferret-talk

