<?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: Ruby On Rails Polymorphic Paperclip Plugin Tutorial</title>
	<atom:link href="http://burm.net/2008/10/17/ruby-on-rails-polymorphic-paperclip-plugin-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://burm.net/2008/10/17/ruby-on-rails-polymorphic-paperclip-plugin-tutorial/</link>
	<description>John Burmeister's Blog</description>
	<lastBuildDate>Sun, 29 Jan 2012 16:36:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: ashis</title>
		<link>http://burm.net/2008/10/17/ruby-on-rails-polymorphic-paperclip-plugin-tutorial/comment-page-1/#comment-60189</link>
		<dc:creator>ashis</dc:creator>
		<pubDate>Mon, 18 Jul 2011 06:23:37 +0000</pubDate>
		<guid isPermaLink="false">http://burm.net/?p=138#comment-60189</guid>
		<description>how do i enable multiple uploads?</description>
		<content:encoded><![CDATA[<p>how do i enable multiple uploads?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: avery</title>
		<link>http://burm.net/2008/10/17/ruby-on-rails-polymorphic-paperclip-plugin-tutorial/comment-page-1/#comment-37961</link>
		<dc:creator>avery</dc:creator>
		<pubDate>Wed, 08 Sep 2010 22:03:51 +0000</pubDate>
		<guid isPermaLink="false">http://burm.net/?p=138#comment-37961</guid>
		<description>Adam, 






</description>
		<content:encoded><![CDATA[<p>Adam,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: avery</title>
		<link>http://burm.net/2008/10/17/ruby-on-rails-polymorphic-paperclip-plugin-tutorial/comment-page-1/#comment-37960</link>
		<dc:creator>avery</dc:creator>
		<pubDate>Wed, 08 Sep 2010 22:01:08 +0000</pubDate>
		<guid isPermaLink="false">http://burm.net/?p=138#comment-37960</guid>
		<description>@artist.assets.detach doesn&#039;t work quite the way described.  You can&#039;t call the method &#039;detach&#039; on an array.  Perhaps something like this is better:

@artist.assets.each do &#124;asset&#124;
  @artist.assets.detach(asset)
end</description>
		<content:encoded><![CDATA[<p>@artist.assets.detach doesn&#8217;t work quite the way described.  You can&#8217;t call the method &#8216;detach&#8217; on an array.  Perhaps something like this is better:</p>
<p>@artist.assets.each do |asset|<br />
  @artist.assets.detach(asset)<br />
end</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Levi Rosol</title>
		<link>http://burm.net/2008/10/17/ruby-on-rails-polymorphic-paperclip-plugin-tutorial/comment-page-1/#comment-37398</link>
		<dc:creator>Levi Rosol</dc:creator>
		<pubDate>Fri, 27 Aug 2010 04:45:40 +0000</pubDate>
		<guid isPermaLink="false">http://burm.net/?p=138#comment-37398</guid>
		<description>has anyone been able to get this to work with s3? I was using paperclip with s3 for an avatar on my model, and now have this setup. when i save a file, the s3 settings i set in the asset.rb get ignored. 

based on what i&#039;ve done so far, i&#039;m starting to thing that it really is the case that the polymorphic paperclip is doing exactly that. can anyone speak to this?</description>
		<content:encoded><![CDATA[<p>has anyone been able to get this to work with s3? I was using paperclip with s3 for an avatar on my model, and now have this setup. when i save a file, the s3 settings i set in the asset.rb get ignored. </p>
<p>based on what i&#8217;ve done so far, i&#8217;m starting to thing that it really is the case that the polymorphic paperclip is doing exactly that. can anyone speak to this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paperclip and ImageMagick and a Weird Problem &#8212; in RoR &#124; dogan kaya berktas</title>
		<link>http://burm.net/2008/10/17/ruby-on-rails-polymorphic-paperclip-plugin-tutorial/comment-page-1/#comment-35944</link>
		<dc:creator>Paperclip and ImageMagick and a Weird Problem &#8212; in RoR &#124; dogan kaya berktas</dc:creator>
		<pubDate>Tue, 13 Jul 2010 19:16:32 +0000</pubDate>
		<guid isPermaLink="false">http://burm.net/?p=138#comment-35944</guid>
		<description>[...] Ruby On Rails Polymorphic Paperclip Plug-in Tutorial [...]</description>
		<content:encoded><![CDATA[<p>[...] Ruby On Rails Polymorphic Paperclip Plug-in Tutorial [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mihai</title>
		<link>http://burm.net/2008/10/17/ruby-on-rails-polymorphic-paperclip-plugin-tutorial/comment-page-1/#comment-34903</link>
		<dc:creator>Mihai</dc:creator>
		<pubDate>Fri, 14 May 2010 17:16:28 +0000</pubDate>
		<guid isPermaLink="false">http://burm.net/?p=138#comment-34903</guid>
		<description>adam, found the solution to your problem?</description>
		<content:encoded><![CDATA[<p>adam, found the solution to your problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rtacconi</title>
		<link>http://burm.net/2008/10/17/ruby-on-rails-polymorphic-paperclip-plugin-tutorial/comment-page-1/#comment-33100</link>
		<dc:creator>rtacconi</dc:creator>
		<pubDate>Sun, 24 Jan 2010 00:53:32 +0000</pubDate>
		<guid isPermaLink="false">http://burm.net/?p=138#comment-33100</guid>
		<description>I am not able to save any file. I always get object.assets.size = 0</description>
		<content:encoded><![CDATA[<p>I am not able to save any file. I always get object.assets.size = 0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jayme</title>
		<link>http://burm.net/2008/10/17/ruby-on-rails-polymorphic-paperclip-plugin-tutorial/comment-page-1/#comment-32156</link>
		<dc:creator>Jayme</dc:creator>
		<pubDate>Fri, 20 Nov 2009 01:14:01 +0000</pubDate>
		<guid isPermaLink="false">http://burm.net/?p=138#comment-32156</guid>
		<description>Where can I change the accepted content file type?</description>
		<content:encoded><![CDATA[<p>Where can I change the accepted content file type?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adam</title>
		<link>http://burm.net/2008/10/17/ruby-on-rails-polymorphic-paperclip-plugin-tutorial/comment-page-1/#comment-32099</link>
		<dc:creator>adam</dc:creator>
		<pubDate>Fri, 13 Nov 2009 06:08:07 +0000</pubDate>
		<guid isPermaLink="false">http://burm.net/?p=138#comment-32099</guid>
		<description>sorry...that should&#039;ve been:

&lt;% @project.assets.each do &#124;asset&#124; %&gt;

    &lt;%= image_tag asset.url(:thumb) %&gt;&lt;br /&gt;
    &lt;%= link_to &quot;delete&quot;, asset.detach(asset) %&gt;

&lt;% end %&gt;</description>
		<content:encoded><![CDATA[<p>sorry&#8230;that should&#8217;ve been:</p>
<p>&lt;% @project.assets.each do |asset| %&gt;</p>
<p>    &lt;%= image_tag asset.url(:thumb) %&gt;&lt;br /&gt;<br />
    &lt;%= link_to &#8220;delete&#8221;, asset.detach(asset) %&gt;</p>
<p>&lt;% end %&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adam</title>
		<link>http://burm.net/2008/10/17/ruby-on-rails-polymorphic-paperclip-plugin-tutorial/comment-page-1/#comment-32098</link>
		<dc:creator>adam</dc:creator>
		<pubDate>Fri, 13 Nov 2009 06:06:22 +0000</pubDate>
		<guid isPermaLink="false">http://burm.net/?p=138#comment-32098</guid>
		<description>I cannot get 

&lt;code&gt;


    
    


&lt;/code&gt;

to work.  I get &quot;ActiveRecord::RecordNotFound&quot; when i try to view the page with that code in it.</description>
		<content:encoded><![CDATA[<p>I cannot get </p>
<p><code></p>
<p></code></p>
<p>to work.  I get &#8220;ActiveRecord::RecordNotFound&#8221; when i try to view the page with that code in it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

