Never mind, my parameters object was an Array (extended by default), not an Object (not extended). Apologies.
On Nov 16, 9:55 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > The default behavior of the request in theInPlaceEditorseems to be > that it sends the entire serialized params object, which is an > extended object, as the parameters of the request. So all of the > methods like all(), any(), and so on are serialized and sent as > parameters. When I view the headers of the request I can see all of > them. > > Is that the intended behavior? It seems wrong, since my server-side > code obviously has no use for JavaScript methods. If my server-side > code happens to be looking for a parameter named include or size, it's > not going to be happy. --~--~---------~--~----~------------~-------~--~----~ 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 [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-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
