<?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: Ease Rails deployments with Phusion Passenger</title>
	<atom:link href="http://blog.adsdevshop.com/2008/04/11/ease-rails-deployments-with-phusion-passenger/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.adsdevshop.com/2008/04/11/ease-rails-deployments-with-phusion-passenger/</link>
	<description>Fixing business by increasing collaboration and transparency.</description>
	<lastBuildDate>Tue, 09 Feb 2010 14:02:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Justin Blake</title>
		<link>http://blog.adsdevshop.com/2008/04/11/ease-rails-deployments-with-phusion-passenger/comment-page-1/#comment-10210</link>
		<dc:creator>Justin Blake</dc:creator>
		<pubDate>Thu, 22 Oct 2009 06:54:36 +0000</pubDate>
		<guid isPermaLink="false">http://rorblog.techcfl.com/?p=360#comment-10210</guid>
		<description>Yep, capistrano would handle the migrations just fine, and making it do a &quot;touch tmp/restart.tx&quot; as the restart task should be easy enough. This looks really cool, but I still need to look into it more to figure out what&#039;s actually happening under the hood...</description>
		<content:encoded><![CDATA[<p>Yep, capistrano would handle the migrations just fine, and making it do a &#8220;touch tmp/restart.tx&#8221; as the restart task should be easy enough. This looks really cool, but I still need to look into it more to figure out what&#39;s actually happening under the hood&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 28 mod_rails / Passenger Resources To Help You Deploy Rails Applications Faster</title>
		<link>http://blog.adsdevshop.com/2008/04/11/ease-rails-deployments-with-phusion-passenger/comment-page-1/#comment-6616</link>
		<dc:creator>28 mod_rails / Passenger Resources To Help You Deploy Rails Applications Faster</dc:creator>
		<pubDate>Fri, 23 May 2008 20:37:49 +0000</pubDate>
		<guid isPermaLink="false">http://rorblog.techcfl.com/?p=360#comment-6616</guid>
		<description>[...] - A quick examination of mod_rails on OS X.    Miscellaneous Experiences Some People Have Had With Passenger - A roundup of various impressions and experiences people have had so far.      mod_rails vs [...]</description>
		<content:encoded><![CDATA[<p>[...] &#8211; A quick examination of mod_rails on OS X.    Miscellaneous Experiences Some People Have Had With Passenger &#8211; A roundup of various impressions and experiences people have had so far.      mod_rails vs [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeroen</title>
		<link>http://blog.adsdevshop.com/2008/04/11/ease-rails-deployments-with-phusion-passenger/comment-page-1/#comment-6442</link>
		<dc:creator>jeroen</dc:creator>
		<pubDate>Mon, 21 Apr 2008 15:31:49 +0000</pubDate>
		<guid isPermaLink="false">http://rorblog.techcfl.com/?p=360#comment-6442</guid>
		<description>I don&#039;t think you need to touch tmp/restart.txt with capistrano - when capistrano changes the symlink, the app seems to restart.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think you need to touch tmp/restart.txt with capistrano &#8211; when capistrano changes the symlink, the app seems to restart.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joslyn Esser</title>
		<link>http://blog.adsdevshop.com/2008/04/11/ease-rails-deployments-with-phusion-passenger/comment-page-1/#comment-6409</link>
		<dc:creator>Joslyn Esser</dc:creator>
		<pubDate>Mon, 14 Apr 2008 23:25:39 +0000</pubDate>
		<guid isPermaLink="false">http://rorblog.techcfl.com/?p=360#comment-6409</guid>
		<description>I spent a few hours testing Passenger when it was released and I was definitely impressed. Now I just need to make a decision on whether to go with the upcoming Deprec2 with mongrel/nginx or Passenger with apache. Decisions, decisions...

Either way, I&#039;m very happy with push for better deployment options. It gives companies less reasons to oppose using Rails :)</description>
		<content:encoded><![CDATA[<p>I spent a few hours testing Passenger when it was released and I was definitely impressed. Now I just need to make a decision on whether to go with the upcoming Deprec2 with mongrel/nginx or Passenger with apache. Decisions, decisions&#8230;</p>
<p>Either way, I&#8217;m very happy with push for better deployment options. It gives companies less reasons to oppose using Rails <img src='http://blog.adsdevshop.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ninh &#38; Hongli of Phusion</title>
		<link>http://blog.adsdevshop.com/2008/04/11/ease-rails-deployments-with-phusion-passenger/comment-page-1/#comment-6400</link>
		<dc:creator>Ninh &#38; Hongli of Phusion</dc:creator>
		<pubDate>Fri, 11 Apr 2008 22:36:51 +0000</pubDate>
		<guid isPermaLink="false">http://rorblog.techcfl.com/?p=360#comment-6400</guid>
		<description>Database migrations are not affected by Phusion Passenger (mod_rails). Passenger really only affects the deployment process, and as some have mentioned, your capistrano recipes need to be modified (i.e. for the better actually, after all, less lines of code are needed -&gt; less error prone -&gt; more time and sanity to spend with your spouse ;-) ).

Hope this has answered your question.

Cheers (we&#039;re actually trying to have a drink already people, leave us alone! haha, nah just kidding, keep on blogging people :-) )

Hongli Lai
Ninh Bui
- Phusion.nl</description>
		<content:encoded><![CDATA[<p>Database migrations are not affected by Phusion Passenger (mod_rails). Passenger really only affects the deployment process, and as some have mentioned, your capistrano recipes need to be modified (i.e. for the better actually, after all, less lines of code are needed -&gt; less error prone -&gt; more time and sanity to spend with your spouse <img src='http://blog.adsdevshop.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  ).</p>
<p>Hope this has answered your question.</p>
<p>Cheers (we&#8217;re actually trying to have a drink already people, leave us alone! haha, nah just kidding, keep on blogging people <img src='http://blog.adsdevshop.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  )</p>
<p>Hongli Lai<br />
Ninh Bui<br />
- Phusion.nl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Blake</title>
		<link>http://blog.adsdevshop.com/2008/04/11/ease-rails-deployments-with-phusion-passenger/comment-page-1/#comment-6399</link>
		<dc:creator>Justin Blake</dc:creator>
		<pubDate>Fri, 11 Apr 2008 18:44:29 +0000</pubDate>
		<guid isPermaLink="false">http://rorblog.techcfl.com/?p=360#comment-6399</guid>
		<description>Yep, capistrano would handle the migrations just fine, and making it do a &quot;touch tmp/restart.tx&quot; as the restart task should be easy enough. This looks really cool, but I still need to look into it more to figure out what&#039;s actually happening under the hood...</description>
		<content:encoded><![CDATA[<p>Yep, capistrano would handle the migrations just fine, and making it do a &#8220;touch tmp/restart.tx&#8221; as the restart task should be easy enough. This looks really cool, but I still need to look into it more to figure out what&#8217;s actually happening under the hood&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc Jeanson</title>
		<link>http://blog.adsdevshop.com/2008/04/11/ease-rails-deployments-with-phusion-passenger/comment-page-1/#comment-6398</link>
		<dc:creator>Marc Jeanson</dc:creator>
		<pubDate>Fri, 11 Apr 2008 18:09:54 +0000</pubDate>
		<guid isPermaLink="false">http://rorblog.techcfl.com/?p=360#comment-6398</guid>
		<description>I haven&#039;t tried it yet, but capistrano should work fine with this. When it&#039;s done deploying the updated code you can make capistrano fire up your migrations and restart apache for you.</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t tried it yet, but capistrano should work fine with this. When it&#8217;s done deploying the updated code you can make capistrano fire up your migrations and restart apache for you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
