<?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: no such file to load &#8212; capistrano/ext/multistage</title>
	<atom:link href="http://www.sentia.com.au/2009/09/no-such-file-to-load-capistranoextmultistage/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sentia.com.au/2009/09/no-such-file-to-load-capistranoextmultistage/</link>
	<description>Sentia company website and blog about all things development, Ruby on Rails, Microsoft .Net, ASP.Net, C#.Net, Agile web development, Test Driven Development</description>
	<lastBuildDate>Wed, 11 Jan 2012 14:17:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Eric</title>
		<link>http://www.sentia.com.au/2009/09/no-such-file-to-load-capistranoextmultistage/comment-page-1/#comment-343</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Tue, 13 Sep 2011 18:05:44 +0000</pubDate>
		<guid isPermaLink="false">http://sentia.com.au/?p=488#comment-343</guid>
		<description>sudo gem install capistrano-ext is all i needed to do, fwiw</description>
		<content:encoded><![CDATA[<p>sudo gem install capistrano-ext is all i needed to do, fwiw</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Cindric</title>
		<link>http://www.sentia.com.au/2009/09/no-such-file-to-load-capistranoextmultistage/comment-page-1/#comment-340</link>
		<dc:creator>Michael Cindric</dc:creator>
		<pubDate>Wed, 03 Aug 2011 09:10:33 +0000</pubDate>
		<guid isPermaLink="false">http://sentia.com.au/?p=488#comment-340</guid>
		<description>Yes that will work in rails 3 apps. I&#039;ll be posting a new way to handle different stages in a single deploy script without the use of capistrano-ext. It&#039;s not a clean as multiple files but if your stages have small differences it&#039;s a pretty cool and simple way to manage them. I&#039;ll post it up before end of the week</description>
		<content:encoded><![CDATA[<p>Yes that will work in rails 3 apps. I&#8217;ll be posting a new way to handle different stages in a single deploy script without the use of capistrano-ext. It&#8217;s not a clean as multiple files but if your stages have small differences it&#8217;s a pretty cool and simple way to manage them. I&#8217;ll post it up before end of the week</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd</title>
		<link>http://www.sentia.com.au/2009/09/no-such-file-to-load-capistranoextmultistage/comment-page-1/#comment-338</link>
		<dc:creator>Todd</dc:creator>
		<pubDate>Sat, 04 Jun 2011 20:09:05 +0000</pubDate>
		<guid isPermaLink="false">http://sentia.com.au/?p=488#comment-338</guid>
		<description>This helped me fix the problem.

Instead of the gem install commands, I did the following:

1) Added the following to Gemfile

# Deploy with Capistrano
gem &#039;capistrano-ext&#039;
gem &#039;capistrano&#039;

2)  bundle update

Thanks for the helpful post.</description>
		<content:encoded><![CDATA[<p>This helped me fix the problem.</p>
<p>Instead of the gem install commands, I did the following:</p>
<p>1) Added the following to Gemfile</p>
<p># Deploy with Capistrano<br />
gem &#8216;capistrano-ext&#8217;<br />
gem &#8216;capistrano&#8217;</p>
<p>2)  bundle update</p>
<p>Thanks for the helpful post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.sentia.com.au/2009/09/no-such-file-to-load-capistranoextmultistage/comment-page-1/#comment-331</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Tue, 22 Feb 2011 11:26:12 +0000</pubDate>
		<guid isPermaLink="false">http://sentia.com.au/?p=488#comment-331</guid>
		<description>Nice work man - this just fixed my problem!</description>
		<content:encoded><![CDATA[<p>Nice work man &#8211; this just fixed my problem!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.sentia.com.au/2009/09/no-such-file-to-load-capistranoextmultistage/comment-page-1/#comment-330</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Sun, 20 Feb 2011 02:03:08 +0000</pubDate>
		<guid isPermaLink="false">http://sentia.com.au/?p=488#comment-330</guid>
		<description>Had the same problem with Capistrano on Windows, did the instructions and now it&#039;s fixed and my life&#039;s much better than before :)</description>
		<content:encoded><![CDATA[<p>Had the same problem with Capistrano on Windows, did the instructions and now it&#8217;s fixed and my life&#8217;s much better than before <img src='http://www.sentia.com.au/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shaun</title>
		<link>http://www.sentia.com.au/2009/09/no-such-file-to-load-capistranoextmultistage/comment-page-1/#comment-288</link>
		<dc:creator>Shaun</dc:creator>
		<pubDate>Thu, 20 May 2010 00:18:08 +0000</pubDate>
		<guid isPermaLink="false">http://sentia.com.au/?p=488#comment-288</guid>
		<description>Thanks mate. This helped me a lot.

Shaun</description>
		<content:encoded><![CDATA[<p>Thanks mate. This helped me a lot.</p>
<p>Shaun</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leonardo Caineli</title>
		<link>http://www.sentia.com.au/2009/09/no-such-file-to-load-capistranoextmultistage/comment-page-1/#comment-287</link>
		<dc:creator>Leonardo Caineli</dc:creator>
		<pubDate>Wed, 19 May 2010 18:26:52 +0000</pubDate>
		<guid isPermaLink="false">http://sentia.com.au/?p=488#comment-287</guid>
		<description>Thanks a lot!!!

[ ]&#039;s
Leonardo Caineli</description>
		<content:encoded><![CDATA[<p>Thanks a lot!!!</p>
<p>[ ]&#8216;s<br />
Leonardo Caineli</p>
]]></content:encoded>
	</item>
</channel>
</rss>

