<?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: Getting started with Ruby on Rails on Mac OS X</title>
	<atom:link href="http://damieng.com/blog/2007/07/09/getting-started-with-ruby-on-rails-on-mac-os-x/feed" rel="self" type="application/rss+xml" />
	<link>http://damieng.com/blog/2007/07/09/getting-started-with-ruby-on-rails-on-mac-os-x?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=getting-started-with-ruby-on-rails-on-mac-os-x</link>
	<description>A .NET developer in silicon valley</description>
	<lastBuildDate>Sun, 25 Dec 2011 15:10:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: ASpanishGuy</title>
		<link>http://damieng.com/blog/2007/07/09/getting-started-with-ruby-on-rails-on-mac-os-x#comment-1937</link>
		<dc:creator>ASpanishGuy</dc:creator>
		<pubDate>Tue, 10 Jul 2007 17:51:40 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/archive/2007/07/09/getting-started-with-ruby-on-rails-on-mac-os-x.aspx#comment-1937</guid>
		<description>As ide, try netbeans 6.0M10</description>
		<content:encoded><![CDATA[<p>As ide, try netbeans 6.0M10</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian Ritchie</title>
		<link>http://damieng.com/blog/2007/07/09/getting-started-with-ruby-on-rails-on-mac-os-x#comment-1936</link>
		<dc:creator>Adrian Ritchie</dc:creator>
		<pubDate>Tue, 10 Jul 2007 00:55:43 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/archive/2007/07/09/getting-started-with-ruby-on-rails-on-mac-os-x.aspx#comment-1936</guid>
		<description>One thing to note, for users that are new to Fink, is that you may need to configure Fink to install unstable packages in order to be able to install rubygems.  &lt;br /&gt;&lt;br /&gt;Also, at time of writing this, the stable install of Ruby using Fink is 1.8.1, whereas the unstable install is 1.8.4</description>
		<content:encoded><![CDATA[<p>One thing to note, for users that are new to Fink, is that you may need to configure Fink to install unstable packages in order to be able to install rubygems.  </p>
<p>Also, at time of writing this, the stable install of Ruby using Fink is 1.8.1, whereas the unstable install is 1.8.4</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Donaldson</title>
		<link>http://damieng.com/blog/2007/07/09/getting-started-with-ruby-on-rails-on-mac-os-x#comment-1934</link>
		<dc:creator>Andrew Donaldson</dc:creator>
		<pubDate>Mon, 09 Jul 2007 19:16:07 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/archive/2007/07/09/getting-started-with-ruby-on-rails-on-mac-os-x.aspx#comment-1934</guid>
		<description>It is a bit of a faff getting started, but amusingly it&#039;s a little easier to get started (at least with the base packages) on Windows!&lt;br /&gt;&lt;br /&gt;Try not to hate it from the start (i.e. reading too much into the marketing hype), just play with it with an open mind and you&#039;ll soon find the little things that make you smile.&lt;br /&gt;&lt;br /&gt;One comment on ruby versions though. From the rails page:&lt;br /&gt;&lt;br /&gt;We recommend Ruby 1.8.5 for use with Rails. Ruby 1.8.4 and 1.8.2 are still usable too, but version 1.8.3 is not.&lt;br /&gt;&lt;br /&gt;Just in case you notice anything weird happening that you can&#039;t explain.&lt;br /&gt;&lt;br /&gt;The main thing to remember with rails though, is that while it&#039;s Convention over configuration, that means you have to understand the rails conventions before you get the most benefit.&lt;br /&gt;&lt;br /&gt;Until then, it can seem slightly awkward and a bit foreign if you&#039;re used to .net (speaking from experience).</description>
		<content:encoded><![CDATA[<p>It is a bit of a faff getting started, but amusingly it&#8217;s a little easier to get started (at least with the base packages) on Windows!</p>
<p>Try not to hate it from the start (i.e. reading too much into the marketing hype), just play with it with an open mind and you&#8217;ll soon find the little things that make you smile.</p>
<p>One comment on ruby versions though. From the rails page:</p>
<p>We recommend Ruby 1.8.5 for use with Rails. Ruby 1.8.4 and 1.8.2 are still usable too, but version 1.8.3 is not.</p>
<p>Just in case you notice anything weird happening that you can&#8217;t explain.</p>
<p>The main thing to remember with rails though, is that while it&#8217;s Convention over configuration, that means you have to understand the rails conventions before you get the most benefit.</p>
<p>Until then, it can seem slightly awkward and a bit foreign if you&#8217;re used to .net (speaking from experience).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damien Guard</title>
		<link>http://damieng.com/blog/2007/07/09/getting-started-with-ruby-on-rails-on-mac-os-x#comment-1935</link>
		<dc:creator>Damien Guard</dc:creator>
		<pubDate>Mon, 09 Jul 2007 14:41:46 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/archive/2007/07/09/getting-started-with-ruby-on-rails-on-mac-os-x.aspx#comment-1935</guid>
		<description>There is always the risk that people coming to a new platform will bring their old approach and expectations with them.&lt;br /&gt;&lt;br /&gt;We see C programmers immediately bypassing most of .NET heading straight to P/Invoke with disastrous results.&lt;br /&gt;&lt;br /&gt;It&#039;s an exercise in futility to fight against the principles of an environment.&lt;br /&gt;&lt;br /&gt;[)amien</description>
		<content:encoded><![CDATA[<p>There is always the risk that people coming to a new platform will bring their old approach and expectations with them.</p>
<p>We see C programmers immediately bypassing most of .NET heading straight to P/Invoke with disastrous results.</p>
<p>It&#8217;s an exercise in futility to fight against the principles of an environment.</p>
<p>[)amien</p>
]]></content:encoded>
	</item>
</channel>
</rss>

