Hi,

   :with => 'js_variable'

which Rails turns into a Prototype Ajax call with option

   parameter: js_variable

and which can be retrieved in the controller as request.raw_post,
does not work in the current SVN prototype because an equals
sign is appended to the post string.

Should I submit a patch to Prototype's toQueryString function,
or is such lazy use of raw_post no longer supported, and all apps
should change to

  :with '"js_variable="+js_variable"

and

  params[:js_variable]

?

BTW, I've switched to Prototype SVN to check out the new
Internet Explorer-compatible table update code.  Is this
working OK?

-- 
We develop, watch us RoR, in numbers too big to ignore.


--~--~---------~--~----~------------~-------~--~----~
 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to