<?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 for Jay, trying to remember...</title>
	<atom:link href="http://jaywiggins.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://jaywiggins.com</link>
	<description>Code, Music, Food, Fun and Whatnot...</description>
	<lastBuildDate>Sat, 30 Apr 2011 04:08:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>Comment on Lost sleep over JSON and Rack::PostBodyContentTypeParser by Matt Todd</title>
		<link>http://jaywiggins.com/2010/04/lost-sleep-over-json-and-rackpostbodycontenttypeparser/comment-page-1/#comment-809</link>
		<dc:creator>Matt Todd</dc:creator>
		<pubDate>Sat, 30 Apr 2011 04:08:06 +0000</pubDate>
		<guid isPermaLink="false">http://jaywiggins.com/?p=47#comment-809</guid>
		<description>Good catch and thanks for the patch. I merged it in tonight.

Cheers!</description>
		<content:encoded><![CDATA[<p>Good catch and thanks for the patch. I merged it in tonight.</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lost sleep over JSON and Rack::PostBodyContentTypeParser by Tim Lucas</title>
		<link>http://jaywiggins.com/2010/04/lost-sleep-over-json-and-rackpostbodycontenttypeparser/comment-page-1/#comment-805</link>
		<dc:creator>Tim Lucas</dc:creator>
		<pubDate>Thu, 28 Apr 2011 02:32:15 +0000</pubDate>
		<guid isPermaLink="false">http://jaywiggins.com/?p=47#comment-805</guid>
		<description>For those looking for a fix, this fork/pull request has it:
https://github.com/rack/rack-contrib/pull/22</description>
		<content:encoded><![CDATA[<p>For those looking for a fix, this fork/pull request has it:<br />
<a href="https://github.com/rack/rack-contrib/pull/22" rel="nofollow">https://github.com/rack/rack-contrib/pull/22</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lost sleep over JSON and Rack::PostBodyContentTypeParser by Testing POST with Rack::Test - Software Warlock</title>
		<link>http://jaywiggins.com/2010/04/lost-sleep-over-json-and-rackpostbodycontenttypeparser/comment-page-1/#comment-552</link>
		<dc:creator>Testing POST with Rack::Test - Software Warlock</dc:creator>
		<pubDate>Sat, 18 Dec 2010 21:17:40 +0000</pubDate>
		<guid isPermaLink="false">http://jaywiggins.com/?p=47#comment-552</guid>
		<description>[...] figuring out how to specify JSON post data in your POST tests is not immediately obvious. This article by Jay Wiggins got me on the right track, and I though I&#8217;d [...]</description>
		<content:encoded><![CDATA[<p>[...] figuring out how to specify JSON post data in your POST tests is not immediately obvious. This article by Jay Wiggins got me on the right track, and I though I&#8217;d [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Facebook OAuth with Sinatra by John Wilkinson</title>
		<link>http://jaywiggins.com/2010/05/facebook-oauth-with-sinatra/comment-page-1/#comment-414</link>
		<dc:creator>John Wilkinson</dc:creator>
		<pubDate>Wed, 10 Nov 2010 23:17:58 +0000</pubDate>
		<guid isPermaLink="false">http://jaywiggins.com/?p=53#comment-414</guid>
		<description>Have you checked out the OAuth2 gem? I used it for a project I&#039;m working on with fb integration and it made the web interaction stuff super painless.

http://thechangelog.com/post/543459572/oauth2-ruby-wrapper-for-oauth-2-0</description>
		<content:encoded><![CDATA[<p>Have you checked out the OAuth2 gem? I used it for a project I&#8217;m working on with fb integration and it made the web interaction stuff super painless.</p>
<p><a href="http://thechangelog.com/post/543459572/oauth2-ruby-wrapper-for-oauth-2-0" rel="nofollow">http://thechangelog.com/post/543459572/oauth2-ruby-wrapper-for-oauth-2-0</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Testing Rack::Flash in Sinatra by John Wilkinson</title>
		<link>http://jaywiggins.com/2010/03/testing-rackflash-in-sinatra/comment-page-1/#comment-413</link>
		<dc:creator>John Wilkinson</dc:creator>
		<pubDate>Wed, 10 Nov 2010 22:37:18 +0000</pubDate>
		<guid isPermaLink="false">http://jaywiggins.com/?p=6#comment-413</guid>
		<description>If slightly dumb = hella smart, then yes ^_^ awesome</description>
		<content:encoded><![CDATA[<p>If slightly dumb = hella smart, then yes ^_^ awesome</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lost sleep over JSON and Rack::PostBodyContentTypeParser by Michael Koukoullis</title>
		<link>http://jaywiggins.com/2010/04/lost-sleep-over-json-and-rackpostbodycontenttypeparser/comment-page-1/#comment-234</link>
		<dc:creator>Michael Koukoullis</dc:creator>
		<pubDate>Mon, 02 Aug 2010 07:57:55 +0000</pubDate>
		<guid isPermaLink="false">http://jaywiggins.com/?p=47#comment-234</guid>
		<description>I tracked down the same issue today. FireFox was the culprit in my case. Safari and Chrome don&#039;t append the utf-8 charset stuff.

Monkey patching the parser and including it manually in my sinatra app.</description>
		<content:encoded><![CDATA[<p>I tracked down the same issue today. FireFox was the culprit in my case. Safari and Chrome don&#8217;t append the utf-8 charset stuff.</p>
<p>Monkey patching the parser and including it manually in my sinatra app.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Including common routines in test_helper.rb by Ned</title>
		<link>http://jaywiggins.com/2010/03/including-common-routines-in-test_helper-rb/comment-page-1/#comment-4</link>
		<dc:creator>Ned</dc:creator>
		<pubDate>Fri, 26 Mar 2010 02:13:01 +0000</pubDate>
		<guid isPermaLink="false">http://jaywiggins.com/?p=31#comment-4</guid>
		<description>Test cases... love it!</description>
		<content:encoded><![CDATA[<p>Test cases&#8230; love it!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
