Groups
Sign in
Groups
Curb - Ruby libcurl Bindings
Conversations
About
Send feedback
Help
Curb - Ruby libcurl Bindings
Contact owners and managers
1–26 of 26
Mark all as read
Report group
0 selected
Andrei Zisu
5/19/12
http_post not triggerin but http_get works just fine
I have the following code file_field = Curl::PostField.file 'file', 'image' do |file|
unread,
http_post not triggerin but http_get works just fine
I have the following code file_field = Curl::PostField.file 'file', 'image' do |file|
5/19/12
matthewvb
1/16/12
curlopt_interface options in Curb?
I was told Curb might help me out as I transition a PHP app to RoR. I'm trying to find an
unread,
curlopt_interface options in Curb?
I was told Curb might help me out as I transition a PHP app to RoR. I'm trying to find an
1/16/12
kadoudal
9/7/10
generated xml , encoding issue
I am posting xml data : ticket_xml = '<ticket><owned_by>FCS</owned_by><label
unread,
generated xml , encoding issue
I am posting xml data : ticket_xml = '<ticket><owned_by>FCS</owned_by><label
9/7/10
kadoudal
,
Todd Fisher
3
9/6/10
Issue with on_success and on_failure
Yes, I've just updated the README on github here: http://github.com/taf2/curb The gist is 20x
unread,
Issue with on_success and on_failure
Yes, I've just updated the README on github here: http://github.com/taf2/curb The gist is 20x
9/6/10
kadoudal
,
Todd Fisher
3
9/6/10
issue in posting an xml content
Great On Mon, Sep 6, 2010 at 1:16 PM, <kado...@gmail.com> wrote: Thanks , good shot ... Le ,
unread,
issue in posting an xml content
Great On Mon, Sep 6, 2010 at 1:16 PM, <kado...@gmail.com> wrote: Thanks , good shot ... Le ,
9/6/10
Dav Yaginuma
,
taf2
2
8/15/10
Problems with uploading a file, claims local and remote file both nil
I think this is the same as: http://github.com/taf2/curb/issues/closed#issue/44 On Aug 12, 10:29 am,
unread,
Problems with uploading a file, claims local and remote file both nil
I think this is the same as: http://github.com/taf2/curb/issues/closed#issue/44 On Aug 12, 10:29 am,
8/15/10
ludakris
,
Todd Fisher
2
6/17/10
Updating the readme at curb.rubyforge.org/
Hi Luda, The issue is I don't have write access to the readme file there. Ross the original
unread,
Updating the readme at curb.rubyforge.org/
Hi Luda, The issue is I don't have write access to the readme file there. Ross the original
6/17/10
chuyeow
, …
Thufir
5
1/31/10
2 patches for setting CURLOPT_COOKIEFILE and CURLOPT_COOKIE options in libcurl
what's the syntax for creating a cookie with multiple properties, please? -Thufir On Jun 11 2009,
unread,
2 patches for setting CURLOPT_COOKIEFILE and CURLOPT_COOKIE options in libcurl
what's the syntax for creating a cookie with multiple properties, please? -Thufir On Jun 11 2009,
1/31/10
Spyder
,
Todd Fisher
3
11/8/09
Making HEAD requests
Thanks Todd! That test example was very helpful, I was going about it the wrong way. Thanks for your
unread,
Making HEAD requests
Thanks Todd! That test example was very helpful, I was going about it the wrong way. Thanks for your
11/8/09
Steve Agalloco
,
Todd Fisher
3
10/26/09
Installation on Snow Leopard
Unless you absolutely need https or other ssl features, i would disable https. it increases the time
unread,
Installation on Snow Leopard
Unless you absolutely need https or other ssl features, i would disable https. it increases the time
10/26/09
hja...@gmail.com
10/22/09
Different reactions from curb and curl
I am getting a different response from curb and curl... Anyone know why? Here is the response from
unread,
Different reactions from curb and curl
I am getting a different response from curb and curl... Anyone know why? Here is the response from
10/22/09
Kenneth Kalmer
10/14/09
A story of authentication
Hi all I updated some of my projects to move from taf2-curb-0.4.1 to the latest taf2-curb-0.5.4 and
unread,
A story of authentication
Hi all I updated some of my projects to move from taf2-curb-0.4.1 to the latest taf2-curb-0.5.4 and
10/14/09
Kenneth Kalmer
,
Todd Fisher
2
8/23/09
Re: [curb] 45 People Needed for Moneymaking Experiment
Alright, didn't realize google groups had options for moderation :) I set you up as a manager for
unread,
Re: [curb] 45 People Needed for Moneymaking Experiment
Alright, didn't realize google groups had options for moderation :) I set you up as a manager for
8/23/09
gonzoprosperity
,
Todd Fisher
5
7/27/09
Setting custom headers in POST, worked in 0.2.8.0 doesnt work in latest 0.4.8.0
Alright, and now it's fixed... thanks for catching this! On Mon, Jul 27, 2009 at 11:08 PM, Todd
unread,
Setting custom headers in POST, worked in 0.2.8.0 doesnt work in latest 0.4.8.0
Alright, and now it's fixed... thanks for catching this! On Mon, Jul 27, 2009 at 11:08 PM, Todd
7/27/09
manu
,
Todd Fisher
5
7/20/09
SIGINT and curb
Yeah, I actually created this group before I had access to update the rubyforge account, I still only
unread,
SIGINT and curb
Yeah, I actually created this group before I had access to update the rubyforge account, I still only
7/20/09
Bryce Thornton
,
Todd Fisher
6
7/3/09
Installation Errors On OSX
Just figured out the main problem. I had "/usr/local/php5/bin" in my path, which happens to
unread,
Installation Errors On OSX
Just figured out the main problem. I had "/usr/local/php5/bin" in my path, which happens to
7/3/09
Antel
6/29/09
Keep session cookies script
Thanks to Todd(helped me to find the problem) and to Cheah Chu for his powerfull cookiefile commit!
unread,
Keep session cookies script
Thanks to Todd(helped me to find the problem) and to Cheah Chu for his powerfull cookiefile commit!
6/29/09
Kenneth Kalmer
,
Todd Fisher
3
6/22/09
Custom headers lost on PUT?
Hi Kenneth, I reworked most of the code that sends a PUT last week in my github fork and have to set
unread,
Custom headers lost on PUT?
Hi Kenneth, I reworked most of the code that sends a PUT last week in my github fork and have to set
6/22/09
Andrew Otto
5/15/09
Cannot subclass Curl::Easy
I cannot create a subclass of Curl::Easy. I've tried several variations of this, but every
unread,
Cannot subclass Curl::Easy
I cannot create a subclass of Curl::Easy. I've tried several variations of this, but every
5/15/09
Ivar Vasara
,
Todd Fisher
3
4/13/09
misleading installation (no errors, but not working)
try either: require 'rubygems' require 'curb' Instead of require 'Curl' On
unread,
misleading installation (no errors, but not working)
try either: require 'rubygems' require 'curb' Instead of require 'Curl' On
4/13/09
Florian
,
Todd Fisher
8
4/2/09
Problem with Curb 0.3.2
Sorry ~ my "multipart_form_post" was true, that explains why I couldn't sent plain :).
unread,
Problem with Curb 0.3.2
Sorry ~ my "multipart_form_post" was true, that explains why I couldn't sent plain :).
4/2/09
Florian
,
taf2
4
4/1/09
BUG with array of PostField
Yeah, that was the problem :) Thanks for the fix! On Mar 17, 8:09 am, taf2 <todd.fis...@gmail.com
unread,
BUG with array of PostField
Yeah, that was the problem :) Thanks for the fix! On Mar 17, 8:09 am, taf2 <todd.fis...@gmail.com
4/1/09
taf2
,
Florian
7
3/25/09
curb ruby 1.9.1
On Tue, Mar 24, 2009 at 5:20 PM, Florian <flole...@gmail.com> wrote: Hey Todd, thanks for
unread,
curb ruby 1.9.1
On Tue, Mar 24, 2009 at 5:20 PM, Florian <flole...@gmail.com> wrote: Hey Todd, thanks for
3/25/09
lgs
,
Todd Fisher
2
2/22/09
my first install try
What version of libcurl do you have installed? If it's less then 7.15.4, it won't compile,
unread,
my first install try
What version of libcurl do you have installed? If it's less then 7.15.4, it won't compile,
2/22/09
mattalbright
,
taf2
3
12/4/08
cannot find -lgssapi_krb5 on 64 bit linux
Yeah, I see the same thing. I figured out what was wrong, in case anyone else runs in to this. Turns
unread,
cannot find -lgssapi_krb5 on 64 bit linux
Yeah, I see the same thing. I figured out what was wrong, in case anyone else runs in to this. Turns
12/4/08
valodzka
12/4/08
Installation lie on windows
Curb not work on windows. Generaly it isn't problem for me, bug gem installation report about
unread,
Installation lie on windows
Curb not work on windows. Generaly it isn't problem for me, bug gem installation report about
12/4/08