<?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: ActiveRecord Without Rails</title>
	<atom:link href="http://rails.aizatto.com/2007/05/21/activerecord-without-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://rails.aizatto.com/2007/05/21/activerecord-without-rails/</link>
	<description>Ruby and Ruby on Rails Development</description>
	<pubDate>Thu, 20 Nov 2008 16:13:50 +0000</pubDate>
	
		<item>
		<title>By: rails symphonies &#187; ActiveRecord Migrations Without Rails</title>
		<link>http://rails.aizatto.com/2007/05/21/activerecord-without-rails/#comment-1692</link>
		<dc:creator>rails symphonies &#187; ActiveRecord Migrations Without Rails</dc:creator>
		<pubDate>Sat, 15 Nov 2008 04:29:39 +0000</pubDate>
		<guid isPermaLink="false">http://rails.aizatto.com/2007/05/21/activerecord-without-rails/#comment-1692</guid>
		<description>[...] exploring ActiveRecord without Rails, I thought I&#8217;d look into using Migrations without [...]</description>
		<content:encoded><![CDATA[<p>[...] exploring ActiveRecord without Rails, I thought I&#8217;d look into using Migrations without [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rails symphonies &#187; Fixtures Without Rails</title>
		<link>http://rails.aizatto.com/2007/05/21/activerecord-without-rails/#comment-1690</link>
		<dc:creator>rails symphonies &#187; Fixtures Without Rails</dc:creator>
		<pubDate>Sat, 15 Nov 2008 04:23:53 +0000</pubDate>
		<guid isPermaLink="false">http://rails.aizatto.com/2007/05/21/activerecord-without-rails/#comment-1690</guid>
		<description>[...] would you do this? Well you&#8217;ve already got ActiveRecord without Rails working, and probably are using the Migrations without Rails. So why not continue with [...]</description>
		<content:encoded><![CDATA[<p>[...] would you do this? Well you&#8217;ve already got ActiveRecord without Rails working, and probably are using the Migrations without Rails. So why not continue with [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aparna</title>
		<link>http://rails.aizatto.com/2007/05/21/activerecord-without-rails/#comment-1298</link>
		<dc:creator>Aparna</dc:creator>
		<pubDate>Mon, 25 Aug 2008 19:13:22 +0000</pubDate>
		<guid isPermaLink="false">http://rails.aizatto.com/2007/05/21/activerecord-without-rails/#comment-1298</guid>
		<description>The 'without rails' feature of your posts has been most useful in getting me to implement hello world programs :) as a course of my learning to program in ruby</description>
		<content:encoded><![CDATA[<p>The &#8216;without rails&#8217; feature of your posts has been most useful in getting me to implement hello world programs <img src='http://rails.aizatto.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> as a course of my learning to program in ruby</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rowtheboat - George Palmer &#187; ActiveRecord outside of Rails (and YAML)</title>
		<link>http://rails.aizatto.com/2007/05/21/activerecord-without-rails/#comment-948</link>
		<dc:creator>rowtheboat - George Palmer &#187; ActiveRecord outside of Rails (and YAML)</dc:creator>
		<pubDate>Wed, 16 Jul 2008 19:14:35 +0000</pubDate>
		<guid isPermaLink="false">http://rails.aizatto.com/2007/05/21/activerecord-without-rails/#comment-948</guid>
		<description>[...] but I wanted to follow best practices and keep my code DRY. After a quick search I found a clean solution that allows you to re-use the database.yml configuration file from the rails [...]</description>
		<content:encoded><![CDATA[<p>[...] but I wanted to follow best practices and keep my code DRY. After a quick search I found a clean solution that allows you to re-use the database.yml configuration file from the rails [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dubek</title>
		<link>http://rails.aizatto.com/2007/05/21/activerecord-without-rails/#comment-888</link>
		<dc:creator>dubek</dc:creator>
		<pubDate>Sun, 06 Jul 2008 10:49:45 +0000</pubDate>
		<guid isPermaLink="false">http://rails.aizatto.com/2007/05/21/activerecord-without-rails/#comment-888</guid>
		<description>To disable coloring, you should run the setter method on ActiveRecord::Base (and not on ActiveRecord, which is a Module). So the last line should be changed to:

&lt;code&gt;
ActiveRecord::Base.colorize_logging = false  
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>To disable coloring, you should run the setter method on ActiveRecord::Base (and not on ActiveRecord, which is a Module). So the last line should be changed to:</p>
<p><code><br />
ActiveRecord::Base.colorize_logging = false<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vidul</title>
		<link>http://rails.aizatto.com/2007/05/21/activerecord-without-rails/#comment-816</link>
		<dc:creator>Vidul</dc:creator>
		<pubDate>Sat, 10 May 2008 10:34:15 +0000</pubDate>
		<guid isPermaLink="false">http://rails.aizatto.com/2007/05/21/activerecord-without-rails/#comment-816</guid>
		<description>Nice work. 
One small note: 
YAML::load(File.open('database.yml')) 
can be shorten and clearer:
YAML::load_file('database.yml')</description>
		<content:encoded><![CDATA[<p>Nice work.<br />
One small note:<br />
YAML::load(File.open(&#8217;database.yml&#8217;))<br />
can be shorten and clearer:<br />
YAML::load_file(&#8217;database.yml&#8217;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ernst</title>
		<link>http://rails.aizatto.com/2007/05/21/activerecord-without-rails/#comment-785</link>
		<dc:creator>ernst</dc:creator>
		<pubDate>Mon, 21 Apr 2008 10:51:13 +0000</pubDate>
		<guid isPermaLink="false">http://rails.aizatto.com/2007/05/21/activerecord-without-rails/#comment-785</guid>
		<description>thanks soooo much

makes it trivial to write a tiny ruby script that can use the power of active record!</description>
		<content:encoded><![CDATA[<p>thanks soooo much</p>
<p>makes it trivial to write a tiny ruby script that can use the power of active record!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: :: aina ::</title>
		<link>http://rails.aizatto.com/2007/05/21/activerecord-without-rails/#comment-687</link>
		<dc:creator>:: aina ::</dc:creator>
		<pubDate>Tue, 04 Mar 2008 07:51:46 +0000</pubDate>
		<guid isPermaLink="false">http://rails.aizatto.com/2007/05/21/activerecord-without-rails/#comment-687</guid>
		<description>i'm newbie :)
aizatto, where should i put this base connection file?
thanks for this tutorial as well :D</description>
		<content:encoded><![CDATA[<p>i&#8217;m newbie <img src='http://rails.aizatto.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
aizatto, where should i put this base connection file?<br />
thanks for this tutorial as well <img src='http://rails.aizatto.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://rails.aizatto.com/2007/05/21/activerecord-without-rails/#comment-573</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Fri, 25 Jan 2008 15:47:46 +0000</pubDate>
		<guid isPermaLink="false">http://rails.aizatto.com/2007/05/21/activerecord-without-rails/#comment-573</guid>
		<description>aizatto , I was wondering if you could tell us a bit more about how to set up the envirnoment for using AcviteRecords without Rails. I guess it would be best to have a directory structure very similar to what Rails generates. If I do that and I set up a seperate file for each model in the model directory - would I end up having to 'require ' each individual file in my controllers? Rails does some magic there and I don't know how it works. Thanks for your help!</description>
		<content:encoded><![CDATA[<p>aizatto , I was wondering if you could tell us a bit more about how to set up the envirnoment for using AcviteRecords without Rails. I guess it would be best to have a directory structure very similar to what Rails generates. If I do that and I set up a seperate file for each model in the model directory - would I end up having to &#8216;require &#8216; each individual file in my controllers? Rails does some magic there and I don&#8217;t know how it works. Thanks for your help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://rails.aizatto.com/2007/05/21/activerecord-without-rails/#comment-564</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Thu, 24 Jan 2008 15:29:54 +0000</pubDate>
		<guid isPermaLink="false">http://rails.aizatto.com/2007/05/21/activerecord-without-rails/#comment-564</guid>
		<description>Thanks so much. I have been looking for a way to get a log of the actual SQL ActiveRecords generates for some time and couldn't find it. This is great!!!</description>
		<content:encoded><![CDATA[<p>Thanks so much. I have been looking for a way to get a log of the actual SQL ActiveRecords generates for some time and couldn&#8217;t find it. This is great!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
