<?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: Working with ActiveRecord model classes outside of the Rails environment</title>
	<atom:link href="http://lostechies.com/chadmyers/2008/01/06/working-with-activerecord-model-classes-outside-of-the-rails-environment/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/chadmyers/2008/01/06/working-with-activerecord-model-classes-outside-of-the-rails-environment/</link>
	<description>Software development, testing, and techie life</description>
	<lastBuildDate>Thu, 08 Mar 2012 22:19:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: Mike Breen</title>
		<link>http://lostechies.com/chadmyers/2008/01/06/working-with-activerecord-model-classes-outside-of-the-rails-environment/#comment-21</link>
		<dc:creator>Mike Breen</dc:creator>
		<pubDate>Sun, 06 Jan 2008 14:58:32 +0000</pubDate>
		<guid isPermaLink="false">/blogs/chad_myers/archive/2008/01/06/working-with-activerecord-model-classes-outside-of-the-rails-environment.aspx#comment-21</guid>
		<description>I also like to think of rake as a tool for &quot;heavy lifting&quot; in Rails, not just automation. Getting at the Rails environment is easy enough:

task(:my_task =&gt; :environment) do
  #work with you AR here
end


But I&#039;m not sure what you&#039;re trying to accomplish so maybe rake won&#039;t help you here.</description>
		<content:encoded><![CDATA[<p>I also like to think of rake as a tool for &#8220;heavy lifting&#8221; in Rails, not just automation. Getting at the Rails environment is easy enough:</p>
<p>task(:my_task => :environment) do<br />
  #work with you AR here<br />
end</p>
<p>But I&#8217;m not sure what you&#8217;re trying to accomplish so maybe rake won&#8217;t help you here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Breen</title>
		<link>http://lostechies.com/chadmyers/2008/01/06/working-with-activerecord-model-classes-outside-of-the-rails-environment/#comment-20</link>
		<dc:creator>Mike Breen</dc:creator>
		<pubDate>Sun, 06 Jan 2008 14:27:47 +0000</pubDate>
		<guid isPermaLink="false">/blogs/chad_myers/archive/2008/01/06/working-with-activerecord-model-classes-outside-of-the-rails-environment.aspx#comment-20</guid>
		<description>When you&#039;re ready to write a custom rake task you should check out this tutorial: http://www.railsenvy.com/2007/6/11/ruby-on-rails-rake-tutorial

Good luck!</description>
		<content:encoded><![CDATA[<p>When you&#8217;re ready to write a custom rake task you should check out this tutorial: <a href="http://www.railsenvy.com/2007/6/11/ruby-on-rails-rake-tutorial" rel="nofollow">http://www.railsenvy.com/2007/6/11/ruby-on-rails-rake-tutorial</a></p>
<p>Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chadmyers</title>
		<link>http://lostechies.com/chadmyers/2008/01/06/working-with-activerecord-model-classes-outside-of-the-rails-environment/#comment-19</link>
		<dc:creator>chadmyers</dc:creator>
		<pubDate>Sun, 06 Jan 2008 14:12:44 +0000</pubDate>
		<guid isPermaLink="false">/blogs/chad_myers/archive/2008/01/06/working-with-activerecord-model-classes-outside-of-the-rails-environment.aspx#comment-19</guid>
		<description>I hadn&#039;t got that far yet, I wanted to be able to do it first before automating it. This was the first day I had done any Ruby at all, so take it easy on me :)</description>
		<content:encoded><![CDATA[<p>I hadn&#8217;t got that far yet, I wanted to be able to do it first before automating it. This was the first day I had done any Ruby at all, so take it easy on me :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Breen</title>
		<link>http://lostechies.com/chadmyers/2008/01/06/working-with-activerecord-model-classes-outside-of-the-rails-environment/#comment-18</link>
		<dc:creator>Mike Breen</dc:creator>
		<pubDate>Sun, 06 Jan 2008 13:58:58 +0000</pubDate>
		<guid isPermaLink="false">/blogs/chad_myers/archive/2008/01/06/working-with-activerecord-model-classes-outside-of-the-rails-environment.aspx#comment-18</guid>
		<description>What about creating a rake task? Then you could just type &#039;rake something&#039;&#039;?</description>
		<content:encoded><![CDATA[<p>What about creating a rake task? Then you could just type &#8216;rake something&#8221;?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
