Whoops -- it was a matter of constructing the url. curl was interpreting the ampersand as a command divider, so this worked:
curl 'http://localhost:3000/documents/?first=one&second=two' Sorry. On Tue, Feb 22, 2011 at 11:05 AM, Paul <[email protected]> wrote: > I am sending the URL like this: > > curl http://localhost:3000/documents/?first=one&second=two > > So it is not a matter of constructing the URL. -- 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.

