<?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>Mohamed Aslam &#187; Speedy</title>
	<atom:link href="http://mohamedaslam.com/tag/speedy/feed/" rel="self" type="application/rss+xml" />
	<link>http://mohamedaslam.com</link>
	<description>Freelance Web Developer, Rubyist, Visual Designer and Blogger based on Kandy, Sri Lanka.</description>
	<lastBuildDate>Sun, 02 Jan 2011 18:12:33 +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>Introducing Speedy – Painless rapid Rails deployment</title>
		<link>http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/</link>
		<comments>http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 08:20:08 +0000</pubDate>
		<dc:creator>Aslam</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Speedy]]></category>
		<category><![CDATA[Apache server]]></category>
		<category><![CDATA[deployement]]></category>
		<category><![CDATA[modrails]]></category>
		<category><![CDATA[Passenger]]></category>

		<guid isPermaLink="false">http://mohamedaslam.com/?p=213</guid>
		<description><![CDATA[If you’re a Rails developer I hope you too hate to run ./script/server command all the time to start the application server during the development phase. Fortunately Phusion came up with a revolutionized solution to host the Rails application on Apache server using Passenger (aka mod_rails). To deploy a web application on Apache using Passenger [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://mohamedaslam.com/wp-content/uploads/2009/12/speedy_thumb.png"><img src="http://mohamedaslam.com/wp-content/uploads/2009/12/speedy_thumb.png" alt="Speedy" title="Speedy" width="258" height="159" class="alignnone size-full wp-image-233 post-thumb" /></a></p>
<p>If you’re a <a href="http://rubyonrails.org/">Rails</a> developer I hope you too hate to run <strong>./script/server</strong> command all the time to start the application server during the development phase. Fortunately <a href="http://www.phusion.nl/">Phusion</a> came up with a revolutionized solution to host the Rails application on Apache server using <a href="http://www.modrails.com/">Passenger</a> (aka mod_rails).</p>
<p>To deploy a web application on Apache using Passenger you should perform following initial server configurations. </p>
<div class="clear"></div>
<p><span id="more-213"></span></p>
<ol>
<li>Create a virtual host</li>
<li>Add an entry to the hosts file</li>
<li>Enable the website</li>
<li>Finally restart the Apache web server</li>
</ol>
<p>Apparently this is a repetitive task, no doubt it sucks your valuable time for each and every application that you develop and deploy.</p>
<p>Before I bought my MacBookPro, I used <a href="http://www.debian.org/">Debian</a> based Linux distros like <a href="http://www.ubuntu.com/">Ubuntu</a> and <a href="http://www.linuxmint.com/">LinuxMint</a> for my development. So, at that time I noticed that Mac people have a simple solution called <a href="http://github.com/alloy/passengerpane">Passenger preference pane</a>, which allows them to drag and drop project and deploy. I really inspired by that and I always wanted to create such an automated tool which can use by all Rails developers despite of the platform. So I thought the best solution for this is to create a Ruby gem.</p>
<p>So, as soon after finishing my final year exams, I sat and write the specifications for the tool. First I thought to call this tool as “FireRails”. But, finally it became <a href="http://speedy.mohamedaslam.com">“Speedy”</a>. </p>
<p>I’ve hosted the <a href="http://speedy.mohamedaslam.com">Speedy</a> on <a href="http://gemcutter.org/gems/speedy"><del datetime="2010-07-12T13:26:49+00:00">GemCutter</del></a> <a href="http://rubygems.org/gems/speedy">RubyGems</a>, so that you can install in the native way.</p>
<div class="codecolorer-container text vibrant" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">sudo gem install speedy</div></div>
<p>To deploy a web application navigate to the particular application root folder via terminal and simply type</p>
<div class="codecolorer-container text vibrant" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">sudo speedy deploy</div></div>
<p>(Since <a href="http://speedy.mohamedaslam.com">Speedy</a> deals with many system level commands, you always need to run Speedy with administrator credentials.)</p>
<p>If you need, you can pass the desired hostname for above command.</p>
<div class="codecolorer-container text vibrant" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">sudo speedy deploy example.local</div></div>
<p>If not <a href="http://speedy.mohamedaslam.com">Speedy</a> will create a hostname and deploy the site with the name of the root folder, enable the site and finally restart the Apache server. All these operations will only take less than 2 seconds, as the name implies.</p>
<p>In addition to that, you can use <a href="http://speedy.mohamedaslam.com">Speedy</a> for maintain Apache-Passenger clean configurations. Play the video for the instructions.</p>
<p><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="600" height="374" id="viddler_de92354e"><param name="movie" value="http://www.viddler.com/simple/de92354e/" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><embed src="http://www.viddler.com/simple/de92354e/" width="600" height="374" type="application/x-shockwave-flash" allowScriptAccess="always" allowFullScreen="true" name="viddler_de92354e"></embed></object></p>
<p>Currently, <a href="http://speedy.mohamedaslam.com">Speedy</a> supports Debian/Ubuntu variants only. Hopefully, next release will support both Mac and Linux, and my ultimate goal is to develop Speedy, to use it in production servers, very easily and very happily.</p>
<p>You can visit the official <a href="http://speedy.mohamedaslam.com">website</a> and the <a href="http://speedy.mohamedaslam.com/documentation.html">documentation</a> for more information and instructions. Also follow <a href="http://twitter.com/speedygem">@speedygem</a> in Twitter for stay up to date. If you would like to <a href="http://groups.google.com/group/speedy-gem">discuses</a> about the features and suggest new features or to <a href="http://groups.google.com/group/speedy-gem">report a bug</a> please visit the official <a href="http://groups.google.com/group/speedy-gem">Google group</a>.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-shr">
<ul class="socials">
		<li class="shr-100zakladok">
			<a href="http://www.100zakladok.ru/save/?bmurl=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/&amp;bmtitle=Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment" rel="nofollow" class="external" title="Add this to 100 bookmarks">Add this to 100 bookmarks</a>
		</li>
		<li class="shr-bebo">
			<a href="http://www.bebo.com/c/share?Url=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/&amp;Title=Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment" rel="nofollow" class="external" title="Share this on Bebo">Share this on Bebo</a>
		</li>
		<li class="shr-bitacoras">
			<a href="http://bitacoras.com/anotaciones/http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/" rel="nofollow" class="external" title="Submit this to Bitacoras">Submit this to Bitacoras</a>
		</li>
		<li class="shr-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/&amp;Title=Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment" rel="nofollow" class="external" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
		<li class="shr-blogengage">
			<a href="http://www.blogengage.com/submit.php?url=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/" rel="nofollow" class="external" title="Engage with this article!">Engage with this article!</a>
		</li>
		<li class="shr-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/&amp;n=Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-blogmarks">
			<a href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/&amp;title=Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment" rel="nofollow" class="external" title="Mark this on BlogMarks">Mark this on BlogMarks</a>
		</li>
		<li class="shr-bobrdobr">
			<a href="http://bobrdobr.ru/addext.html?url=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/&amp;title=Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment" rel="nofollow" class="external" title="Share this on BobrDobr">Share this on BobrDobr</a>
		</li>
		<li class="shr-bonzobox">
			<a href="http://bonzobox.com/toolbar/add?pop=1&amp;u=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/&amp;t=Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment&amp;d=%0D%0A%0D%0AIf%20you%E2%80%99re%20a%20Rails%20developer%20I%20hope%20you%20too%20hate%20to%20run%20.%2Fscript%2Fserver%20command%20all%20the%20time%20to%20start%20the%20application%20server%20during%20the%20development%20phase.%20Fortunately%20Phusion%20came%20up%20with%20a%20revolutionized%20solution%20to%20host%20the%20Rails%20application%20on%20Apache%20server%20using%20Passenger%20%28aka%20mod_rails%29.%0D%0A" rel="nofollow" class="external" title="Add this to BonzoBox">Add this to BonzoBox</a>
		</li>
		<li class="shr-boxnet">
			<a href="" rel="nofollow" class="external" title=""></a>
		</li>
		<li class="shr-buzzster">
			<a href="" rel="nofollow" title=""></a>
		</li>
		<li class="shr-comfeed">
			<a href="http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-current">
			<a href="http://current.com/clipper.htm?url=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/&amp;title=Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment" rel="nofollow" class="external" title="Post this to Current">Post this to Current</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/&amp;title=Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-designbump">
			<a href="http://designbump.com/submit?url=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/&amp;title=Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment&amp;body=%0D%0A%0D%0AIf%20you%E2%80%99re%20a%20Rails%20developer%20I%20hope%20you%20too%20hate%20to%20run%20.%2Fscript%2Fserver%20command%20all%20the%20time%20to%20start%20the%20application%20server%20during%20the%20development%20phase.%20Fortunately%20Phusion%20came%20up%20with%20a%20revolutionized%20solution%20to%20host%20the%20Rails%20application%20on%20Apache%20server%20using%20Passenger%20%28aka%20mod_rails%29.%0D%0A" rel="nofollow" class="external" title="Bump this on DesignBump">Bump this on DesignBump</a>
		</li>
		<li class="shr-designfloat">
			<a href="http://www.designfloat.com/submit.php?url=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/&amp;title=Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment" rel="nofollow" class="external" title="Submit this to DesignFloat">Submit this to DesignFloat</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/&amp;title=Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/&amp;title=Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment&amp;desc=%0D%0A%0D%0AIf%20you%E2%80%99re%20a%20Rails%20developer%20I%20hope%20you%20too%20hate%20to%20run%20.%2Fscript%2Fserver%20command%20all%20the%20time%20to%20start%20the%20application%20server%20during%20the%20development%20phase.%20Fortunately%20Phusion%20came%20up%20with%20a%20revolutionized%20solution%20to%20host%20the%20Rails%20application%20on%20Apache%20server%20using%20Passenger%20%28aka%20mod_rails%29.%0D%0A" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-dzone">
			<a href="http://www.dzone.com/links/add.html?url=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/&amp;title=Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment&amp;description=%0D%0A%0D%0AIf%20you%E2%80%99re%20a%20Rails%20developer%20I%20hope%20you%20too%20hate%20to%20run%20.%2Fscript%2Fserver%20command%20all%20the%20time%20to%20start%20the%20application%20server%20during%20the%20development%20phase.%20Fortunately%20Phusion%20came%20up%20with%20a%20revolutionized%20solution%20to%20host%20the%20Rails%20application%20on%20Apache%20server%20using%20Passenger%20%28aka%20mod_rails%29.%0D%0A" rel="nofollow" class="external" title="Add this to DZone">Add this to DZone</a>
		</li>
		<li class="shr-ekudos">
			<a href="http://www.ekudos.nl/artikel/nieuw?url=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/&amp;title=Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment&amp;desc=%0D%0A%0D%0AIf%20you%E2%80%99re%20a%20Rails%20developer%20I%20hope%20you%20too%20hate%20to%20run%20.%2Fscript%2Fserver%20command%20all%20the%20time%20to%20start%20the%20application%20server%20during%20the%20development%20phase.%20Fortunately%20Phusion%20came%20up%20with%20a%20revolutionized%20solution%20to%20host%20the%20Rails%20application%20on%20Apache%20server%20using%20Passenger%20%28aka%20mod_rails%29.%0D%0A" rel="nofollow" class="external" title="Submit this to eKudos">Submit this to eKudos</a>
		</li>
		<li class="shr-evernote">
			<a href="http://www.evernote.com/clip.action?url=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/&amp;title=Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment" rel="nofollow" class="external" title="Clip this to Evernote">Clip this to Evernote</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/&amp;t=Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-faqpal">
			<a href="http://www.faqpal.com/submit?url=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/" rel="nofollow" class="external" title="Submit this to FAQpal">Submit this to FAQpal</a>
		</li>
		<li class="shr-fleck">
			<a href="" rel="nofollow" class="external" title=""></a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment&amp;link=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-fwisp">
			<a href="http://fwisp.com/submit?url=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/" rel="nofollow" class="external" title="Share this on Fwisp">Share this on Fwisp</a>
		</li>
		<li class="shr-globalgrind">
			<a href="http://globalgrind.com/submission/submit.aspx?url=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/&amp;type=Article&amp;title=Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment" rel="nofollow" class="external" title="Grind this! on Global Grind">Grind this! on Global Grind</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment&amp;body=Link: http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A %0D%0A%0D%0AIf%20you%E2%80%99re%20a%20Rails%20developer%20I%20hope%20you%20too%20hate%20to%20run%20.%2Fscript%2Fserver%20command%20all%20the%20time%20to%20start%20the%20application%20server%20during%20the%20development%20phase.%20Fortunately%20Phusion%20came%20up%20with%20a%20revolutionized%20solution%20to%20host%20the%20Rails%20application%20on%20Apache%20server%20using%20Passenger%20%28aka%20mod_rails%29.%0D%0A" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/&amp;title=Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.google.com/reader/link?url=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/&amp;title=Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment&amp;srcUrl=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/&amp;srcTitle=Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment&amp;snippet=%0D%0A%0D%0AIf%20you%E2%80%99re%20a%20Rails%20developer%20I%20hope%20you%20too%20hate%20to%20run%20.%2Fscript%2Fserver%20command%20all%20the%20time%20to%20start%20the%20application%20server%20during%20the%20development%20phase.%20Fortunately%20Phusion%20came%20up%20with%20a%20revolutionized%20solution%20to%20host%20the%20Rails%20application%20on%20Apache%20server%20using%20Passenger%20%28aka%20mod_rails%29.%0D%0A" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="shr-hackernews">
			<a href="http://news.ycombinator.com/submitlink?u=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/&amp;t=Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a>
		</li>
		<li class="shr-hatena">
			<a href="http://b.hatena.ne.jp/add?mode=confirm&amp;url=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/&amp;title=Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment" rel="nofollow" class="external" title="Bookmarks this on Hatena Bookmarks">Bookmarks this on Hatena Bookmarks</a>
		</li>
		<li class="shr-hotmail">
			<a href="http://mail.live.com/?rru=compose?subject=Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment&amp;body=Link: http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A %0D%0A%0D%0AIf%20you%E2%80%99re%20a%20Rails%20developer%20I%20hope%20you%20too%20hate%20to%20run%20.%2Fscript%2Fserver%20command%20all%20the%20time%20to%20start%20the%20application%20server%20during%20the%20development%20phase.%20Fortunately%20Phusion%20came%20up%20with%20a%20revolutionized%20solution%20to%20host%20the%20Rails%20application%20on%20Apache%20server%20using%20Passenger%20%28aka%20mod_rails%29.%0D%0A" rel="nofollow" class="external" title="Email this via Hotmail">Email this via Hotmail</a>
		</li>
		<li class="shr-hyves">
			<a href="http://www.hyves.nl/profilemanage/add/tips/?name=Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment&amp;text=%0D%0A%0D%0AIf%20you%E2%80%99re%20a%20Rails%20developer%20I%20hope%20you%20too%20hate%20to%20run%20.%2Fscript%2Fserver%20command%20all%20the%20time%20to%20start%20the%20application%20server%20during%20the%20development%20phase.%20Fortunately%20Phusion%20came%20up%20with%20a%20revolutionized%20solution%20to%20host%20the%20Rails%20application%20on%20Apache%20server%20using%20Passenger%20%28aka%20mod_rails%29.%0D%0A+-+http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/&amp;rating=5" rel="nofollow" class="external" title="Share this on Hyves">Share this on Hyves</a>
		</li>
		<li class="shr-identica">
			<a href="http://identi.ca//index.php?action=newnotice&amp;status_textarea=Reading:+&quot;Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment&quot;+-+from+http://tinyurl.com/y898hmh" rel="nofollow" class="external" title="Post this to Identica">Post this to Identica</a>
		</li>
		<li class="shr-izeby">
			<a href="http://izeby.com/submit.php?url=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/" rel="nofollow" class="external" title="Add this to Izeby">Add this to Izeby</a>
		</li>
		<li class="shr-jumptags">
			<a href="http://www.jumptags.com/add/?url=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/&amp;title=Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment" rel="nofollow" class="external" title="Submit this link to JumpTags">Submit this link to JumpTags</a>
		</li>
		<li class="shr-kaevur">
			<a href="http://kaevur.com/submit.php?url=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/" rel="nofollow" class="external" title="Share this on Kaevur">Share this on Kaevur</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/&amp;title=Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment&amp;summary=%0D%0A%0D%0AIf%20you%E2%80%99re%20a%20Rails%20developer%20I%20hope%20you%20too%20hate%20to%20run%20.%2Fscript%2Fserver%20command%20all%20the%20time%20to%20start%20the%20application%20server%20during%20the%20development%20phase.%20Fortunately%20Phusion%20came%20up%20with%20a%20revolutionized%20solution%20to%20host%20the%20Rails%20application%20on%20Apache%20server%20using%20Passenger%20%28aka%20mod_rails%29.%0D%0A&amp;source=Mohamed Aslam" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22Introducing%20Speedy%20%E2%80%93%20Painless%20rapid%20Rails%20deployment%22&amp;body=Link: http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A %0D%0A%0D%0AIf%20you%E2%80%99re%20a%20Rails%20developer%20I%20hope%20you%20too%20hate%20to%20run%20.%2Fscript%2Fserver%20command%20all%20the%20time%20to%20start%20the%20application%20server%20during%20the%20development%20phase.%20Fortunately%20Phusion%20came%20up%20with%20a%20revolutionized%20solution%20to%20host%20the%20Rails%20application%20on%20Apache%20server%20using%20Passenger%20%28aka%20mod_rails%29.%0D%0A" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-memoryru">
			<a href="http://memori.ru/link/?sm=1&amp;u_data[url]=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/&amp;u_data[name]=Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment" rel="nofollow" class="external" title="Add this to Memory.ru">Add this to Memory.ru</a>
		</li>
		<li class="shr-meneame">
			<a href="http://meneame.net/submit.php?url=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/" rel="nofollow" class="external" title="Submit this to Meneame">Submit this to Meneame</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/&amp;bm_description=Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/&amp;title=Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-moemesto">
			<a href="http://moemesto.ru/post.php?url=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/&amp;title=Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment" rel="nofollow" class="external" title="Add this to MyPlace">Add this to MyPlace</a>
		</li>
		<li class="shr-mylinkvault">
			<a href="http://www.mylinkvault.com/link-page.php?u=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/&amp;n=Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment" rel="nofollow" class="external" title="Store this link on MyLinkVault">Store this link on MyLinkVault</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/&amp;t=Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-n4g">
			<a href="http://www.n4g.com/tips.aspx?url=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/&amp;title=Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment" rel="nofollow" class="external" title="Submit tip to N4G">Submit tip to N4G</a>
		</li>
		<li class="shr-netvibes">
			<a href="http://www.netvibes.com/share?title=Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment&amp;url=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/" rel="nofollow" class="external" title="Submit this to Netvibes">Submit this to Netvibes</a>
		</li>
		<li class="shr-netvouz">
			<a href="http://www.netvouz.com/action/submitBookmark?url=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/&amp;title=Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment&amp;popup=no" rel="nofollow" class="external" title="Submit this to Netvouz">Submit this to Netvouz</a>
		</li>
		<li class="shr-newsvine">
			<a href="http://www.newsvine.com/_tools/seed&amp;save?u=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/&amp;h=Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="shr-ning">
			<a href="http://bookmarks.ning.com/addItem.php?url=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/&amp;T=Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment" rel="nofollow" class="external" title="Add this to Ning">Add this to Ning</a>
		</li>
		<li class="shr-nujij">
			<a href="http://nujij.nl/jij.lynkx?t=Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment&amp;u=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/&amp;b=%0D%0A%0D%0AIf%20you%E2%80%99re%20a%20Rails%20developer%20I%20hope%20you%20too%20hate%20to%20run%20.%2Fscript%2Fserver%20command%20all%20the%20time%20to%20start%20the%20application%20server%20during%20the%20development%20phase.%20Fortunately%20Phusion%20came%20up%20with%20a%20revolutionized%20solution%20to%20host%20the%20Rails%20application%20on%20Apache%20server%20using%20Passenger%20%28aka%20mod_rails%29.%0D%0A" rel="nofollow" class="external" title="Submit this to NUjij">Submit this to NUjij</a>
		</li>
		<li class="shr-oknotizie">
			<a href="http://oknotizie.virgilio.it/post?url=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/&amp;title=Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment" rel="nofollow" class="external" title="Share this on OkNotizie">Share this on OkNotizie</a>
		</li>
		<li class="shr-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment&amp;du=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/&amp;cn=%0D%0A%0D%0AIf%20you%E2%80%99re%20a%20Rails%20developer%20I%20hope%20you%20too%20hate%20to%20run%20.%2Fscript%2Fserver%20command%20all%20the%20time%20to%20start%20the%20application%20server%20during%20the%20development%20phase.%20Fortunately%20Phusion%20came%20up%20with%20a%20revolutionized%20solution%20to%20host%20the%20Rails%20application%20on%20Apache%20server%20using%20Passenger%20%28aka%20mod_rails%29.%0D%0A" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
		<li class="shr-pfbuzz">
			<a href="http://pfbuzz.com/submit?url=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/&amp;title=Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment" rel="nofollow" class="external" title="Share this on PFBuzz">Share this on PFBuzz</a>
		</li>
		<li class="shr-pingfm">
			<a href="http://ping.fm/ref/?link=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/&amp;title=Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment&amp;body=%0D%0A%0D%0AIf%20you%E2%80%99re%20a%20Rails%20developer%20I%20hope%20you%20too%20hate%20to%20run%20.%2Fscript%2Fserver%20command%20all%20the%20time%20to%20start%20the%20application%20server%20during%20the%20development%20phase.%20Fortunately%20Phusion%20came%20up%20with%20a%20revolutionized%20solution%20to%20host%20the%20Rails%20application%20on%20Apache%20server%20using%20Passenger%20%28aka%20mod_rails%29.%0D%0A" rel="nofollow" class="external" title="Ping this on Ping.fm">Ping this on Ping.fm</a>
		</li>
		<li class="shr-plaxo">
			<a href="http://www.plaxo.com/?share_link=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/" rel="nofollow" class="external" title="Share this on Plaxo">Share this on Plaxo</a>
		</li>
		<li class="shr-plurk">
			<a href="http://www.plurk.com/m?content=Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment+-+http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/&amp;qualifier=shares" rel="nofollow" class="external" title="Share this on Plurk">Share this on Plurk</a>
		</li>
		<li class="shr-posterous">
			<a href="http://posterous.com/share?linkto=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/&amp;title=Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment&amp;selection=%0D%0A%0D%0AIf%20you%E2%80%99re%20a%20Rails%20developer%20I%20hope%20you%20too%20hate%20to%20run%20.%2Fscript%2Fserver%20command%20all%20the%20time%20to%20start%20the%20application%20server%20during%20the%20development%20phase.%20Fortunately%20Phusion%20came%20up%20with%20a%20revolutionized%20solution%20to%20host%20the%20Rails%20application%20on%20Apache%20server%20using%20Passenger%20%28aka%20mod_rails%29.%0D%0A" rel="nofollow" class="external" title="Post this to Posterous">Post this to Posterous</a>
		</li>
		<li class="shr-printfriendly">
			<a href="http://www.printfriendly.com/print?url=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
		<li class="shr-propeller">
			<a href="http://www.propeller.com/submit/?url=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/" rel="nofollow" class="external" title="Submit this story to Propeller">Submit this story to Propeller</a>
		</li>
		<li class="shr-pusha">
			<a href="http://www.pusha.se/posta?url=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/&amp;title=Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment" rel="nofollow" class="external" title="Push this on Pusha">Push this on Pusha</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/&amp;title=Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-scriptstyle">
			<a href="http://scriptandstyle.com/submit?url=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/&amp;title=Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment" rel="nofollow" class="external" title="Submit this to Script &amp; Style">Submit this to Script &amp; Style</a>
		</li>
		<li class="shr-slashdot">
			<a href="http://slashdot.org/bookmark.pl?url=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/&amp;title=Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment" rel="nofollow" class="external" title="Submit this to SlashDot">Submit this to SlashDot</a>
		</li>
		<li class="shr-sphinn">
			<a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/" rel="nofollow" class="external" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a>
		</li>
		<li class="shr-springpad">
			<a href="http://springpadit.com/clip.action?body=%0D%0A%0D%0AIf%20you%E2%80%99re%20a%20Rails%20developer%20I%20hope%20you%20too%20hate%20to%20run%20.%2Fscript%2Fserver%20command%20all%20the%20time%20to%20start%20the%20application%20server%20during%20the%20development%20phase.%20Fortunately%20Phusion%20came%20up%20with%20a%20revolutionized%20solution%20to%20host%20the%20Rails%20application%20on%20Apache%20server%20using%20Passenger%20%28aka%20mod_rails%29.%0D%0A&amp;url=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/&amp;format=microclip&amp;title=Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment&amp;isSelected=true" rel="nofollow" class="external" title="Spring this on SpringPad">Spring this on SpringPad</a>
		</li>
		<li class="shr-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="shr-strands">
			<a href="http://www.strands.com/tools/share/webpage?title=Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment&amp;url=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/" rel="nofollow" class="external" title="Submit this to Strands">Submit this to Strands</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/&amp;title=Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-stumpedia">
			<a href="http://www.stumpedia.com/submit?url=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/&amp;title=Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment" rel="nofollow" class="external" title="Add this to Stumpedia">Add this to Stumpedia</a>
		</li>
		<li class="shr-techmeme">
			<a href="http://twitter.com/home/?status=Tip+@Techmeme+http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/+&quot;Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment&quot;&amp;source=shareaholic" rel="nofollow" class="external" title="Tip this to TechMeme">Tip this to TechMeme</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-tipd">
			<a href="http://tipd.com/submit.php?url=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/" rel="nofollow" class="external" title="Share this on Tipd">Share this on Tipd</a>
		</li>
		<li class="shr-tomuse">
			<a href="mailto:tips@tomuse.com?subject=New+tip+submitted+via+the+SexyBookmarks+Plugin%21&amp;body=Link: http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/ %0D%0A%0D%0A %0D%0A%0D%0AIf%20you%E2%80%99re%20a%20Rails%20developer%20I%20hope%20you%20too%20hate%20to%20run%20.%2Fscript%2Fserver%20command%20all%20the%20time%20to%20start%20the%20application%20server%20during%20the%20development%20phase.%20Fortunately%20Phusion%20came%20up%20with%20a%20revolutionized%20solution%20to%20host%20the%20Rails%20application%20on%20Apache%20server%20using%20Passenger%20%28aka%20mod_rails%29.%0D%0A" rel="nofollow" class="external" title="Suggest this article to ToMuse">Suggest this article to ToMuse</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fmohamedaslam.com%2Fintroducing-speedy-painless-rapid-rails-deployment%2F&amp;t=Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment" rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment+-+http://tinyurl.com/y898hmh&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-twittley">
			<a href="http://twittley.com/submit/?title=Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment&amp;url=http%3A%2F%2Fmohamedaslam.com%2Fintroducing-speedy-painless-rapid-rails-deployment%2F&amp;desc=%0D%0A%0D%0AIf%20you%E2%80%99re%20a%20Rails%20developer%20I%20hope%20you%20too%20hate%20to%20run%20.%2Fscript%2Fserver%20command%20all%20the%20time%20to%20start%20the%20application%20server%20during%20the%20development%20phase.%20Fortunately%20Phusion%20came%20up%20with%20a%20revolutionized%20solution%20to%20host%20the%20Rails%20application%20on%20Apache%20server%20using%20Passenger%20%28aka%20mod_rails%29.%0D%0A&amp;pcat=Technology&amp;tags=" rel="nofollow" class="external" title="Submit this to Twittley">Submit this to Twittley</a>
		</li>
		<li class="shr-viadeo">
			<a href="http://www.viadeo.com/shareit/share/?url=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/&amp;title=Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment&amp;urlaffiliate=31138" rel="nofollow" class="external" title="Share this on Viadeo">Share this on Viadeo</a>
		</li>
		<li class="shr-virb">
			<a href="http://virb.com/share?external&amp;v=2&amp;url=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/&amp;title=Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment" rel="nofollow" class="external" title="Share this on Virb">Share this on Virb</a>
		</li>
		<li class="shr-webblend">
			<a href="http://thewebblend.com/submit?url=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/&amp;title=Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment&amp;body=%0D%0A%0D%0AIf%20you%E2%80%99re%20a%20Rails%20developer%20I%20hope%20you%20too%20hate%20to%20run%20.%2Fscript%2Fserver%20command%20all%20the%20time%20to%20start%20the%20application%20server%20during%20the%20development%20phase.%20Fortunately%20Phusion%20came%20up%20with%20a%20revolutionized%20solution%20to%20host%20the%20Rails%20application%20on%20Apache%20server%20using%20Passenger%20%28aka%20mod_rails%29.%0D%0A" rel="nofollow" class="external" title="Blend this!">Blend this!</a>
		</li>
		<li class="shr-wikio">
			<a href="" rel="nofollow" class="external" title=""></a>
		</li>
		<li class="shr-wykop">
			<a href="http://www.wykop.pl/dodaj?url=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/&amp;title=Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment" rel="nofollow" class="external" title="Add this to Wykop!">Add this to Wykop!</a>
		</li>
		<li class="shr-xerpi">
			<a href="http://www.xerpi.com/block/add_link_from_extension?url=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/&amp;title=Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment" rel="nofollow" class="external" title="Save this to Xerpi">Save this to Xerpi</a>
		</li>
		<li class="shr-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/&amp;submitHeadline=Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment&amp;submitSummary=%0D%0A%0D%0AIf%20you%E2%80%99re%20a%20Rails%20developer%20I%20hope%20you%20too%20hate%20to%20run%20.%2Fscript%2Fserver%20command%20all%20the%20time%20to%20start%20the%20application%20server%20during%20the%20development%20phase.%20Fortunately%20Phusion%20came%20up%20with%20a%20revolutionized%20solution%20to%20host%20the%20Rails%20application%20on%20Apache%20server%20using%20Passenger%20%28aka%20mod_rails%29.%0D%0A&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://compose.mail.yahoo.com/?Subject=Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment&amp;body=Link: http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A %0D%0A%0D%0AIf%20you%E2%80%99re%20a%20Rails%20developer%20I%20hope%20you%20too%20hate%20to%20run%20.%2Fscript%2Fserver%20command%20all%20the%20time%20to%20start%20the%20application%20server%20during%20the%20development%20phase.%20Fortunately%20Phusion%20came%20up%20with%20a%20revolutionized%20solution%20to%20host%20the%20Rails%20application%20on%20Apache%20server%20using%20Passenger%20%28aka%20mod_rails%29.%0D%0A" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
		<li class="shr-yandex">
			<a href="http://zakladki.yandex.ru/userarea/links/addfromfav.asp?bAddLink_x=1&amp;lurl=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/&amp;lname=Introducing+Speedy+%E2%80%93+Painless+rapid+Rails+deployment" rel="nofollow" class="external" title="Add this to Yandex.Bookmarks">Add this to Yandex.Bookmarks</a>
		</li>
		<li class="shr-zabox">
			<a href="http://www.zabox.net/submit.php?url=http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/" rel="nofollow" class="external" title="Box this on Zabox">Box this on Zabox</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

<h3  class="related_post_title">Related Articles </h3><ul class="related_post"><li><a href="http://mohamedaslam.com/how-to-fix-apache-could-not-reliably-determine-the-servers-fully-qualified-domain-name-using-127011-for-servername-error-on-ubuntu/" title="How to fix Apache &#8211; &#8220;Could not reliably determine the server&#8217;s fully qualified domain name, using 127.0.1.1 for ServerName&#8221; Error on Ubuntu ">How to fix Apache &#8211; &#8220;Could not reliably determine the server&#8217;s fully qualified domain name, using 127.0.1.1 for ServerName&#8221; Error on Ubuntu </a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://mohamedaslam.com/introducing-speedy-painless-rapid-rails-deployment/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

