I was wondering why Ajax.Autocomleter didn''t support array-style parameters for the Ajax.Request and opened the following enhancement request: http://dev.rubyonrails.org/ticket/10612#preview Any comments? Cheers, Andi --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
On Jan 10, 6:54 am, andig <cpui...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I was wondering why Ajax.Autocomleter didn''t support array-style > parameters for the Ajax.Request and opened the following enhancement > request: > > http://dev.rubyonrails.org/ticket/10612#preview > > Any comments? > > Cheers, > Andii find that quirk odd as well, especially since the (flimsy) documentation on script.aculo.us states that it accepts the additional parameters either way. Took me a long time to figure out that it was passing "[Object] object" as one of my parameters in the AJAX call. Does your patch fix this issue? -joe t. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
Yes, it does. This way you can use it same as ajax.request. Unfortunately no answer on the enhancement request yet...> Does your patch fix this issue? > -joe t.--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
There are already couple of patches for this in a trac: http://dev.rubyonrails.org/ticket/9882 http://dev.rubyonrails.org/ticket/8465 Afaik, current version of Scriptaculous is focusing on fixing bugs rather than implementing new features. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
Good one- are there usually any answers? None of the tickets had a reply really? On Jan 21, 2:50 pm, kangax <kan...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> There are already couple of patches for this in a trac: > > http://dev.rubyonrails.org/ticket/9882http://dev.rubyonrails.org/ticket/8465 > > Afaik, current version of Scriptaculous is focusing on fixing bugs > rather than implementing new features.--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---