<?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 for Common Vision</title>
	<atom:link href="http://www.commonvision.com.au/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.commonvision.com.au</link>
	<description>Proactive IT Solutions</description>
	<lastBuildDate>Wed, 30 Nov 2011 05:01:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on RVM, Mac OSX 10.6 and Ruby 1.8.7 p302 Install Error by Prem</title>
		<link>http://www.commonvision.com.au/2010/09/20/rvm-mac-osx-10-6-and-ruby-1-8-7-p302-install-error/comment-page-1/#comment-281</link>
		<dc:creator>Prem</dc:creator>
		<pubDate>Wed, 30 Nov 2011 05:01:22 +0000</pubDate>
		<guid isPermaLink="false">http://relaunch.commonvision.com.au/?p=357#comment-281</guid>
		<description>My readline was installed to &quot;/Users/Chandu/.rvm/usr&quot;. So I have changed the command to 

rvm install 1.8.7 -C --with-arch=x86_64, --with-readline-dir = /Users/Chandu/.rvm/usr


That was worked. Thanks a lot for the help, it saved a lot of time for me.</description>
		<content:encoded><![CDATA[<p>My readline was installed to &#8220;/Users/Chandu/.rvm/usr&#8221;. So I have changed the command to </p>
<p>rvm install 1.8.7 -C &#8211;with-arch=x86_64, &#8211;with-readline-dir = /Users/Chandu/.rvm/usr</p>
<p>That was worked. Thanks a lot for the help, it saved a lot of time for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting HTTPS going on your local POW instance using Nginx by jason.nah</title>
		<link>http://www.commonvision.com.au/2011/08/26/getting-https-going-on-your-local-pow-instance-using-nginx/comment-page-1/#comment-195</link>
		<dc:creator>jason.nah</dc:creator>
		<pubDate>Fri, 02 Sep 2011 00:22:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.commonvision.com.au/?p=558#comment-195</guid>
		<description>If you&#039;re talking about https://github.com/ddollar/foreman then POW and foreman are two different things and serve two different purposes.

Foreman is a gem to interpret a Procfile and start up the various processes. So, effectively it is a way to easily manage multiple processes for your application. In fact @rbates asked the following question on twitter recently:

&lt;a href=&quot;http://twitter.com/#!/rbates/status/104953280437825536&quot; rel=&quot;nofollow&quot;&gt;&quot;I have a Rails app where I need to start about 5 servers/daemons to get it working in development. Any suggestions for making that easier?&quot; ~ @rbates&lt;/a&gt;

To which, he discovered foreman:
&lt;a href=&quot;http://twitter.com/#!/rbates/status/104954286764597248&quot; rel=&quot;nofollow&quot;&gt;&quot; Thank you all who suggested Foreman, looks like that does what I need! http://blog.daviddollar.org/2011/05/06/introducing-foreman.html &quot; ~ @rbates&lt;/a&gt;

And subsequently did a &lt;a href=&quot;http://railscasts.com/episodes/281-foreman&quot; rel=&quot;nofollow&quot;&gt;screencast on it&lt;/a&gt;.

POW isn&#039;t geared for this. POW&#039;s real purpose is to make it super easy to host multiple Rack applications on your development machine. It hooks into OS X&#039;s DNS resolver to route specific domain names (eg. myapp.dev) to your app. POW does nothing to help you fire up background workers or your own custom daemons/processes/dependencies that your application may require.

Hope this helps clarify your question.</description>
		<content:encoded><![CDATA[<p>If you&#8217;re talking about <a href="https://github.com/ddollar/foreman" rel="nofollow">https://github.com/ddollar/foreman</a> then POW and foreman are two different things and serve two different purposes.</p>
<p>Foreman is a gem to interpret a Procfile and start up the various processes. So, effectively it is a way to easily manage multiple processes for your application. In fact @rbates asked the following question on twitter recently:</p>
<p><a href="http://twitter.com/#!/rbates/status/104953280437825536" rel="nofollow">&quot;I have a Rails app where I need to start about 5 servers/daemons to get it working in development. Any suggestions for making that easier?&quot; ~ @rbates</a></p>
<p>To which, he discovered foreman:<br />
<a href="http://twitter.com/#!/rbates/status/104954286764597248" rel="nofollow">&quot; Thank you all who suggested Foreman, looks like that does what I need! </a><a href="http://blog.daviddollar.org/2011/05/06/introducing-foreman.html" rel="nofollow">http://blog.daviddollar.org/2011/05/06/introducing-foreman.html</a> &quot; ~ @rbates</p>
<p>And subsequently did a <a href="http://railscasts.com/episodes/281-foreman" rel="nofollow">screencast on it</a>.</p>
<p>POW isn&#8217;t geared for this. POW&#8217;s real purpose is to make it super easy to host multiple Rack applications on your development machine. It hooks into OS X&#8217;s DNS resolver to route specific domain names (eg. myapp.dev) to your app. POW does nothing to help you fire up background workers or your own custom daemons/processes/dependencies that your application may require.</p>
<p>Hope this helps clarify your question.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting HTTPS going on your local POW instance using Nginx by Stephen</title>
		<link>http://www.commonvision.com.au/2011/08/26/getting-https-going-on-your-local-pow-instance-using-nginx/comment-page-1/#comment-176</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Fri, 26 Aug 2011 15:13:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.commonvision.com.au/?p=558#comment-176</guid>
		<description>Indirectly, why POW over, say foreman (http://ddollar.github.com/foreman/)?</description>
		<content:encoded><![CDATA[<p>Indirectly, why POW over, say foreman (<a href="http://ddollar.github.com/foreman/)?" rel="nofollow">http://ddollar.github.com/foreman/)?</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mac RVM 1.9.2-p0 Install Error &#8211; readline.c 1292 by hugo villero</title>
		<link>http://www.commonvision.com.au/2011/01/23/mac-rvm-1-9-2-p0-install-error-readline-c1292/comment-page-1/#comment-148</link>
		<dc:creator>hugo villero</dc:creator>
		<pubDate>Tue, 05 Jul 2011 18:29:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.commonvision.com.au/?p=488#comment-148</guid>
		<description>Thank you very much for that tip :)</description>
		<content:encoded><![CDATA[<p>Thank you very much for that tip <img src='http://www.commonvision.com.au/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RVM, Mac OSX 10.6 and Ruby 1.8.7 p302 Install Error by jason.nah</title>
		<link>http://www.commonvision.com.au/2010/09/20/rvm-mac-osx-10-6-and-ruby-1-8-7-p302-install-error/comment-page-1/#comment-145</link>
		<dc:creator>jason.nah</dc:creator>
		<pubDate>Tue, 05 Jul 2011 09:00:10 +0000</pubDate>
		<guid isPermaLink="false">http://relaunch.commonvision.com.au/?p=357#comment-145</guid>
		<description>No worries. I hope the instructions were clear and saved you some time. I know for me it was confusing to find the right info given the number of &#039;hack&#039; approaches.</description>
		<content:encoded><![CDATA[<p>No worries. I hope the instructions were clear and saved you some time. I know for me it was confusing to find the right info given the number of &#8216;hack&#8217; approaches.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RVM, Mac OSX 10.6 and Ruby 1.8.7 p302 Install Error by Greg Clarke</title>
		<link>http://www.commonvision.com.au/2010/09/20/rvm-mac-osx-10-6-and-ruby-1-8-7-p302-install-error/comment-page-1/#comment-144</link>
		<dc:creator>Greg Clarke</dc:creator>
		<pubDate>Tue, 05 Jul 2011 06:08:46 +0000</pubDate>
		<guid isPermaLink="false">http://relaunch.commonvision.com.au/?p=357#comment-144</guid>
		<description>Thanks Jason.  

--with-readline-dir=/usr/local  

worked for me.


GC</description>
		<content:encoded><![CDATA[<p>Thanks Jason.  </p>
<p>&#8211;with-readline-dir=/usr/local  </p>
<p>worked for me.</p>
<p>GC</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on %CD% &#8211; the pwd for cmd/dos on Windows by Shaun Wilde</title>
		<link>http://www.commonvision.com.au/2010/09/17/cd-the-pwd-for-cmddos-on-windows/comment-page-1/#comment-6</link>
		<dc:creator>Shaun Wilde</dc:creator>
		<pubDate>Thu, 23 Sep 2010 23:17:28 +0000</pubDate>
		<guid isPermaLink="false">http://relaunch.commonvision.com.au/?p=359#comment-6</guid>
		<description>you can also use . instead of %CD% i.e. explorer . or explorer /e,.</description>
		<content:encoded><![CDATA[<p>you can also use . instead of %CD% i.e. explorer . or explorer /e,.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

