Brijesh Shah wrote:
> Hi
>
> if you r using ruby 1.9 then you have to apply below patch in
> /lib/autocomeplete_macro_helper.rb file
>
> In auto_complete_result(entries, field, phrase = nil) method
>
> change content_tag("ul", items.uniq) to content_tag("ul",
> items.uniq.join)
>
>
> I hope this help you. Let me know if problem is still there..
>
Hi Brijesh.
That does indeed work like a charm. Thank you very much.
Anthony
--~--~---------~--~----~------------~-------~--~----~
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---