<?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: Organizing Models in Rails without Namespacing</title>
	<atom:link href="http://tommy.chheng.com/index.php/2009/06/organizing-models-in-rails-without-namespacing/feed/" rel="self" type="application/rss+xml" />
	<link>http://tommy.chheng.com/index.php/2009/06/organizing-models-in-rails-without-namespacing/</link>
	<description>All Things Programming!</description>
	<lastBuildDate>Fri, 09 Jul 2010 12:52:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: tommy</title>
		<link>http://tommy.chheng.com/index.php/2009/06/organizing-models-in-rails-without-namespacing/comment-page-1/#comment-44</link>
		<dc:creator>tommy</dc:creator>
		<pubDate>Wed, 22 Jul 2009 18:18:56 +0000</pubDate>
		<guid isPermaLink="false">http://tommy.chheng.com/?p=100#comment-44</guid>
		<description>My guess is that there could be a typo, config.load_paths = ITEM here

You can do  a puts config.load_paths at the end of the environment.rb and check the console to see if the folders are being added.</description>
		<content:encoded><![CDATA[<p>My guess is that there could be a typo, config.load_paths = ITEM here</p>
<p>You can do  a puts config.load_paths at the end of the environment.rb and check the console to see if the folders are being added.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicola</title>
		<link>http://tommy.chheng.com/index.php/2009/06/organizing-models-in-rails-without-namespacing/comment-page-1/#comment-43</link>
		<dc:creator>Nicola</dc:creator>
		<pubDate>Sun, 19 Jul 2009 22:30:22 +0000</pubDate>
		<guid isPermaLink="false">http://tommy.chheng.com/?p=100#comment-43</guid>
		<description>By now I have only a single folder (&quot;item&quot;) with all classes (STI included) .
Talking about environment.rb I&#039;ve tried with your (and others) generic version, now with this simple statement:
  config.load_paths += %W( #{RAILS_ROOT}/app/models/item )
but nothing seems work...

Very strange!</description>
		<content:encoded><![CDATA[<p>By now I have only a single folder (&#8220;item&#8221;) with all classes (STI included) .<br />
Talking about environment.rb I&#8217;ve tried with your (and others) generic version, now with this simple statement:<br />
  config.load_paths += %W( #{RAILS_ROOT}/app/models/item )<br />
but nothing seems work&#8230;</p>
<p>Very strange!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tommy</title>
		<link>http://tommy.chheng.com/index.php/2009/06/organizing-models-in-rails-without-namespacing/comment-page-1/#comment-42</link>
		<dc:creator>tommy</dc:creator>
		<pubDate>Sun, 19 Jul 2009 01:35:57 +0000</pubDate>
		<guid isPermaLink="false">http://tommy.chheng.com/?p=100#comment-42</guid>
		<description>Hi Nicola,
What is your folder structure for your models folder?
What did you add to your environment.rb file?</description>
		<content:encoded><![CDATA[<p>Hi Nicola,<br />
What is your folder structure for your models folder?<br />
What did you add to your environment.rb file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicola</title>
		<link>http://tommy.chheng.com/index.php/2009/06/organizing-models-in-rails-without-namespacing/comment-page-1/#comment-39</link>
		<dc:creator>Nicola</dc:creator>
		<pubDate>Thu, 16 Jul 2009 16:41:50 +0000</pubDate>
		<guid isPermaLink="false">http://tommy.chheng.com/?p=100#comment-39</guid>
		<description>Hi tommy,
I&#039;m using Rails 2.3.2 and seems that there is no way to make work the snippet...

Rails wants that I define namespaces for all the classes in the subdirectory...is there another config to do?

Thanks,
Nicola.</description>
		<content:encoded><![CDATA[<p>Hi tommy,<br />
I&#8217;m using Rails 2.3.2 and seems that there is no way to make work the snippet&#8230;</p>
<p>Rails wants that I define namespaces for all the classes in the subdirectory&#8230;is there another config to do?</p>
<p>Thanks,<br />
Nicola.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
