I'm having trouble with Rails Integrations tests on Rails 2.3 not
setting the query string on post actions.  I'm testing a rails metal
so when the env["QUERY_STRING"] variable isn't set, in the test, the
metal doesn't get any of the query string params.  For some reason
this is only set on a GET request.  The url I am posting to (/action?
key=something) is perfectly valid and should have env['QUERY_STRING']
set to 'key=something'

Is there something I'm missing or that I should be doing differently?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to