Hey Mark,
Mark Reginald James a écrit :
> I'm just saying (and warning) that what once worked now doesn't,
> and was asking whether my usage was a quirk that just happened to
> work, or whether the breakage was unintentional and a patch is
> in order.
Well, I can't quite say. The :with option is certainly *not* intended
for this, so your using it that way is kinda of a quirk. The
Hash.toQueryString() function is appropriate and properly adds the '='
sign as per HTTP/HTML conformance specs and expectations.
So you'll just have to either use: @params.include?('js_variable') or
compare raw_post to 'js_variable='.
--
Christophe Porteneuve aka TDD
[EMAIL PROTECTED]
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---