<?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: How to set up your Mac for Rails Development</title>
	<atom:link href="http://blog.blackwhale.at/2009/09/set-up-your-mac-for-rails-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.blackwhale.at/2009/09/set-up-your-mac-for-rails-development/</link>
	<description>A weblog by Blackwhale about design, code and random stuff we care about.</description>
	<lastBuildDate>Thu, 29 Jul 2010 01:33:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: inz</title>
		<link>http://blog.blackwhale.at/2009/09/set-up-your-mac-for-rails-development/comment-page-1/#comment-345</link>
		<dc:creator>inz</dc:creator>
		<pubDate>Thu, 18 Feb 2010 18:17:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.blackwhale.at/?p=175#comment-345</guid>
		<description>Have you tried repairing permissions in Disk Utility? </description>
		<content:encoded><![CDATA[<p>Have you tried repairing permissions in Disk Utility?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trotsky</title>
		<link>http://blog.blackwhale.at/2009/09/set-up-your-mac-for-rails-development/comment-page-1/#comment-344</link>
		<dc:creator>Trotsky</dc:creator>
		<pubDate>Thu, 18 Feb 2010 02:16:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.blackwhale.at/?p=175#comment-344</guid>
		<description>Since restarting I&#039;m getting a 
 
&#8220;/Library/StartupItems/PostgreSQL&#8221; has not been started because it does not have the proper security settings. 
 
error. But PostgreSQL starts ok. Any ideas on how to fix this? </description>
		<content:encoded><![CDATA[<p>Since restarting I&#039;m getting a </p>
<p>&ldquo;/Library/StartupItems/PostgreSQL&rdquo; has not been started because it does not have the proper security settings. </p>
<p>error. But PostgreSQL starts ok. Any ideas on how to fix this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trotsky</title>
		<link>http://blog.blackwhale.at/2009/09/set-up-your-mac-for-rails-development/comment-page-1/#comment-342</link>
		<dc:creator>Trotsky</dc:creator>
		<pubDate>Mon, 15 Feb 2010 04:36:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.blackwhale.at/?p=175#comment-342</guid>
		<description>Thanks so much for this guide! 
 
After several hours and trying many different tutorials this is the first one that worked for me. I always came unstuck at creating a potgresql user or installing the pg rubygem. Great stuff! </description>
		<content:encoded><![CDATA[<p>Thanks so much for this guide! </p>
<p>After several hours and trying many different tutorials this is the first one that worked for me. I always came unstuck at creating a potgresql user or installing the pg rubygem. Great stuff!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fijaicairo</title>
		<link>http://blog.blackwhale.at/2009/09/set-up-your-mac-for-rails-development/comment-page-1/#comment-326</link>
		<dc:creator>Fijaicairo</dc:creator>
		<pubDate>Sun, 10 Jan 2010 03:56:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.blackwhale.at/?p=175#comment-326</guid>
		<description>Try 
 sudo env ARCHFLAGS=&quot;-arch i386&quot; PATH=/Library/PostgresPlus/8.4SS/bin:$PATH gem install pg 
 </description>
		<content:encoded><![CDATA[<p>Try<br />
 sudo env ARCHFLAGS=&quot;-arch i386&quot; PATH=/Library/PostgresPlus/8.4SS/bin:$PATH gem install pg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yevgeny Smirnov</title>
		<link>http://blog.blackwhale.at/2009/09/set-up-your-mac-for-rails-development/comment-page-1/#comment-206</link>
		<dc:creator>Yevgeny Smirnov</dc:creator>
		<pubDate>Sun, 01 Nov 2009 13:08:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.blackwhale.at/?p=175#comment-206</guid>
		<description>Thanks, your tip to use postgresqlformac.com bundle solved my problem with RDBMS. 
 
I had EnterpriseDB Postgres 8.3 package since Leopard, and it wouldn&#039;t work with ruby-pg on Snow Leopard. Neither EnterpriseDB PG 8.4 nor MacPorts PG 8.3 worked for me. The most I could get trying to compile ruby-pg were &quot;expected &#8216;=&#8217;, &#8216;,&#8217;, &#8216;;&#8217;, &#8216;asm&#8217; or &#8216;__attribute__&#8217;&quot; errors. </description>
		<content:encoded><![CDATA[<p>Thanks, your tip to use postgresqlformac.com bundle solved my problem with RDBMS. </p>
<p>I had EnterpriseDB Postgres 8.3 package since Leopard, and it wouldn&#039;t work with ruby-pg on Snow Leopard. Neither EnterpriseDB PG 8.4 nor MacPorts PG 8.3 worked for me. The most I could get trying to compile ruby-pg were &quot;expected &lsquo;=&rsquo;, &lsquo;,&rsquo;, &lsquo;;&rsquo;, &lsquo;asm&rsquo; or &lsquo;__attribute__&rsquo;&quot; errors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tweets that mention How to set up your Mac for Rails Development « Seaside -- Topsy.com</title>
		<link>http://blog.blackwhale.at/2009/09/set-up-your-mac-for-rails-development/comment-page-1/#comment-99</link>
		<dc:creator>Tweets that mention How to set up your Mac for Rails Development « Seaside -- Topsy.com</dc:creator>
		<pubDate>Fri, 02 Oct 2009 02:07:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.blackwhale.at/?p=175#comment-99</guid>
		<description>[...] This post was mentioned on Twitter by Scott C Reynolds,  Textmate Tips and ccaseiro. ccaseiro said: RT @textmator: How to set up your Mac for Rails Development « Seaside http://bit.ly/wa4YT [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Scott C Reynolds,  Textmate Tips and ccaseiro. ccaseiro said: RT @textmator: How to set up your Mac for Rails Development « Seaside <a href="http://bit.ly/wa4YT" rel="nofollow">http://bit.ly/wa4YT</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anka_</title>
		<link>http://blog.blackwhale.at/2009/09/set-up-your-mac-for-rails-development/comment-page-1/#comment-71</link>
		<dc:creator>anka_</dc:creator>
		<pubDate>Tue, 15 Sep 2009 19:30:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.blackwhale.at/?p=175#comment-71</guid>
		<description>Danke danke danke :-) ... Der Post war nach meinen UPGRADE auf Snow Leopard wirklich &#252;berlebenswichtig :-)  
 
Jetzt funktioniert Postgres und die ganze Rails Umgebung sogar wieder *hehe* </description>
		<content:encoded><![CDATA[<p>Danke danke danke <img src='http://blog.blackwhale.at/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  &#8230; Der Post war nach meinen UPGRADE auf Snow Leopard wirklich &uuml;berlebenswichtig <img src='http://blog.blackwhale.at/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />   </p>
<p>Jetzt funktioniert Postgres und die ganze Rails Umgebung sogar wieder *hehe*</p>
]]></content:encoded>
	</item>
</channel>
</rss>
