<?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"
	>
<channel>
	<title>Comments on: The Ruby On Rails Paperclip Plugin Tutorial - Easy Image Attachments</title>
	<atom:link href="http://burm.net/2008/10/07/the-ruby-on-rails-paperclip-plugin-tutorial-easy-image-attachments/feed/" rel="self" type="application/rss+xml" />
	<link>http://burm.net/2008/10/07/the-ruby-on-rails-paperclip-plugin-tutorial-easy-image-attachments/</link>
	<description>John Burmeister's Blog</description>
	<pubDate>Wed, 07 Jan 2009 04:12:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Ronen</title>
		<link>http://burm.net/2008/10/07/the-ruby-on-rails-paperclip-plugin-tutorial-easy-image-attachments/#comment-4292</link>
		<dc:creator>Ronen</dc:creator>
		<pubDate>Tue, 11 Nov 2008 17:34:37 +0000</pubDate>
		<guid isPermaLink="false">http://burm.net/?p=127#comment-4292</guid>
		<description>Thanks for this great tutorial John.

For some reason I had a very difficult time installing the plugin.  It would always start installing and then remove it right away.  Eventually, I got it to work just by installing the gem for paperclip.  I am using rails 2.1.2 and using gem version 1.3.1

'gem install paperclip'

it installed version 2.1.2 and I was then able to generate my paperclip migration.

Just wanted to share that.

Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks for this great tutorial John.</p>
<p>For some reason I had a very difficult time installing the plugin.  It would always start installing and then remove it right away.  Eventually, I got it to work just by installing the gem for paperclip.  I am using rails 2.1.2 and using gem version 1.3.1</p>
<p>&#8216;gem install paperclip&#8217;</p>
<p>it installed version 2.1.2 and I was then able to generate my paperclip migration.</p>
<p>Just wanted to share that.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SH</title>
		<link>http://burm.net/2008/10/07/the-ruby-on-rails-paperclip-plugin-tutorial-easy-image-attachments/#comment-4290</link>
		<dc:creator>SH</dc:creator>
		<pubDate>Tue, 11 Nov 2008 10:21:21 +0000</pubDate>
		<guid isPermaLink="false">http://burm.net/?p=127#comment-4290</guid>
		<description>The line
add_column :events, :photo_updated_at,   :datetime 
has to be added in the migration file. The corresponding remove column has to added in the down method.</description>
		<content:encoded><![CDATA[<p>The line<br />
add_column :events, :photo_updated_at,   :datetime<br />
has to be added in the migration file. The corresponding remove column has to added in the down method.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gustavo Gonzalez</title>
		<link>http://burm.net/2008/10/07/the-ruby-on-rails-paperclip-plugin-tutorial-easy-image-attachments/#comment-4130</link>
		<dc:creator>Gustavo Gonzalez</dc:creator>
		<pubDate>Thu, 23 Oct 2008 05:41:07 +0000</pubDate>
		<guid isPermaLink="false">http://burm.net/?p=127#comment-4130</guid>
		<description>Hello, I just want to say that first you need to install ImageMagick and rb-rmagick ports to get this going, that works in my case, thanks</description>
		<content:encoded><![CDATA[<p>Hello, I just want to say that first you need to install ImageMagick and rb-rmagick ports to get this going, that works in my case, thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruby On Rails Polymorphic Paperclip Plugin Tutorial &#124; Burm.net</title>
		<link>http://burm.net/2008/10/07/the-ruby-on-rails-paperclip-plugin-tutorial-easy-image-attachments/#comment-4058</link>
		<dc:creator>Ruby On Rails Polymorphic Paperclip Plugin Tutorial &#124; Burm.net</dc:creator>
		<pubDate>Sat, 18 Oct 2008 02:59:52 +0000</pubDate>
		<guid isPermaLink="false">http://burm.net/?p=127#comment-4058</guid>
		<description>[...] tutorial is an extension of the paperclip tutorial I put up last week. This time we are going to take advantage of polymorphic paperclip. Polymorphic [...]</description>
		<content:encoded><![CDATA[<p>[...] tutorial is an extension of the paperclip tutorial I put up last week. This time we are going to take advantage of polymorphic paperclip. Polymorphic [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Burmeister</title>
		<link>http://burm.net/2008/10/07/the-ruby-on-rails-paperclip-plugin-tutorial-easy-image-attachments/#comment-4057</link>
		<dc:creator>John Burmeister</dc:creator>
		<pubDate>Sat, 18 Oct 2008 01:28:23 +0000</pubDate>
		<guid isPermaLink="false">http://burm.net/?p=127#comment-4057</guid>
		<description>Also, working on a polymorphic paperclip tutorial now, should be posted by tonight!  Which allows multiple (unlimited) attachments per model.</description>
		<content:encoded><![CDATA[<p>Also, working on a polymorphic paperclip tutorial now, should be posted by tonight!  Which allows multiple (unlimited) attachments per model.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Burmeister</title>
		<link>http://burm.net/2008/10/07/the-ruby-on-rails-paperclip-plugin-tutorial-easy-image-attachments/#comment-4056</link>
		<dc:creator>John Burmeister</dc:creator>
		<pubDate>Sat, 18 Oct 2008 00:18:40 +0000</pubDate>
		<guid isPermaLink="false">http://burm.net/?p=127#comment-4056</guid>
		<description>Fixed a typo, it should be script/plugin install, not script/install to install paperclip</description>
		<content:encoded><![CDATA[<p>Fixed a typo, it should be script/plugin install, not script/install to install paperclip</p>
]]></content:encoded>
	</item>
</channel>
</rss>
