<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ArvinderKang.com &#187; Rails</title>
	<atom:link href="http://arvinderkang.com/category/all-the-rides-on-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://arvinderkang.com</link>
	<description>The world is my backyard.</description>
	<lastBuildDate>Thu, 29 Jul 2010 22:58:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>New to Rails and using Agile book second version?</title>
		<link>http://arvinderkang.com/2008/06/10/new-to-rails-and-using-agile-book-second-version/</link>
		<comments>http://arvinderkang.com/2008/06/10/new-to-rails-and-using-agile-book-second-version/#comments</comments>
		<pubDate>Tue, 10 Jun 2008 22:17:40 +0000</pubDate>
		<dc:creator>Arvinder Kang</dc:creator>
				<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://arvinderkang.com/2008/06/12/new-to-rails-and-using-agile-book-second-version/</guid>
		<description><![CDATA[With Ruby on Rails 2.1 version already here, I have seen a lot of new comers to Rails using second version Agile book asking this question again and again: Why doesn&#8217;t my depot application work? Well because it is based &#8230; <a href="http://arvinderkang.com/2008/06/10/new-to-rails-and-using-agile-book-second-version/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>With Ruby on Rails 2.1 version already here, I have seen a lot of new comers to Rails using second version Agile book asking this question again and again:</p>

<blockquote>
  <p>Why doesn&#8217;t my depot application work?</p>
</blockquote>

<p>Well because it is based on version 1.2.3.</p>

<p>Here is a simple way to get it working.</p>

<p><span id="more-16"></span></p>

<ul>
<li>Delete your old Depot app.</li>
<li><p>Install rails gem version 1.2.3 to support old apps</p>

<pre>sudo gem install -v=1.2.3 rails</pre></li>
<li><p>Recreate the depot app using the following command</p>

<pre>rails \_1.2.3\_ depot  </pre></li>
</ul>

<p>Using the above command will create app using version 1.2.3, otherwise rails will use latest version.
- Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://arvinderkang.com/2008/06/10/new-to-rails-and-using-agile-book-second-version/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->