<?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: Attachment_fu updated!</title>
	<atom:link href="http://railsontherun.com/2007/11/28/attachment_fu-updated/feed/" rel="self" type="application/rss+xml" />
	<link>http://railsontherun.com/2007/11/28/attachment_fu-updated/</link>
	<description>Rails experiments by Matt Aimonetti</description>
	<lastBuildDate>Tue, 23 Feb 2010 22:05:18 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: SC</title>
		<link>http://railsontherun.com/2007/11/28/attachment_fu-updated/comment-page-1/#comment-1546</link>
		<dc:creator>SC</dc:creator>
		<pubDate>Wed, 28 Nov 2007 08:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://railsontherun.com/2007/11/28/attachment_fu-updated#comment-1546</guid>
		<description>Thank you, thank you! A Google group would be great along with some extra tutorials.</description>
		<content:encoded><![CDATA[<p>Thank you, thank you! A Google group would be great along with some extra tutorials.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dylan</title>
		<link>http://railsontherun.com/2007/11/28/attachment_fu-updated/comment-page-1/#comment-1547</link>
		<dc:creator>Dylan</dc:creator>
		<pubDate>Wed, 28 Nov 2007 08:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://railsontherun.com/2007/11/28/attachment_fu-updated#comment-1547</guid>
		<description>Awesome, Matt! I also think a google group would be a big benefit.

I reckon, one of the first things most people using RMagick hack in attachment_fu is the resize_image method to allow it to properly crop &amp; resize versions; I really can&#039;t think of any reason why cropping this way isn&#039;t the out of the box behavior.

http://pastie.caboo.se/123053</description>
		<content:encoded><![CDATA[<p>Awesome, Matt! I also think a google group would be a big benefit.</p>
<p>I reckon, one of the first things most people using RMagick hack in attachment_fu is the resize_image method to allow it to properly crop &amp; resize versions; I really can&#8217;t think of any reason why cropping this way isn&#8217;t the out of the box behavior.</p>
<p><a href="http://pastie.caboo.se/123053" rel="nofollow">http://pastie.caboo.se/123053</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://railsontherun.com/2007/11/28/attachment_fu-updated/comment-page-1/#comment-1548</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Wed, 28 Nov 2007 08:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://railsontherun.com/2007/11/28/attachment_fu-updated#comment-1548</guid>
		<description>Thanks Matt, I&#039;m looking forward to upgrading.  Do any of the current or future S3 mods happen to reduce the occurrence of EOF errors?  (google search on &quot;s3 eoferror&quot;)</description>
		<content:encoded><![CDATA[<p>Thanks Matt, I&#8217;m looking forward to upgrading.  Do any of the current or future S3 mods happen to reduce the occurrence of EOF errors?  (google search on &quot;s3 eoferror&quot;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Timothy Johnson</title>
		<link>http://railsontherun.com/2007/11/28/attachment_fu-updated/comment-page-1/#comment-1549</link>
		<dc:creator>Timothy Johnson</dc:creator>
		<pubDate>Wed, 28 Nov 2007 08:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://railsontherun.com/2007/11/28/attachment_fu-updated#comment-1549</guid>
		<description>Yes, cropping while resizing was a fix that I had to make also to attachment-fu back a while ago. Thanks for getting on this and cleaning it up.</description>
		<content:encoded><![CDATA[<p>Yes, cropping while resizing was a fix that I had to make also to attachment-fu back a while ago. Thanks for getting on this and cleaning it up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://railsontherun.com/2007/11/28/attachment_fu-updated/comment-page-1/#comment-1550</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Wed, 28 Nov 2007 08:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://railsontherun.com/2007/11/28/attachment_fu-updated#comment-1550</guid>
		<description>Did you fix S3 storage EOF issues? My fix is to retry exception 2-3 times every time you use S3Object:
          begin
              S3Object.....
          rescue EOFError
              retry
            end</description>
		<content:encoded><![CDATA[<p>Did you fix S3 storage EOF issues? My fix is to retry exception 2-3 times every time you use S3Object:<br />
          begin<br />
              S3Object&#8230;..<br />
          rescue EOFError<br />
              retry<br />
            end</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Aimonetti</title>
		<link>http://railsontherun.com/2007/11/28/attachment_fu-updated/comment-page-1/#comment-1551</link>
		<dc:creator>Matt Aimonetti</dc:creator>
		<pubDate>Wed, 28 Nov 2007 08:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://railsontherun.com/2007/11/28/attachment_fu-updated#comment-1551</guid>
		<description>@Joe I&#039;m not aware of this problem.

New google group setup: http://groups.google.com/group/attachment_fu/ feel free to join.</description>
		<content:encoded><![CDATA[<p>@Joe I&#8217;m not aware of this problem.</p>
<p>New google group setup: <a href="http://groups.google.com/group/attachment_fu/" rel="nofollow">http://groups.google.com/group/attachment_fu/</a> feel free to join.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathaniel Bibler</title>
		<link>http://railsontherun.com/2007/11/28/attachment_fu-updated/comment-page-1/#comment-1552</link>
		<dc:creator>Nathaniel Bibler</dc:creator>
		<pubDate>Wed, 28 Nov 2007 08:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://railsontherun.com/2007/11/28/attachment_fu-updated#comment-1552</guid>
		<description>Wow.  Great job!  I use attachment_fu on several projects and seem to have bug fixes spread out all over for it.  The group thing is a great idea and I&#039;d definitely help out with supporting it.</description>
		<content:encoded><![CDATA[<p>Wow.  Great job!  I use attachment_fu on several projects and seem to have bug fixes spread out all over for it.  The group thing is a great idea and I&#8217;d definitely help out with supporting it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Dempsey</title>
		<link>http://railsontherun.com/2007/11/28/attachment_fu-updated/comment-page-1/#comment-1553</link>
		<dc:creator>Robert Dempsey</dc:creator>
		<pubDate>Wed, 28 Nov 2007 08:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://railsontherun.com/2007/11/28/attachment_fu-updated#comment-1553</guid>
		<description>Matt,

Thanks for making a great plugin even better. We are looking forward to seeing what other enhancements you have in store.

Robert</description>
		<content:encoded><![CDATA[<p>Matt,</p>
<p>Thanks for making a great plugin even better. We are looking forward to seeing what other enhancements you have in store.</p>
<p>Robert</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: takeo</title>
		<link>http://railsontherun.com/2007/11/28/attachment_fu-updated/comment-page-1/#comment-1554</link>
		<dc:creator>takeo</dc:creator>
		<pubDate>Wed, 28 Nov 2007 08:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://railsontherun.com/2007/11/28/attachment_fu-updated#comment-1554</guid>
		<description>Joe, I think the fix for that is to make it so the S3 connection is not persistent. I&#039;m pretty sure I read somewhere that Marcel Molina who wrote the aws::s3 gem a_fu uses said that was the issue and the fix is to add :persistent =&gt; false in the Base.establish_connection! method of s3_backend.rb</description>
		<content:encoded><![CDATA[<p>Joe, I think the fix for that is to make it so the S3 connection is not persistent. I&#8217;m pretty sure I read somewhere that Marcel Molina who wrote the aws::s3 gem a_fu uses said that was the issue and the fix is to add :persistent =&gt; false in the Base.establish_connection! method of s3_backend.rb</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonas</title>
		<link>http://railsontherun.com/2007/11/28/attachment_fu-updated/comment-page-1/#comment-1555</link>
		<dc:creator>Jonas</dc:creator>
		<pubDate>Wed, 28 Nov 2007 08:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://railsontherun.com/2007/11/28/attachment_fu-updated#comment-1555</guid>
		<description>I&#039;m currently getting errors when trying to connect to a bucket in EU. But as far as I know that problem has nothing to do with the plugin itself. Awesome, Matt!</description>
		<content:encoded><![CDATA[<p>I&#8217;m currently getting errors when trying to connect to a bucket in EU. But as far as I know that problem has nothing to do with the plugin itself. Awesome, Matt!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
