<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Steve @ DynamicEdge</title>
	<atom:link href="http://steve.dynedge.co.uk/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://steve.dynedge.co.uk</link>
	<description>Computer science in the real world. (Ruby, Rails, Semantic Web, Who knows…)</description>
	<lastBuildDate>Mon, 30 Jan 2012 12:59:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Receiving Test Driven Incoming Email for Rails 3 by Steve Smith</title>
		<link>http://steve.dynedge.co.uk/2010/11/29/receiving-test-driven-incoming-email-for-rails-3/#comment-323</link>
		<dc:creator><![CDATA[Steve Smith]]></dc:creator>
		<pubDate>Mon, 30 Jan 2012 12:59:05 +0000</pubDate>
		<guid isPermaLink="false">http://steve.dynedge.co.uk/?p=182#comment-323</guid>
		<description><![CDATA[Thanks, I&#039;ve just corrected this.]]></description>
		<content:encoded><![CDATA[<p>Thanks, I&#8217;ve just corrected this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Receiving Test Driven Incoming Email for Rails 3 by Clay</title>
		<link>http://steve.dynedge.co.uk/2010/11/29/receiving-test-driven-incoming-email-for-rails-3/#comment-322</link>
		<dc:creator><![CDATA[Clay]]></dc:creator>
		<pubDate>Thu, 19 Jan 2012 17:20:07 +0000</pubDate>
		<guid isPermaLink="false">http://steve.dynedge.co.uk/?p=182#comment-322</guid>
		<description><![CDATA[FYI, there&#039;s a typo in your first code example, where skip_before_filter is on the wrong line. :)]]></description>
		<content:encoded><![CDATA[<p>FYI, there&#8217;s a typo in your first code example, where skip_before_filter is on the wrong line. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Rack::Rewrite to remove the www by www, verisign and rack rewrite &#171; The Unemployed Scoundrel</title>
		<link>http://steve.dynedge.co.uk/2010/03/03/using-rackrewrite-to-remove-the-www/#comment-311</link>
		<dc:creator><![CDATA[www, verisign and rack rewrite &#171; The Unemployed Scoundrel]]></dc:creator>
		<pubDate>Tue, 15 Nov 2011 04:16:08 +0000</pubDate>
		<guid isPermaLink="false">http://steve.dynedge.co.uk/?p=46#comment-311</guid>
		<description><![CDATA[[...] Thats where rack-rewrite comes in https://github.com/jtrupiano/rack-rewrite and this post http://steve.dynedge.co.uk/2010/03/03/using-rackrewrite-to-remove-the-www/ helped. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Thats where rack-rewrite comes in https://github.com/jtrupiano/rack-rewrite and this post http://steve.dynedge.co.uk/2010/03/03/using-rackrewrite-to-remove-the-www/ helped. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Receiving and Saving Incoming Email Images and Attachments with Paperclip and Rails 3 by Zach Hale</title>
		<link>http://steve.dynedge.co.uk/2010/12/09/receiving-and-saving-incoming-email-images-and-attachments-with-paperclip-and-rails-3/#comment-310</link>
		<dc:creator><![CDATA[Zach Hale]]></dc:creator>
		<pubDate>Fri, 21 Oct 2011 16:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://steve.dynedge.co.uk/?p=186#comment-310</guid>
		<description><![CDATA[Please add a guide for reading from S3 attachments, too!]]></description>
		<content:encoded><![CDATA[<p>Please add a guide for reading from S3 attachments, too!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Rack::Rewrite to remove the www by molind</title>
		<link>http://steve.dynedge.co.uk/2010/03/03/using-rackrewrite-to-remove-the-www/#comment-307</link>
		<dc:creator><![CDATA[molind]]></dc:creator>
		<pubDate>Thu, 29 Sep 2011 07:48:49 +0000</pubDate>
		<guid isPermaLink="false">http://steve.dynedge.co.uk/?p=46#comment-307</guid>
		<description><![CDATA[There is a mistake in second line. &quot;:if =&gt;&quot; should be &quot;:if =&gt;&quot;]]></description>
		<content:encoded><![CDATA[<p>There is a mistake in second line. &#8220;:if =&gt;&#8221; should be &#8220;:if =&gt;&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Receiving Incoming Email in Rails 3 &#8211; choosing the right approach by Tobias Müller</title>
		<link>http://steve.dynedge.co.uk/2010/09/07/incoming-email-in-rails-3-choosing-the-right-approach/#comment-296</link>
		<dc:creator><![CDATA[Tobias Müller]]></dc:creator>
		<pubDate>Mon, 12 Sep 2011 18:26:21 +0000</pubDate>
		<guid isPermaLink="false">http://steve.dynedge.co.uk/?p=156#comment-296</guid>
		<description><![CDATA[You can encode directly with cURL. You can use &#039;curl -F&#039; or &#039;curl --data-urlencode&#039;.
If you want to receive attachments the curl approach has one disadvantage. The length of commandline parameters is restricted. If the mail is to big, curl will throw an error. What&#039;s a good solution to receive attachments =&lt; 5mb with a rails application that scales?]]></description>
		<content:encoded><![CDATA[<p>You can encode directly with cURL. You can use &#8216;curl -F&#8217; or &#8216;curl &#8211;data-urlencode&#8217;.<br />
If you want to receive attachments the curl approach has one disadvantage. The length of commandline parameters is restricted. If the mail is to big, curl will throw an error. What&#8217;s a good solution to receive attachments =&lt; 5mb with a rails application that scales?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Receiving and Saving Incoming Email Images and Attachments with Paperclip and Rails 3 by Guest</title>
		<link>http://steve.dynedge.co.uk/2010/12/09/receiving-and-saving-incoming-email-images-and-attachments-with-paperclip-and-rails-3/#comment-267</link>
		<dc:creator><![CDATA[Guest]]></dc:creator>
		<pubDate>Tue, 30 Aug 2011 12:32:40 +0000</pubDate>
		<guid isPermaLink="false">http://steve.dynedge.co.uk/?p=186#comment-267</guid>
		<description><![CDATA[i also use background job(Resque) .But When i pass the attachment as argument.it gives error redudant UTF-8 sequence error .i also add patch on ActiveSupport in rails.please give me the idea how to handle the receiving email attachments and save without uploading]]></description>
		<content:encoded><![CDATA[<p>i also use background job(Resque) .But When i pass the attachment as argument.it gives error redudant UTF-8 sequence error .i also add patch on ActiveSupport in rails.please give me the idea how to handle the receiving email attachments and save without uploading</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Receiving Incoming Email in Rails 3 &#8211; choosing the right approach by Tobias Müller</title>
		<link>http://steve.dynedge.co.uk/2010/09/07/incoming-email-in-rails-3-choosing-the-right-approach/#comment-221</link>
		<dc:creator><![CDATA[Tobias Müller]]></dc:creator>
		<pubDate>Wed, 17 Aug 2011 22:36:40 +0000</pubDate>
		<guid isPermaLink="false">http://steve.dynedge.co.uk/?p=156#comment-221</guid>
		<description><![CDATA[Thank you Steve.
I tried it in the controller which doesn&#039;t work.
Escaping in the receiver script works.]]></description>
		<content:encoded><![CDATA[<p>Thank you Steve.<br />
I tried it in the controller which doesn&#8217;t work.<br />
Escaping in the receiver script works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Receiving Incoming Email in Rails 3 &#8211; choosing the right approach by Steve Smith</title>
		<link>http://steve.dynedge.co.uk/2010/09/07/incoming-email-in-rails-3-choosing-the-right-approach/#comment-220</link>
		<dc:creator><![CDATA[Steve Smith]]></dc:creator>
		<pubDate>Wed, 17 Aug 2011 08:38:59 +0000</pubDate>
		<guid isPermaLink="false">http://steve.dynedge.co.uk/?p=156#comment-220</guid>
		<description><![CDATA[For example I changed:

`curl -d &quot;message=#{STDIN.read}&quot; http://localhost/incoming_messages`

to:

`curl -d &quot;message=#{CGI.escape(STDIN.read)}&quot; http://localhost/incoming_messages`]]></description>
		<content:encoded><![CDATA[<p>For example I changed:</p>
<p>`curl -d &#8220;message=#{STDIN.read}&#8221; <a href="http://localhost/incoming_messages" rel="nofollow">http://localhost/incoming_messages</a>`</p>
<p>to:</p>
<p>`curl -d &#8220;message=#{CGI.escape(STDIN.read)}&#8221; <a href="http://localhost/incoming_messages" rel="nofollow">http://localhost/incoming_messages</a>`</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Receiving Incoming Email in Rails 3 &#8211; choosing the right approach by Tobias Müller</title>
		<link>http://steve.dynedge.co.uk/2010/09/07/incoming-email-in-rails-3-choosing-the-right-approach/#comment-219</link>
		<dc:creator><![CDATA[Tobias Müller]]></dc:creator>
		<pubDate>Tue, 16 Aug 2011 20:21:10 +0000</pubDate>
		<guid isPermaLink="false">http://steve.dynedge.co.uk/?p=156#comment-219</guid>
		<description><![CDATA[What do you mean with url encoding? Where should this happen?
Thanks
Tobias]]></description>
		<content:encoded><![CDATA[<p>What do you mean with url encoding? Where should this happen?<br />
Thanks<br />
Tobias</p>
]]></content:encoded>
	</item>
</channel>
</rss>

