Opps - I meant this line is coming up on production and dev:
#method_missing(:id_multi_search, ["Myclass1", "test*",
["Myclass4",
"Myclass3", "Myclass2", "Myclass1"],
{:limit=>:all}])
(the others are just debug statement on dev).
thanks.
On Aug 20, 4:54 pm, nextpulse
<rob...-pZCIFDiVgMdl57MIdRCFDg@public.gmane.org>
wrote:> I am seeing this in my ferret_server.log when I do a search:
>
> DRb server: ensure_index_exists for class Myclass1
> DRb server: ensure_index_exists for class Myclass2
> DRb server: ensure_index_exists for class Myclass3
> DRb server: ensure_index_exists for class Myclass4
> #method_missing(:id_multi_search, ["Myclass1", "test*",
["Myclass4",
> "Myclass3", "Myclass2", "Myclass1"],
{:limit=>:all}])
>
> But everything is working fine. Classes are indexed and searches
> return the right results.
> This happens on development and production.
>
> Any ideas?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---