<?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: Rails deployment made easy with Inploy</title>
	<atom:link href="http://www.diegocarrion.com/2009/10/19/rails-deployment-made-easy-with-inploy/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.diegocarrion.com/2009/10/19/rails-deployment-made-easy-with-inploy/</link>
	<description>loves bits, tits and beers</description>
	<pubDate>Sat, 04 Feb 2012 14:15:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: attorney lancaster pa</title>
		<link>http://www.diegocarrion.com/2009/10/19/rails-deployment-made-easy-with-inploy/#comment-45619</link>
		<dc:creator>attorney lancaster pa</dc:creator>
		<pubDate>Thu, 20 Oct 2011 17:08:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.diegocarrion.com/?p=65#comment-45619</guid>
		<description>very good post, i certainly love this  website, keep on it</description>
		<content:encoded><![CDATA[<p>very good post, i certainly love this  website, keep on it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nj pest control</title>
		<link>http://www.diegocarrion.com/2009/10/19/rails-deployment-made-easy-with-inploy/#comment-28489</link>
		<dc:creator>nj pest control</dc:creator>
		<pubDate>Sat, 06 Aug 2011 23:57:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.diegocarrion.com/?p=65#comment-28489</guid>
		<description>Thank you for the fantastic piece of information. Gives a great insight. Thanks Gautam T Goudar, Irving, TX f</description>
		<content:encoded><![CDATA[<p>Thank you for the fantastic piece of information. Gives a great insight. Thanks Gautam T Goudar, Irving, TX f</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: raf</title>
		<link>http://www.diegocarrion.com/2009/10/19/rails-deployment-made-easy-with-inploy/#comment-14663</link>
		<dc:creator>raf</dc:creator>
		<pubDate>Wed, 10 Nov 2010 00:00:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.diegocarrion.com/?p=65#comment-14663</guid>
		<description>ooh, that's nice!! it works! 

thanks!</description>
		<content:encoded><![CDATA[<p>ooh, that&#8217;s nice!! it works! </p>
<p>thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diego Carrion</title>
		<link>http://www.diegocarrion.com/2009/10/19/rails-deployment-made-easy-with-inploy/#comment-14649</link>
		<dc:creator>Diego Carrion</dc:creator>
		<pubDate>Tue, 09 Nov 2010 21:22:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.diegocarrion.com/?p=65#comment-14649</guid>
		<description>Hi Raf,

Inploy's config file is pure Ruby, so you can do things like this:

if ENV['RAILS_ENV'] = 'production'
  user = 'batman'
  password = 'robin'
else
  user = 'lorem'
  password = 'ipsum'
end

Hope that helps.</description>
		<content:encoded><![CDATA[<p>Hi Raf,</p>
<p>Inploy&#8217;s config file is pure Ruby, so you can do things like this:</p>
<p>if ENV['RAILS_ENV'] = &#8216;production&#8217;<br />
  user = &#8216;batman&#8217;<br />
  password = &#8216;robin&#8217;<br />
else<br />
  user = &#8216;lorem&#8217;<br />
  password = &#8216;ipsum&#8217;<br />
end</p>
<p>Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: raf</title>
		<link>http://www.diegocarrion.com/2009/10/19/rails-deployment-made-easy-with-inploy/#comment-14646</link>
		<dc:creator>raf</dc:creator>
		<pubDate>Tue, 09 Nov 2010 20:17:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.diegocarrion.com/?p=65#comment-14646</guid>
		<description>This is really good, but one of the things I really hate about Capistrano is that it doesn't let you specify different user/pwd for every environment, for instance, I don't know why but in the company I'm working for right now there is 1 server for each environment, so development and production have different IP and different user/pwd pairs, as far as I understand Inploy doesn't let you specify different user/pwd either, am I wrong?</description>
		<content:encoded><![CDATA[<p>This is really good, but one of the things I really hate about Capistrano is that it doesn&#8217;t let you specify different user/pwd for every environment, for instance, I don&#8217;t know why but in the company I&#8217;m working for right now there is 1 server for each environment, so development and production have different IP and different user/pwd pairs, as far as I understand Inploy doesn&#8217;t let you specify different user/pwd either, am I wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diego Carrion</title>
		<link>http://www.diegocarrion.com/2009/10/19/rails-deployment-made-easy-with-inploy/#comment-4268</link>
		<dc:creator>Diego Carrion</dc:creator>
		<pubDate>Wed, 21 Apr 2010 13:56:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.diegocarrion.com/?p=65#comment-4268</guid>
		<description>Hi Jess, I can implement support for other version control system if you need it. Im trying to keep Inploy as simple as needed, adding functionalities only when there is a demand.</description>
		<content:encoded><![CDATA[<p>Hi Jess, I can implement support for other version control system if you need it. Im trying to keep Inploy as simple as needed, adding functionalities only when there is a demand.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jess</title>
		<link>http://www.diegocarrion.com/2009/10/19/rails-deployment-made-easy-with-inploy/#comment-4266</link>
		<dc:creator>Jess</dc:creator>
		<pubDate>Wed, 21 Apr 2010 01:35:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.diegocarrion.com/?p=65#comment-4266</guid>
		<description>Do you have plans to support other version control systems?</description>
		<content:encoded><![CDATA[<p>Do you have plans to support other version control systems?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis</title>
		<link>http://www.diegocarrion.com/2009/10/19/rails-deployment-made-easy-with-inploy/#comment-3718</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Wed, 17 Feb 2010 16:27:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.diegocarrion.com/?p=65#comment-3718</guid>
		<description>Excelent work now! thanks.

Dennis</description>
		<content:encoded><![CDATA[<p>Excelent work now! thanks.</p>
<p>Dennis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diego Carrion</title>
		<link>http://www.diegocarrion.com/2009/10/19/rails-deployment-made-easy-with-inploy/#comment-3713</link>
		<dc:creator>Diego Carrion</dc:creator>
		<pubDate>Wed, 17 Feb 2010 10:49:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.diegocarrion.com/?p=65#comment-3713</guid>
		<description>Sorry Dennis, bug fixed. You should not specify ssh_opts, only the port.

Thanks for the feedback.</description>
		<content:encoded><![CDATA[<p>Sorry Dennis, bug fixed. You should not specify ssh_opts, only the port.</p>
<p>Thanks for the feedback.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis</title>
		<link>http://www.diegocarrion.com/2009/10/19/rails-deployment-made-easy-with-inploy/#comment-3698</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Mon, 15 Feb 2010 23:19:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.diegocarrion.com/?p=65#comment-3698</guid>
		<description>Hi Dc.

I try the plugin again. it's works very good, very easy.

but now I see this line:

Inploy =&#62; ssh -p 3987 -p 3987 demouser@servergeek.com 'cd /home/rails/example &#38;&#38; git checkout -f &#38;&#38; rake inploy:local:update environment=production'
with this setup:
deploy.template = :locaweb
deploy.application = "example"
deploy.user = 'demouser'
deploy.hosts = ['servergeek.com']
deploy.path = '/home/rails'
deploy.port = "3987"
# optional advanced settings
deploy.ssh_opts = '-p 3568'
#deploy.branch = 'master'

and works. only i dont like -p 9999 twice in ssh line

if I set deploy.ssh_opts = '-p 3568' its write ssh -p -p 3987 demouser@servergeek.com.........
if I comment  #deploy.ssh_opts = '-p 3568' it's write ssh demouser@servergeek.com......... and the port????


Dennis</description>
		<content:encoded><![CDATA[<p>Hi Dc.</p>
<p>I try the plugin again. it&#8217;s works very good, very easy.</p>
<p>but now I see this line:</p>
<p>Inploy =&gt; ssh -p 3987 -p 3987 <a href="mailto:demouser@servergeek.com">demouser@servergeek.com</a> &#8216;cd /home/rails/example &amp;&amp; git checkout -f &amp;&amp; rake inploy:local:update environment=production&#8217;<br />
with this setup:<br />
deploy.template = :locaweb<br />
deploy.application = &#8220;example&#8221;<br />
deploy.user = &#8216;demouser&#8217;<br />
deploy.hosts = ['servergeek.com']<br />
deploy.path = &#8216;/home/rails&#8217;<br />
deploy.port = &#8220;3987&#8243;<br />
# optional advanced settings<br />
deploy.ssh_opts = &#8216;-p 3568&#8242;<br />
#deploy.branch = &#8216;master&#8217;</p>
<p>and works. only i dont like -p 9999 twice in ssh line</p>
<p>if I set deploy.ssh_opts = &#8216;-p 3568&#8242; its write ssh -p -p 3987 <a href="mailto:demouser@servergeek.com">demouser@servergeek.com</a>&#8230;&#8230;&#8230;<br />
if I comment  #deploy.ssh_opts = &#8216;-p 3568&#8242; it&#8217;s write ssh <a href="mailto:demouser@servergeek.com">demouser@servergeek.com</a>&#8230;&#8230;&#8230; and the port????</p>
<p>Dennis</p>
]]></content:encoded>
	</item>
</channel>
</rss>

