<?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: Pluralize table names &#8211; no thanks!</title>
	<atom:link href="http://justinramel.com/2006/04/04/pluralize-table-names-no-thanks/feed/" rel="self" type="application/rss+xml" />
	<link>http://justinramel.com/2006/04/04/pluralize-table-names-no-thanks/</link>
	<description>A list of stuff I should remember but never do</description>
	<lastBuildDate>Mon, 26 Jul 2010 11:15:10 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Anonymous</title>
		<link>http://justinramel.com/2006/04/04/pluralize-table-names-no-thanks/comment-page-1/#comment-59</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 03 Dec 2008 10:39:30 +0000</pubDate>
		<guid isPermaLink="false">http://justinram.wordpress.com/2006/04/04/pluralize-table-names-no-thanks/#comment-59</guid>
		<description>thank you very much</description>
		<content:encoded><![CDATA[<p>thank you very much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://justinramel.com/2006/04/04/pluralize-table-names-no-thanks/comment-page-1/#comment-58</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sun, 30 Mar 2008 03:42:46 +0000</pubDate>
		<guid isPermaLink="false">http://justinram.wordpress.com/2006/04/04/pluralize-table-names-no-thanks/#comment-58</guid>
		<description>Thanks for the tip. I&#039;m new to Rails and I&#039;m glad I don&#039;t have to start pluralizing everything.  I did find, unfortunately, that this option is not honored correctly by the new scaffold generator in Rails 2.0.2. It  created an index view that references (plural) @things, which is nil because the corresponding controller&#039;s index method creates a (singular) @thing variable. Oh well.</description>
		<content:encoded><![CDATA[<p>Thanks for the tip. I&#8217;m new to Rails and I&#8217;m glad I don&#8217;t have to start pluralizing everything.  I did find, unfortunately, that this option is not honored correctly by the new scaffold generator in Rails 2.0.2. It  created an index view that references (plural) @things, which is nil because the corresponding controller&#8217;s index method creates a (singular) @thing variable. Oh well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eryna82</title>
		<link>http://justinramel.com/2006/04/04/pluralize-table-names-no-thanks/comment-page-1/#comment-57</link>
		<dc:creator>eryna82</dc:creator>
		<pubDate>Tue, 18 Mar 2008 07:53:55 +0000</pubDate>
		<guid isPermaLink="false">http://justinram.wordpress.com/2006/04/04/pluralize-table-names-no-thanks/#comment-57</guid>
		<description>thanks for the information.
it really helps

like seth, i also work with existing tables in oracle.
it&#039;s irritating when error &quot;table are not exist&quot; comes out</description>
		<content:encoded><![CDATA[<p>thanks for the information.<br />
it really helps</p>
<p>like seth, i also work with existing tables in oracle.<br />
it&#8217;s irritating when error &#8220;table are not exist&#8221; comes out</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alwyn</title>
		<link>http://justinramel.com/2006/04/04/pluralize-table-names-no-thanks/comment-page-1/#comment-56</link>
		<dc:creator>Alwyn</dc:creator>
		<pubDate>Sat, 05 May 2007 12:55:35 +0000</pubDate>
		<guid isPermaLink="false">http://justinram.wordpress.com/2006/04/04/pluralize-table-names-no-thanks/#comment-56</guid>
		<description>Unfortunately the simple tick box does nothing except generate an error message stating that it cannot find config/environment.rb even though it exists ....

Maybe it also had to do with the fact that I needed a symbolic link on my mac from /opt/local/bin/ruby to ruby.exe!!!! for radrails to do anything.

Thanks for the code above though, I&#039;ll add it manually.</description>
		<content:encoded><![CDATA[<p>Unfortunately the simple tick box does nothing except generate an error message stating that it cannot find config/environment.rb even though it exists &#8230;.</p>
<p>Maybe it also had to do with the fact that I needed a symbolic link on my mac from /opt/local/bin/ruby to ruby.exe!!!! for radrails to do anything.</p>
<p>Thanks for the code above though, I&#8217;ll add it manually.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keybern</title>
		<link>http://justinramel.com/2006/04/04/pluralize-table-names-no-thanks/comment-page-1/#comment-55</link>
		<dc:creator>Keybern</dc:creator>
		<pubDate>Sat, 31 Mar 2007 17:56:15 +0000</pubDate>
		<guid isPermaLink="false">http://justinram.wordpress.com/2006/04/04/pluralize-table-names-no-thanks/#comment-55</guid>
		<description>plural table names are a convension for those who think about tables as a collection.</description>
		<content:encoded><![CDATA[<p>plural table names are a convension for those who think about tables as a collection.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dc</title>
		<link>http://justinramel.com/2006/04/04/pluralize-table-names-no-thanks/comment-page-1/#comment-54</link>
		<dc:creator>dc</dc:creator>
		<pubDate>Mon, 12 Feb 2007 21:36:20 +0000</pubDate>
		<guid isPermaLink="false">http://justinram.wordpress.com/2006/04/04/pluralize-table-names-no-thanks/#comment-54</guid>
		<description>plural table names are just about ok, if that was all there was to it. but are the controllers plural too? the classes? maybe the views? maybe a random 50% of them. use a plural when generating scaffolds? it always seems 50:50 and such a waste of cycles to have to think about all the time.</description>
		<content:encoded><![CDATA[<p>plural table names are just about ok, if that was all there was to it. but are the controllers plural too? the classes? maybe the views? maybe a random 50% of them. use a plural when generating scaffolds? it always seems 50:50 and such a waste of cycles to have to think about all the time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://justinramel.com/2006/04/04/pluralize-table-names-no-thanks/comment-page-1/#comment-53</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Tue, 28 Nov 2006 02:56:34 +0000</pubDate>
		<guid isPermaLink="false">http://justinram.wordpress.com/2006/04/04/pluralize-table-names-no-thanks/#comment-53</guid>
		<description>Thank you for this information! A thousand curses on the person who thought plural table names was a good idea!</description>
		<content:encoded><![CDATA[<p>Thank you for this information! A thousand curses on the person who thought plural table names was a good idea!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cutter</title>
		<link>http://justinramel.com/2006/04/04/pluralize-table-names-no-thanks/comment-page-1/#comment-52</link>
		<dc:creator>cutter</dc:creator>
		<pubDate>Mon, 19 Jun 2006 22:03:35 +0000</pubDate>
		<guid isPermaLink="false">http://justinram.wordpress.com/2006/04/04/pluralize-table-names-no-thanks/#comment-52</guid>
		<description>Thousand blessing on you. After a few hours of trying to figure out what the problem was I found this tip.</description>
		<content:encoded><![CDATA[<p>Thousand blessing on you. After a few hours of trying to figure out what the problem was I found this tip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: seth</title>
		<link>http://justinramel.com/2006/04/04/pluralize-table-names-no-thanks/comment-page-1/#comment-51</link>
		<dc:creator>seth</dc:creator>
		<pubDate>Sun, 18 Jun 2006 21:43:15 +0000</pubDate>
		<guid isPermaLink="false">http://justinram.wordpress.com/2006/04/04/pluralize-table-names-no-thanks/#comment-51</guid>
		<description>yup thanks a lot. i was cursing because i have an existing schema. You know with names like TLC_ACR_ONYM_TABLE_WTF and it was hard enough as it was to &#039;guess&#039; what model name would be generated....</description>
		<content:encoded><![CDATA[<p>yup thanks a lot. i was cursing because i have an existing schema. You know with names like TLC_ACR_ONYM_TABLE_WTF and it was hard enough as it was to &#8216;guess&#8217; what model name would be generated&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: justinram</title>
		<link>http://justinramel.com/2006/04/04/pluralize-table-names-no-thanks/comment-page-1/#comment-50</link>
		<dc:creator>justinram</dc:creator>
		<pubDate>Thu, 25 May 2006 13:13:51 +0000</pubDate>
		<guid isPermaLink="false">http://justinram.wordpress.com/2006/04/04/pluralize-table-names-no-thanks/#comment-50</guid>
		<description>Yeah that can be a pretty irritating feature. Easily turned off though so don’t let it put you off rails.</description>
		<content:encoded><![CDATA[<p>Yeah that can be a pretty irritating feature. Easily turned off though so don’t let it put you off rails.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
