<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Announcing Patron: a Ruby HTTP client library</title>
	<atom:link href="http://fiatdev.com/2009/07/03/announcing-patron-a-ruby-http-client-library/feed" rel="self" type="application/rss+xml" />
	<link>http://fiatdev.com/2009/07/03/announcing-patron-a-ruby-http-client-library</link>
	<description>Let There Be Software!</description>
	<lastBuildDate>Sat, 19 Sep 2009 09:36:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Derek Kastner</title>
		<link>http://fiatdev.com/2009/07/03/announcing-patron-a-ruby-http-client-library/comment-page-1#comment-659</link>
		<dc:creator>Derek Kastner</dc:creator>
		<pubDate>Tue, 21 Jul 2009 16:29:45 +0000</pubDate>
		<guid isPermaLink="false">http://fiatdev.com/?p=244#comment-659</guid>
		<description>&lt;p&gt;Nice work!  Looks like we&#039;ve been working on scratching the same itch.  I and my coworkers put together CurbFu as a simple wrapper for Curb (http://github.com/gdi/curb-fu).
I like Patrion&#039;s idea of keeping an HTTP session open.  I had that on my own wish list for CurbFu, but we&#039;ve been focusing lately on integrating CurbFu with Rack::Test to make an easy cross-application testing framework.
I also like the idea of going straight to libcurl instead of depending on Curb.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Nice work!  Looks like we&#8217;ve been working on scratching the same itch.  I and my coworkers put together CurbFu as a simple wrapper for Curb (<a href="http://github.com/gdi/curb-fu" rel="nofollow">http://github.com/gdi/curb-fu</a>).
I like Patrion&#8217;s idea of keeping an HTTP session open.  I had that on my own wish list for CurbFu, but we&#8217;ve been focusing lately on integrating CurbFu with Rack::Test to make an easy cross-application testing framework.
I also like the idea of going straight to libcurl instead of depending on Curb.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: phil</title>
		<link>http://fiatdev.com/2009/07/03/announcing-patron-a-ruby-http-client-library/comment-page-1#comment-658</link>
		<dc:creator>phil</dc:creator>
		<pubDate>Mon, 20 Jul 2009 22:01:45 +0000</pubDate>
		<guid isPermaLink="false">http://fiatdev.com/?p=244#comment-658</guid>
		<description>&lt;p&gt;@Heston,
That change fixed it for me. Does your version of libcurl have SSL support compiled in? The default version on Leopard does, as does the MacPorts version, but I think you have to install extra packages under Linux. It has been a while since I have had to build Patron under Linux, so I don&#039;t remember the details.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@Heston,
That change fixed it for me. Does your version of libcurl have SSL support compiled in? The default version on Leopard does, as does the MacPorts version, but I think you have to install extra packages under Linux. It has been a while since I have had to build Patron under Linux, so I don&#8217;t remember the details.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Heston</title>
		<link>http://fiatdev.com/2009/07/03/announcing-patron-a-ruby-http-client-library/comment-page-1#comment-657</link>
		<dc:creator>Heston</dc:creator>
		<pubDate>Mon, 20 Jul 2009 21:58:34 +0000</pubDate>
		<guid isPermaLink="false">http://fiatdev.com/?p=244#comment-657</guid>
		<description>&lt;p&gt;@phil: I saw the change you mentioned in github changing &quot;CURL_GLOBAL_NOTHING&quot; to &quot;CURL_GLOBAL_ALL.&quot; I made this patch myself and rebuilt the extension, but I still get the context error. Is there something else I&#039;m missing? Thanks.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@phil: I saw the change you mentioned in github changing &#8220;CURL_GLOBAL_NOTHING&#8221; to &#8220;CURL_GLOBAL_ALL.&#8221; I made this patch myself and rebuilt the extension, but I still get the context error. Is there something else I&#8217;m missing? Thanks.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: irv</title>
		<link>http://fiatdev.com/2009/07/03/announcing-patron-a-ruby-http-client-library/comment-page-1#comment-654</link>
		<dc:creator>irv</dc:creator>
		<pubDate>Sat, 18 Jul 2009 00:46:20 +0000</pubDate>
		<guid isPermaLink="false">http://fiatdev.com/?p=244#comment-654</guid>
		<description>&lt;p&gt;Just 10 minutes ago I proposed a small project to my boss that will benefit greatly from using Patron. One of us has great timing!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Just 10 minutes ago I proposed a small project to my boss that will benefit greatly from using Patron. One of us has great timing!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Patron: A Simpler Ruby HTTP Client for Ruby</title>
		<link>http://fiatdev.com/2009/07/03/announcing-patron-a-ruby-http-client-library/comment-page-1#comment-653</link>
		<dc:creator>Patron: A Simpler Ruby HTTP Client for Ruby</dc:creator>
		<pubDate>Fri, 17 Jul 2009 22:56:05 +0000</pubDate>
		<guid isPermaLink="false">http://fiatdev.com/?p=244#comment-653</guid>
		<description>&lt;p&gt;[...] provides more background about his design choices on his blog. You can find Patron on Github or install it as a [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[&#8230;] provides more background about his design choices on his blog. You can find Patron on Github or install it as a [&#8230;]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: phil</title>
		<link>http://fiatdev.com/2009/07/03/announcing-patron-a-ruby-http-client-library/comment-page-1#comment-652</link>
		<dc:creator>phil</dc:creator>
		<pubDate>Fri, 17 Jul 2009 22:27:56 +0000</pubDate>
		<guid isPermaLink="false">http://fiatdev.com/?p=244#comment-652</guid>
		<description>&lt;p&gt;Heston: I recently fixed this issue. I am going to push the changes to GitHub soon and will release version 0.4 sometime this weekend.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Heston: I recently fixed this issue. I am going to push the changes to GitHub soon and will release version 0.4 sometime this weekend.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Heston</title>
		<link>http://fiatdev.com/2009/07/03/announcing-patron-a-ruby-http-client-library/comment-page-1#comment-651</link>
		<dc:creator>Heston</dc:creator>
		<pubDate>Fri, 17 Jul 2009 22:20:57 +0000</pubDate>
		<guid isPermaLink="false">http://fiatdev.com/?p=244#comment-651</guid>
		<description>&lt;p&gt;I&#039;m enjoying Patron a lot. It&#039;s very easy to work with. However, I&#039;m getting the following error trying to connect to https sites: &quot;SSL: couldn&#039;t create a context!&quot;&lt;/p&gt;

&lt;p&gt;Reading up on similar issues in PHP, it seems there may be a strange interaction with openssl linked in libcurl and other openssl usage in Ruby. Do you have any thoughts on that?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;m enjoying Patron a lot. It&#8217;s very easy to work with. However, I&#8217;m getting the following error trying to connect to https sites: &#8220;SSL: couldn&#8217;t create a context!&#8221;</p>

<p>Reading up on similar issues in PHP, it seems there may be a strange interaction with openssl linked in libcurl and other openssl usage in Ruby. Do you have any thoughts on that?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: phil</title>
		<link>http://fiatdev.com/2009/07/03/announcing-patron-a-ruby-http-client-library/comment-page-1#comment-649</link>
		<dc:creator>phil</dc:creator>
		<pubDate>Tue, 14 Jul 2009 15:20:06 +0000</pubDate>
		<guid isPermaLink="false">http://fiatdev.com/?p=244#comment-649</guid>
		<description>&lt;p&gt;LeMarsu:
Patron doesn&#039;t currently support this, but it shouldn&#039;t be difficult to add. I will try to get it into Patron 1.0.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>LeMarsu:
Patron doesn&#8217;t currently support this, but it shouldn&#8217;t be difficult to add. I will try to get it into Patron 1.0.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: LeMarsu</title>
		<link>http://fiatdev.com/2009/07/03/announcing-patron-a-ruby-http-client-library/comment-page-1#comment-647</link>
		<dc:creator>LeMarsu</dc:creator>
		<pubDate>Mon, 13 Jul 2009 14:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://fiatdev.com/?p=244#comment-647</guid>
		<description>&lt;p&gt;That&#039;s really good news ! I&#039;ve just look quickly the documentation. Based on what I&#039;ve seen, if I download a small or big file, the whole file will be downloaded in memory, and then, I can write it to a file.&lt;/p&gt;

&lt;p&gt;Is there a way, or will it have a way to get the chunks donwloaded as they come, without putting everything in memory ? I know Net::HTTP can do this, even if Net::HTTP as serious performance issues.&lt;/p&gt;

&lt;p&gt;Anyway, very interesting work.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>That&#8217;s really good news ! I&#8217;ve just look quickly the documentation. Based on what I&#8217;ve seen, if I download a small or big file, the whole file will be downloaded in memory, and then, I can write it to a file.</p>

<p>Is there a way, or will it have a way to get the chunks donwloaded as they come, without putting everything in memory ? I know Net::HTTP can do this, even if Net::HTTP as serious performance issues.</p>

<p>Anyway, very interesting work.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: James Sanders</title>
		<link>http://fiatdev.com/2009/07/03/announcing-patron-a-ruby-http-client-library/comment-page-1#comment-643</link>
		<dc:creator>James Sanders</dc:creator>
		<pubDate>Fri, 10 Jul 2009 00:37:13 +0000</pubDate>
		<guid isPermaLink="false">http://fiatdev.com/?p=244#comment-643</guid>
		<description>&lt;p&gt;Oh my goodness thank you! I can&#039;t tell you how much I&#039;ve bashed my head against net/http in my time with ruby, the whole time thinking that in such an active and modern community somebody &lt;em&gt;must&lt;/em&gt; have written something better. Every time I asked the question (to friends or google or whoever) it was always open-uri or curb, which have bad underlying client problems and bad api problems respectively. You&#039;ve taken the right back-end and put a real api on top of it and based on my first little toying around, I&#039;m guessing I&#039;ll be greatly indebted to you for it. Nice work!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Oh my goodness thank you! I can&#8217;t tell you how much I&#8217;ve bashed my head against net/http in my time with ruby, the whole time thinking that in such an active and modern community somebody <em>must</em> have written something better. Every time I asked the question (to friends or google or whoever) it was always open-uri or curb, which have bad underlying client problems and bad api problems respectively. You&#8217;ve taken the right back-end and put a real api on top of it and based on my first little toying around, I&#8217;m guessing I&#8217;ll be greatly indebted to you for it. Nice work!</p>]]></content:encoded>
	</item>
</channel>
</rss>
