<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments on: Creating applications with RoR on OS X</title>
	<atom:link href="http://aralbalkan.com/749/feed" rel="self" type="application/rss+xml" />
	<link>http://aralbalkan.com/749</link>
	<description>Passionate geekisms.</description>
	<lastBuildDate>Wed, 17 Mar 2010 01:31:00 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: JamesP</title>
		<link>http://aralbalkan.com/749/comment-page-1#comment-193085</link>
		<dc:creator>JamesP</dc:creator>
		<pubDate>Wed, 12 Nov 2008 21:02:48 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/749#comment-193085</guid>
		<description>So would that mean I would have to do the same if I am using WAMP?

Thanks for the time and efforts?</description>
		<content:encoded><![CDATA[<p>So would that mean I would have to do the same if I am using WAMP?</p>
<p>Thanks for the time and efforts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SWX Ruby Alpha Released: SWX RPC for Ruby on Rails at Aral Balkan</title>
		<link>http://aralbalkan.com/749/comment-page-1#comment-71975</link>
		<dc:creator>SWX Ruby Alpha Released: SWX RPC for Ruby on Rails at Aral Balkan</dc:creator>
		<pubDate>Mon, 17 Sep 2007 15:41:55 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/749#comment-71975</guid>
		<description>[...] (Also see my related posts on Locomotive and Ruby that may come in handy: Creating applications with RoR on OS X, Using Locomotive as your default Ruby, The location of the Rails source under Locomotive, and Clearing the gem source_cache in Ruby.) [...]</description>
		<content:encoded><![CDATA[<p>[...] (Also see my related posts on Locomotive and Ruby that may come in handy: Creating applications with RoR on OS X, Using Locomotive as your default Ruby, The location of the Rails source under Locomotive, and Clearing the gem source_cache in Ruby.) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dirtystylus &#187; Blog Archive &#187; Locomotive on Rails, with MAMP as a Caboose</title>
		<link>http://aralbalkan.com/749/comment-page-1#comment-60722</link>
		<dc:creator>dirtystylus &#187; Blog Archive &#187; Locomotive on Rails, with MAMP as a Caboose</dc:creator>
		<pubDate>Tue, 10 Jul 2007 19:02:18 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/749#comment-60722</guid>
		<description>[...] From this tip at aralbakan.com: adding a socket definition to my database config file - &#8220;socket: /Applications/MAMP/tmp/mysql/mysql.sock&#8221; [...]</description>
		<content:encoded><![CDATA[<p>[...] From this tip at aralbakan.com: adding a socket definition to my database config file &#8211; &ldquo;socket: /Applications/MAMP/tmp/mysql/mysql.sock&rdquo; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DamianT</title>
		<link>http://aralbalkan.com/749/comment-page-1#comment-52142</link>
		<dc:creator>DamianT</dc:creator>
		<pubDate>Tue, 12 Jun 2007 15:31:19 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/749#comment-52142</guid>
		<description>Mate - thanks for the tip about using MAMP - adding socket: /Applications/MAMP/tmp/mysql/mysql.sock
Much appreciated!!</description>
		<content:encoded><![CDATA[<p>Mate &#8211; thanks for the tip about using MAMP &#8211; adding socket: /Applications/MAMP/tmp/mysql/mysql.sock<br />
Much appreciated!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aral</title>
		<link>http://aralbalkan.com/749/comment-page-1#comment-6988</link>
		<dc:creator>aral</dc:creator>
		<pubDate>Sun, 29 Oct 2006 20:29:47 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/749#comment-6988</guid>
		<description>Thanks for updating us -- much appreciated! :)</description>
		<content:encoded><![CDATA[<p>Thanks for updating us &#8212; much appreciated! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: axelator</title>
		<link>http://aralbalkan.com/749/comment-page-1#comment-6833</link>
		<dc:creator>axelator</dc:creator>
		<pubDate>Fri, 27 Oct 2006 20:07:53 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/749#comment-6833</guid>
		<description>I found the answwer here:

http://forum.refreshorlando.org/read.php?13,180,186http://forum.refreshorlando.org/read.php?13,180,186

Basically what the Locomotive Help doc won&#039;t tell you is you have to add the string &quot;socket: /Applications/MAMP/tmp/mysql/mysql.sock&quot; to the config/database.yml file like so:

development:
  adapter: mysql
  database: myapp_development
  username: root
  password:
  host: localhost
  socket: /Applications/MAMP/tmp/mysql/mysql.sock

THEN, Locomotive and MAMP know how to play nice together for the rake!

Thanks!</description>
		<content:encoded><![CDATA[<p>I found the answwer here:</p>
<p><a href="http://forum.refreshorlando.org/read.php?13,180,186http://forum.refreshorlando.org/read.php?13,180,186" rel="nofollow">http://forum.refreshorlando.org/read.php?13,180,186http://forum.refreshorlando.org/read.php?13,180,186</a></p>
<p>Basically what the Locomotive Help doc won&#8217;t tell you is you have to add the string &#8220;socket: /Applications/MAMP/tmp/mysql/mysql.sock&#8221; to the config/database.yml file like so:</p>
<p>development:<br />
  adapter: mysql<br />
  database: myapp_development<br />
  username: root<br />
  password:<br />
  host: localhost<br />
  socket: /Applications/MAMP/tmp/mysql/mysql.sock</p>
<p>THEN, Locomotive and MAMP know how to play nice together for the rake!</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: axelator</title>
		<link>http://aralbalkan.com/749/comment-page-1#comment-6832</link>
		<dc:creator>axelator</dc:creator>
		<pubDate>Fri, 27 Oct 2006 20:01:07 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/749#comment-6832</guid>
		<description>i have appended the MAMP socket code, but still get an error on rake:

Can&#039;t connect to local MySQL server through socket &#039;/tmp/mysql.sock&#039; (2)

wondering what i am doing wrong...</description>
		<content:encoded><![CDATA[<p>i have appended the MAMP socket code, but still get an error on rake:</p>
<p>Can&#8217;t connect to local MySQL server through socket &#8216;/tmp/mysql.sock&#8217; (2)</p>
<p>wondering what i am doing wrong&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
