<?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 Migrations Without Rails</title>
	<atom:link href="http://rails.aizatto.com/2007/05/27/activerecord-migrations-without-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://rails.aizatto.com/2007/05/27/activerecord-migrations-without-rails/</link>
	<description>Ruby and Ruby on Rails Development</description>
	<pubDate>Fri, 09 Jan 2009 21:13:30 +0000</pubDate>
	
		<item>
		<title>By: rails symphonies &#187; ActiveRecord Without Rails</title>
		<link>http://rails.aizatto.com/2007/05/27/activerecord-migrations-without-rails/#comment-1693</link>
		<dc:creator>rails symphonies &#187; ActiveRecord Without Rails</dc:creator>
		<pubDate>Sat, 15 Nov 2008 04:34:25 +0000</pubDate>
		<guid isPermaLink="false">http://rails.aizatto.com/2007/05/27/activerecords-migrations-without-rails/#comment-1693</guid>
		<description>[...] Use ActiveRecord Migrations Without Rails [...]</description>
		<content:encoded><![CDATA[<p>[...] Use ActiveRecord Migrations Without Rails [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ken</title>
		<link>http://rails.aizatto.com/2007/05/27/activerecord-migrations-without-rails/#comment-950</link>
		<dc:creator>ken</dc:creator>
		<pubDate>Wed, 16 Jul 2008 23:50:30 +0000</pubDate>
		<guid isPermaLink="false">http://rails.aizatto.com/2007/05/27/activerecords-migrations-without-rails/#comment-950</guid>
		<description>These tutorials are pretty great!  Keep 'em up!

I hope it didn't change too much in 2.1 (I know migrations are no longer numbered).</description>
		<content:encoded><![CDATA[<p>These tutorials are pretty great!  Keep &#8216;em up!</p>
<p>I hope it didn&#8217;t change too much in 2.1 (I know migrations are no longer numbered).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://rails.aizatto.com/2007/05/27/activerecord-migrations-without-rails/#comment-565</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Thu, 24 Jan 2008 16:21:19 +0000</pubDate>
		<guid isPermaLink="false">http://rails.aizatto.com/2007/05/27/activerecords-migrations-without-rails/#comment-565</guid>
		<description>I wish I had found this earlier. Thank you so much for this and all the other helpful tutorials.</description>
		<content:encoded><![CDATA[<p>I wish I had found this earlier. Thank you so much for this and all the other helpful tutorials.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Horsley</title>
		<link>http://rails.aizatto.com/2007/05/27/activerecord-migrations-without-rails/#comment-167</link>
		<dc:creator>James Horsley</dc:creator>
		<pubDate>Sun, 05 Aug 2007 15:09:35 +0000</pubDate>
		<guid isPermaLink="false">http://rails.aizatto.com/2007/05/27/activerecords-migrations-without-rails/#comment-167</guid>
		<description>Thanks for the how to, it saved me a great deal of time and got me the results I was looking for!</description>
		<content:encoded><![CDATA[<p>Thanks for the how to, it saved me a great deal of time and got me the results I was looking for!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ahmed Micky</title>
		<link>http://rails.aizatto.com/2007/05/27/activerecord-migrations-without-rails/#comment-117</link>
		<dc:creator>Ahmed Micky</dc:creator>
		<pubDate>Fri, 13 Jul 2007 14:33:52 +0000</pubDate>
		<guid isPermaLink="false">http://rails.aizatto.com/2007/05/27/activerecords-migrations-without-rails/#comment-117</guid>
		<description>Thank you for this tutorial, it's verry usefull.
To complete this you can add,

require "rubygems"
require "active_record"
require "yaml"
require 'rake'

as a header of your Rakefile, and 

require "rubygems"

at the begining of "CreateUsers" and "CreateRoles" classes

to  avoid exceptions, because you are no more using rails environement and some people can  waste time to find out the error source.
Thank you again.</description>
		<content:encoded><![CDATA[<p>Thank you for this tutorial, it&#8217;s verry usefull.<br />
To complete this you can add,</p>
<p>require &#8220;rubygems&#8221;<br />
require &#8220;active_record&#8221;<br />
require &#8220;yaml&#8221;<br />
require &#8216;rake&#8217;</p>
<p>as a header of your Rakefile, and </p>
<p>require &#8220;rubygems&#8221;</p>
<p>at the begining of &#8220;CreateUsers&#8221; and &#8220;CreateRoles&#8221; classes</p>
<p>to  avoid exceptions, because you are no more using rails environement and some people can  waste time to find out the error source.<br />
Thank you again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aizatto</title>
		<link>http://rails.aizatto.com/2007/05/27/activerecord-migrations-without-rails/#comment-59</link>
		<dc:creator>aizatto</dc:creator>
		<pubDate>Sun, 03 Jun 2007 16:21:17 +0000</pubDate>
		<guid isPermaLink="false">http://rails.aizatto.com/2007/05/27/activerecords-migrations-without-rails/#comment-59</guid>
		<description>Hi Chris, I hope my new article &lt;a href="http://rails.aizatto.com/2007/06/04/fixtures-without-rails/" rel="nofollow"&gt;Fixtures Without Rails&lt;a&gt; can get you started, if there are any problems, do let me know! :)</description>
		<content:encoded><![CDATA[<p>Hi Chris, I hope my new article <a href="http://rails.aizatto.com/2007/06/04/fixtures-without-rails/" rel="nofollow">Fixtures Without Rails</a><a> can get you started, if there are any problems, do let me know! <img src='http://rails.aizatto.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://rails.aizatto.com/2007/05/27/activerecord-migrations-without-rails/#comment-58</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sun, 03 Jun 2007 11:16:40 +0000</pubDate>
		<guid isPermaLink="false">http://rails.aizatto.com/2007/05/27/activerecords-migrations-without-rails/#comment-58</guid>
		<description>Very useful article!! Now that I have ActiveRecord and Migrations working outside of rails, one thing is now left.... fixtures!!

Do you know by chance how to use fixtures outside of rails? There's some old examples floating around but I cant get it to work on the latest stable version of rails.</description>
		<content:encoded><![CDATA[<p>Very useful article!! Now that I have ActiveRecord and Migrations working outside of rails, one thing is now left&#8230;. fixtures!!</p>
<p>Do you know by chance how to use fixtures outside of rails? There&#8217;s some old examples floating around but I cant get it to work on the latest stable version of rails.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aizatto</title>
		<link>http://rails.aizatto.com/2007/05/27/activerecord-migrations-without-rails/#comment-50</link>
		<dc:creator>aizatto</dc:creator>
		<pubDate>Mon, 28 May 2007 23:58:17 +0000</pubDate>
		<guid isPermaLink="false">http://rails.aizatto.com/2007/05/27/activerecords-migrations-without-rails/#comment-50</guid>
		<description>Hehe, good to hear my articles are coming to use :)  hope others have will find them useful as well.</description>
		<content:encoded><![CDATA[<p>Hehe, good to hear my articles are coming to use <img src='http://rails.aizatto.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  hope others have will find them useful as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher Dwan</title>
		<link>http://rails.aizatto.com/2007/05/27/activerecord-migrations-without-rails/#comment-49</link>
		<dc:creator>Christopher Dwan</dc:creator>
		<pubDate>Mon, 28 May 2007 17:57:59 +0000</pubDate>
		<guid isPermaLink="false">http://rails.aizatto.com/2007/05/27/activerecords-migrations-without-rails/#comment-49</guid>
		<description>This is too funny.  I got up and running with my project using your other article, and of course the next thing I did after getting running was to look up migrations and voila!  You wrote the article the day before I went searching for it.  Are you reading my mind?

Sexy Migrations appeared in changeset 6667.  It's a trivial change really, so I snagged the new code and tossed it into my copy of ActiveRecord.

http://dev.rubyonrails.org/changeset/6667?new_path=trunk

Now let's have a whirl with Sexy Migrations off the rails.</description>
		<content:encoded><![CDATA[<p>This is too funny.  I got up and running with my project using your other article, and of course the next thing I did after getting running was to look up migrations and voila!  You wrote the article the day before I went searching for it.  Are you reading my mind?</p>
<p>Sexy Migrations appeared in changeset 6667.  It&#8217;s a trivial change really, so I snagged the new code and tossed it into my copy of ActiveRecord.</p>
<p><a href="http://dev.rubyonrails.org/changeset/6667?new_path=trunk" rel="nofollow">http://dev.rubyonrails.org/changeset/6667?new_path=trunk</a></p>
<p>Now let&#8217;s have a whirl with Sexy Migrations off the rails.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aizatto</title>
		<link>http://rails.aizatto.com/2007/05/27/activerecord-migrations-without-rails/#comment-44</link>
		<dc:creator>aizatto</dc:creator>
		<pubDate>Sun, 27 May 2007 03:11:40 +0000</pubDate>
		<guid isPermaLink="false">http://rails.aizatto.com/2007/05/27/activerecords-migrations-without-rails/#comment-44</guid>
		<description>Haha, oops.  /me needs to work on his copy and paste abilities.  And his proof reading, lots of errors popping up lately.

Thanks :)

Regards,
Aizat</description>
		<content:encoded><![CDATA[<p>Haha, oops.  /me needs to work on his copy and paste abilities.  And his proof reading, lots of errors popping up lately.</p>
<p>Thanks <img src='http://rails.aizatto.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Regards,<br />
Aizat</p>
]]></content:encoded>
	</item>
</channel>
</rss>
