<?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 Bright Chimp</title>
	<atom:link href="http://brightchimp.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://brightchimp.com</link>
	<description>Thoughts from a bald monkey</description>
	<lastBuildDate>Thu, 08 Mar 2012 20:43:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Gotchas migrating rails file_column to use Amazon S3 by Bright Chimp</title>
		<link>http://brightchimp.com/2008/09/04/gotchas-migrating-rails-file_column-to-use-amazon-s3/#comment-48</link>
		<dc:creator><![CDATA[Bright Chimp]]></dc:creator>
		<pubDate>Thu, 08 Mar 2012 20:43:01 +0000</pubDate>
		<guid isPermaLink="false">http://interruptions.wordpress.com/?p=24#comment-48</guid>
		<description><![CDATA[Hi, Sorry for the slow reply. I&#039;m afraid I can&#039;t share the code but the flag I added to the objects was called &quot;stored_remotely&quot;. This was a field of active record and was set once I&#039;d confirmed the files were actually stored on S3.

If you are doing file uploads I&#039;d recommend you avoid file_column altogether and use &lt;a href=&quot;https://github.com/thoughtbot/paperclip&quot; title=&quot;Paperclip Gem&quot; rel=&quot;nofollow&quot;&gt;paperclip&lt;/a&gt; instead. It has support for S3 built in and is actively maintained. There is a &lt;a href=&quot;http://railscasts.com/episodes/134-paperclip&quot; title=&quot;Paperclip tutorial&quot; rel=&quot;nofollow&quot;&gt;railscast on paperclip&lt;/a&gt; but it&#039;s from 2008 - I&#039;d recommend looking at the readme first as its usage may have changed since then.

I hope that helps.]]></description>
		<content:encoded><![CDATA[<p>Hi, Sorry for the slow reply. I&#8217;m afraid I can&#8217;t share the code but the flag I added to the objects was called &#8220;stored_remotely&#8221;. This was a field of active record and was set once I&#8217;d confirmed the files were actually stored on S3.</p>
<p>If you are doing file uploads I&#8217;d recommend you avoid file_column altogether and use <a href="https://github.com/thoughtbot/paperclip" title="Paperclip Gem" rel="nofollow">paperclip</a> instead. It has support for S3 built in and is actively maintained. There is a <a href="http://railscasts.com/episodes/134-paperclip" title="Paperclip tutorial" rel="nofollow">railscast on paperclip</a> but it&#8217;s from 2008 &#8211; I&#8217;d recommend looking at the readme first as its usage may have changed since then.</p>
<p>I hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Gotchas migrating rails file_column to use Amazon S3 by dchapman1988</title>
		<link>http://brightchimp.com/2008/09/04/gotchas-migrating-rails-file_column-to-use-amazon-s3/#comment-47</link>
		<dc:creator><![CDATA[dchapman1988]]></dc:creator>
		<pubDate>Wed, 29 Feb 2012 22:46:48 +0000</pubDate>
		<guid isPermaLink="false">http://interruptions.wordpress.com/?p=24#comment-47</guid>
		<description><![CDATA[It&#039;s been a while since you&#039;ve written this article, but I was wondering if you could possibly share some examples of setting flags on Objects that you described.]]></description>
		<content:encoded><![CDATA[<p>It&#8217;s been a while since you&#8217;ve written this article, but I was wondering if you could possibly share some examples of setting flags on Objects that you described.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Gotchas migrating rails file_column to use Amazon S3 by David</title>
		<link>http://brightchimp.com/2008/09/04/gotchas-migrating-rails-file_column-to-use-amazon-s3/#comment-46</link>
		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Tue, 24 Jan 2012 15:09:15 +0000</pubDate>
		<guid isPermaLink="false">http://interruptions.wordpress.com/?p=24#comment-46</guid>
		<description><![CDATA[Would you mind sharing your code you used to solve these gotchas?]]></description>
		<content:encoded><![CDATA[<p>Would you mind sharing your code you used to solve these gotchas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting started with S3 and Ruby on Rails by Bright Chimp</title>
		<link>http://brightchimp.com/2008/07/29/getting-started-with-amazon-s3-and-ruby-on-rails/#comment-30</link>
		<dc:creator><![CDATA[Bright Chimp]]></dc:creator>
		<pubDate>Mon, 20 Sep 2010 08:09:36 +0000</pubDate>
		<guid isPermaLink="false">http://interruptions.wordpress.com/?p=3#comment-30</guid>
		<description><![CDATA[Hi Seen,
I haven&#039;t tried using attachment_fu, but I think the latest thing to use is paperclip.

We discovered just recently that there are reported issues with the aws s3 gem and European buckets. See here for more details:
http://thewebfellas.com/blog/2010/1/31/paperclip-vs-amazon-s3-european-buckets

Good luck!]]></description>
		<content:encoded><![CDATA[<p>Hi Seen,<br />
I haven&#8217;t tried using attachment_fu, but I think the latest thing to use is paperclip.</p>
<p>We discovered just recently that there are reported issues with the aws s3 gem and European buckets. See here for more details:<br />
<a href="http://thewebfellas.com/blog/2010/1/31/paperclip-vs-amazon-s3-european-buckets" rel="nofollow">http://thewebfellas.com/blog/2010/1/31/paperclip-vs-amazon-s3-european-buckets</a></p>
<p>Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting started with S3 and Ruby on Rails by seen</title>
		<link>http://brightchimp.com/2008/07/29/getting-started-with-amazon-s3-and-ruby-on-rails/#comment-29</link>
		<dc:creator><![CDATA[seen]]></dc:creator>
		<pubDate>Sat, 18 Sep 2010 06:50:59 +0000</pubDate>
		<guid isPermaLink="false">http://interruptions.wordpress.com/?p=3#comment-29</guid>
		<description><![CDATA[i like your post ,

i am going to implement aws s3 servise to my rails app for upload images, i used attachment_fu plugin to upload images.

any one guide me how to implement aws s3 to my app.]]></description>
		<content:encoded><![CDATA[<p>i like your post ,</p>
<p>i am going to implement aws s3 servise to my rails app for upload images, i used attachment_fu plugin to upload images.</p>
<p>any one guide me how to implement aws s3 to my app.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting started with S3 and Ruby on Rails by Bright Chimp</title>
		<link>http://brightchimp.com/2008/07/29/getting-started-with-amazon-s3-and-ruby-on-rails/#comment-28</link>
		<dc:creator><![CDATA[Bright Chimp]]></dc:creator>
		<pubDate>Wed, 16 Jun 2010 07:43:07 +0000</pubDate>
		<guid isPermaLink="false">http://interruptions.wordpress.com/?p=3#comment-28</guid>
		<description><![CDATA[Cheers Sam :)]]></description>
		<content:encoded><![CDATA[<p>Cheers Sam <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting started with S3 and Ruby on Rails by Sam</title>
		<link>http://brightchimp.com/2008/07/29/getting-started-with-amazon-s3-and-ruby-on-rails/#comment-27</link>
		<dc:creator><![CDATA[Sam]]></dc:creator>
		<pubDate>Tue, 15 Jun 2010 14:37:22 +0000</pubDate>
		<guid isPermaLink="false">http://interruptions.wordpress.com/?p=3#comment-27</guid>
		<description><![CDATA[Thank you for this brief intro to S3. Simple and to the point. Very helpful.]]></description>
		<content:encoded><![CDATA[<p>Thank you for this brief intro to S3. Simple and to the point. Very helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting started with S3 and Ruby on Rails by Bright Chimp</title>
		<link>http://brightchimp.com/2008/07/29/getting-started-with-amazon-s3-and-ruby-on-rails/#comment-26</link>
		<dc:creator><![CDATA[Bright Chimp]]></dc:creator>
		<pubDate>Thu, 27 May 2010 13:08:50 +0000</pubDate>
		<guid isPermaLink="false">http://interruptions.wordpress.com/?p=3#comment-26</guid>
		<description><![CDATA[Thanks Davide, corrected :)]]></description>
		<content:encoded><![CDATA[<p>Thanks Davide, corrected <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting started with S3 and Ruby on Rails by Davide</title>
		<link>http://brightchimp.com/2008/07/29/getting-started-with-amazon-s3-and-ruby-on-rails/#comment-25</link>
		<dc:creator><![CDATA[Davide]]></dc:creator>
		<pubDate>Thu, 27 May 2010 10:45:35 +0000</pubDate>
		<guid isPermaLink="false">http://interruptions.wordpress.com/?p=3#comment-25</guid>
		<description><![CDATA[ThankU 4 Sharing!
There is an error of Typo 
the command for s3 console connection isn&#039;t s3h but:

$s3sh 

:)]]></description>
		<content:encoded><![CDATA[<p>ThankU 4 Sharing!<br />
There is an error of Typo<br />
the command for s3 console connection isn&#8217;t s3h but:</p>
<p>$s3sh<br />
 <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hand drawn speech bubble using CSS3 border-image by CSS3 Lesson 2: All About Borders &#124; Dave PC Guy</title>
		<link>http://brightchimp.com/2008/09/07/hand-drawn-speac-bubble-using-css3-border-image/#comment-24</link>
		<dc:creator><![CDATA[CSS3 Lesson 2: All About Borders &#124; Dave PC Guy]]></dc:creator>
		<pubDate>Thu, 03 Dec 2009 15:39:18 +0000</pubDate>
		<guid isPermaLink="false">http://interruptions.wordpress.com/?p=36#comment-24</guid>
		<description><![CDATA[[...] I found a great example on how to use this [...]]]></description>
		<content:encoded><![CDATA[<p>[...] I found a great example on how to use this [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

