<?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: Capistrano &#8211; Like that person you hate, yet end up falling in love with</title>
	<atom:link href="http://www.dennmart.com/2007/09/03/capistrano-like-that-person-you-hate-yet-end-up-falling-in-love-with/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dennmart.com/2007/09/03/capistrano-like-that-person-you-hate-yet-end-up-falling-in-love-with/</link>
	<description>Official Blog of Dennis Martinez</description>
	<lastBuildDate>Mon, 22 Feb 2010 01:45:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: harbans</title>
		<link>http://www.dennmart.com/2007/09/03/capistrano-like-that-person-you-hate-yet-end-up-falling-in-love-with/comment-page-1/#comment-780</link>
		<dc:creator>harbans</dc:creator>
		<pubDate>Thu, 08 May 2008 10:06:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.dennmart.com/2007/09/03/capistrano-like-that-person-you-hate-yet-end-up-falling-in-love-with/#comment-780</guid>
		<description>Hello ,

My previous seminar went well. Now I have an another query, if you help me in this also.
As there is a concept of remoting in .net, 
is this possible to deploy the components in ROR and to make these components communicate with each other as done in remoting concept?
Is this possible in ROR?
Please guide me.

Thanks
Harbans</description>
		<content:encoded><![CDATA[<p>Hello ,</p>
<p>My previous seminar went well. Now I have an another query, if you help me in this also.<br />
As there is a concept of remoting in .net,<br />
is this possible to deploy the components in ROR and to make these components communicate with each other as done in remoting concept?<br />
Is this possible in ROR?<br />
Please guide me.</p>
<p>Thanks<br />
Harbans</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: harbans</title>
		<link>http://www.dennmart.com/2007/09/03/capistrano-like-that-person-you-hate-yet-end-up-falling-in-love-with/comment-page-1/#comment-778</link>
		<dc:creator>harbans</dc:creator>
		<pubDate>Wed, 07 May 2008 12:18:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.dennmart.com/2007/09/03/capistrano-like-that-person-you-hate-yet-end-up-falling-in-love-with/#comment-778</guid>
		<description>hello friends, iam looking for an answer of my question regarding deploying of ror app on different servers. Question is that : can we deploy our app on different servers without using capistrano? How much work and what type of work have to be done to deploy such app?
i will be thankful to you.</description>
		<content:encoded><![CDATA[<p>hello friends, iam looking for an answer of my question regarding deploying of ror app on different servers. Question is that : can we deploy our app on different servers without using capistrano? How much work and what type of work have to be done to deploy such app?<br />
i will be thankful to you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis Martinez</title>
		<link>http://www.dennmart.com/2007/09/03/capistrano-like-that-person-you-hate-yet-end-up-falling-in-love-with/comment-page-1/#comment-699</link>
		<dc:creator>Dennis Martinez</dc:creator>
		<pubDate>Sat, 17 Nov 2007 19:12:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.dennmart.com/2007/09/03/capistrano-like-that-person-you-hate-yet-end-up-falling-in-love-with/#comment-699</guid>
		<description>Hi Dave,

Thanks for that snippet. It does sound better having Capistrano take care of the spinner script rather than keeping it in the repository. I&#039;m sure I&#039;ll find it very valuable when deploying my upcoming project. Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Dave,</p>
<p>Thanks for that snippet. It does sound better having Capistrano take care of the spinner script rather than keeping it in the repository. I&#8217;m sure I&#8217;ll find it very valuable when deploying my upcoming project. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.dennmart.com/2007/09/03/capistrano-like-that-person-you-hate-yet-end-up-falling-in-love-with/comment-page-1/#comment-698</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Sat, 17 Nov 2007 18:35:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.dennmart.com/2007/09/03/capistrano-like-that-person-you-hate-yet-end-up-falling-in-love-with/#comment-698</guid>
		<description>The code above did not come out well.  Let&#039;s try that again.

&lt;code&gt;
  namespace :spinner do
    desc  :app do
      dispatcher_type = fetch(:dispatcher_type, &#039;mongrel&#039;)
      dispatcher_instances = fetch(:dispatcher_instances, 3)
      dispatcher_bind_ip = fetch(:dispatcher_bind_ip, &#039;127.0.0.1&#039;)
      dispatcher_starting_port = fetch(:dispatcher_starting_port, 8000)
      rails_env = fetch(:rails_env, &#039;production&#039;)

      script =  0755
    end
  end
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>The code above did not come out well.  Let&#8217;s try that again.</p>
<p><code><br />
  namespace :spinner do<br />
    desc  :app do<br />
      dispatcher_type = fetch(:dispatcher_type, 'mongrel')<br />
      dispatcher_instances = fetch(:dispatcher_instances, 3)<br />
      dispatcher_bind_ip = fetch(:dispatcher_bind_ip, '127.0.0.1')<br />
      dispatcher_starting_port = fetch(:dispatcher_starting_port, 8000)<br />
      rails_env = fetch(:rails_env, 'production')</p>
<p>      script =  0755<br />
    end<br />
  end<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.dennmart.com/2007/09/03/capistrano-like-that-person-you-hate-yet-end-up-falling-in-love-with/comment-page-1/#comment-697</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Sat, 17 Nov 2007 18:32:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.dennmart.com/2007/09/03/capistrano-like-that-person-you-hate-yet-end-up-falling-in-love-with/#comment-697</guid>
		<description>Nice writeup.  Regarding spin, I find it useful to add a task to create it rather than have it in svn.


&lt;code&gt;
namespace :deploy do
  namespace :spinner do
    desc  :app do
      dispatcher_type = fetch(:dispatcher_type, &#039;mongrel&#039;)
      dispatcher_instances = fetch(:dispatcher_instances, 3)
      dispatcher_bind_ip = fetch(:dispatcher_bind_ip, &#039;127.0.0.1&#039;)
      dispatcher_starting_port = fetch(:dispatcher_starting_port, 8000)
      rails_env = fetch(:rails_env, &#039;production&#039;)

      script =  0755
    end
  end
end
&lt;/code&gt;

Then, use a trigger to execute it:

&lt;code&gt;
after &quot;deploy:update_code&quot;, &quot;deploy:spinner:write&quot;
&lt;/code&gt;

Note, this is for cap 2.x.</description>
		<content:encoded><![CDATA[<p>Nice writeup.  Regarding spin, I find it useful to add a task to create it rather than have it in svn.</p>
<p><code><br />
namespace :deploy do<br />
  namespace :spinner do<br />
    desc  :app do<br />
      dispatcher_type = fetch(:dispatcher_type, 'mongrel')<br />
      dispatcher_instances = fetch(:dispatcher_instances, 3)<br />
      dispatcher_bind_ip = fetch(:dispatcher_bind_ip, '127.0.0.1')<br />
      dispatcher_starting_port = fetch(:dispatcher_starting_port, 8000)<br />
      rails_env = fetch(:rails_env, 'production')</p>
<p>      script =  0755<br />
    end<br />
  end<br />
end<br />
</code></p>
<p>Then, use a trigger to execute it:</p>
<p><code><br />
after "deploy:update_code", "deploy:spinner:write"<br />
</code></p>
<p>Note, this is for cap 2.x.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MichaelT</title>
		<link>http://www.dennmart.com/2007/09/03/capistrano-like-that-person-you-hate-yet-end-up-falling-in-love-with/comment-page-1/#comment-689</link>
		<dc:creator>MichaelT</dc:creator>
		<pubDate>Wed, 12 Sep 2007 07:28:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.dennmart.com/2007/09/03/capistrano-like-that-person-you-hate-yet-end-up-falling-in-love-with/#comment-689</guid>
		<description>Great write-up. I found the information regarding the the missing &#039;script/spin&#039; file helpful. Thanks ;)</description>
		<content:encoded><![CDATA[<p>Great write-up. I found the information regarding the the missing &#8217;script/spin&#8217; file helpful. Thanks <img src='http://www.dennmart.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.040 seconds -->
