<?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: using file_column in Ruby on Rails</title>
	<atom:link href="http://reinventar.com/2007/07/using-file_column-in-ruby-on-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://reinventar.com/2007/07/using-file_column-in-ruby-on-rails/</link>
	<description>now with double the colour and flavor!</description>
	<lastBuildDate>Thu, 29 Jul 2010 21:02:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Sultan Bhatia</title>
		<link>http://reinventar.com/2007/07/using-file_column-in-ruby-on-rails/comment-page-1/#comment-12793</link>
		<dc:creator>Sultan Bhatia</dc:creator>
		<pubDate>Tue, 28 Jul 2009 15:48:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.reinventar.com/2007/07/using-file_column-in-ruby-on-rails/#comment-12793</guid>
		<description>How about if I want to use a DB for storage instead of file system?</description>
		<content:encoded><![CDATA[<p>How about if I want to use a DB for storage instead of file system?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lmjabreu</title>
		<link>http://reinventar.com/2007/07/using-file_column-in-ruby-on-rails/comment-page-1/#comment-4804</link>
		<dc:creator>lmjabreu</dc:creator>
		<pubDate>Mon, 15 Sep 2008 10:54:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.reinventar.com/2007/07/using-file_column-in-ruby-on-rails/#comment-4804</guid>
		<description>Paperclip: http://jimneath.org/2008/04/17/paperclip-attaching-files-in-rails/</description>
		<content:encoded><![CDATA[<p>Paperclip: <a href="http://jimneath.org/2008/04/17/paperclip-attaching-files-in-rails/" rel="nofollow">http://jimneath.org/2008/04/17/paperclip-attaching-files-in-rails/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: psousa</title>
		<link>http://reinventar.com/2007/07/using-file_column-in-ruby-on-rails/comment-page-1/#comment-4803</link>
		<dc:creator>psousa</dc:creator>
		<pubDate>Mon, 15 Sep 2008 10:02:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.reinventar.com/2007/07/using-file_column-in-ruby-on-rails/#comment-4803</guid>
		<description>You&#039;re right. I forgot to mention it. Thanks!</description>
		<content:encoded><![CDATA[<p>You&#8217;re right. I forgot to mention it. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://reinventar.com/2007/07/using-file_column-in-ruby-on-rails/comment-page-1/#comment-4779</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Sun, 14 Sep 2008 14:27:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.reinventar.com/2007/07/using-file_column-in-ruby-on-rails/#comment-4779</guid>
		<description>This blog and the on at Sebastion Kanthak&#039;s website don&#039;t mention any changes to your database to hold the file image path.  

if you model contains this: 

file_column :image

then your model table in the db must contain a column named image that is of type varchar(255)

if your model contains this: 

file_column :image2

your db must contain a column named image2 that is varchar(255)

Steve</description>
		<content:encoded><![CDATA[<p>This blog and the on at Sebastion Kanthak&#8217;s website don&#8217;t mention any changes to your database to hold the file image path.  </p>
<p>if you model contains this: </p>
<p>file_column :image</p>
<p>then your model table in the db must contain a column named image that is of type varchar(255)</p>
<p>if your model contains this: </p>
<p>file_column :image2</p>
<p>your db must contain a column named image2 that is varchar(255)</p>
<p>Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Monica Chaturvedi</title>
		<link>http://reinventar.com/2007/07/using-file_column-in-ruby-on-rails/comment-page-1/#comment-4659</link>
		<dc:creator>Monica Chaturvedi</dc:creator>
		<pubDate>Tue, 09 Sep 2008 11:54:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.reinventar.com/2007/07/using-file_column-in-ruby-on-rails/#comment-4659</guid>
		<description>THanks! Your post solved my problem</description>
		<content:encoded><![CDATA[<p>THanks! Your post solved my problem</p>
]]></content:encoded>
	</item>
</channel>
</rss>
