Nevermind - I''m going to use the Curl::Easy way instead.
On Mon, Nov 10, 2008 at 2:37 PM, casey.ellett
<casey.ellett-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>wrote:
>
> I''m having trouble finding documentation on the curl-multi gem.
>
> I need to post some xml to a webservice - I''ve done this in PHP
> before.
>
> so far :
>
> require ''curl-multi''
> curl = Curl::Multi.new
> curl.post("url", "xml", ?)
>
> The question mark in the code above is what I''m having trouble
with.
> With nothing there I get a "wroong number of arguments - 2 for 3"
> error...
>
> I know it''s something absurdly simple that I am missing...
> >
>
--~--~---------~--~----~------------~-------~--~----~
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
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---