<?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>Just Another Tech Blog &#187; Ruby on Rails</title>
	<atom:link href="http://www.justanothertech.com/blog/tag/ruby-on-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.justanothertech.com/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 18 Feb 2009 10:02:12 +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>Fun with Ruby on Rails: The Installations</title>
		<link>http://www.justanothertech.com/blog/2009/02/03/fun-with-ruby-on-rails-the-installations/</link>
		<comments>http://www.justanothertech.com/blog/2009/02/03/fun-with-ruby-on-rails-the-installations/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 12:16:34 +0000</pubDate>
		<dc:creator>anothertech</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.justanothertech.com/blog/?p=24</guid>
		<description><![CDATA[Every so often I like a challenge! What could be more challenging and not to mention outright fun that learning a new web programming language such as Ruby on Rails? Ok, probably a lot of things&#8230;.but this is a tech blog and this is certainly a tech subject so it does seem appropriate. I don&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>Every so often I like a challenge! What could be more challenging and not to mention outright fun that learning a new web programming language such as <a href="http://rubyonrails.org/" target="_blank">Ruby on Rails</a>?</p>
<p>Ok, probably a lot of things&#8230;.but this is a tech blog and this is certainly a tech subject so it does seem appropriate.</p>
<p>I don&#8217;t have a strong background in web development. I have had passing familiarity with various technologies over the years, but nothing really in depth; ie, I can put together a pretty mean HTML web page (never used the &lt;blink&gt; tag&#8230;..honestly!)</p>
<p><strong>Getting Started</strong><br />
The first step in this process is to set up your environment which is no small task (made much harder by my ISP who has shaped me back to 64Kbps after I expended my paltry GB allowance for the month&#8230;&#8230;but that is another blog post entirely so we won&#8217;t go into that).</p>
<p>Setting up the environment requires a few applications which are mostly open source. These include:</p>
<p><em>The Ruby Interpreter</em><br />
Pretty simple, visit the following website and then following the bouncing ball (be sure to install all available options): <a href="http://rubyforge.org/projects/rubyinstaller" target="_blank">http://rubyforge.org/projects/rubyinstaller<br />
</a></p>
<p><em>The Rails Framework</em><br />
After the Ruby Interpreter has done its bit you can open a Windows Command prompt and type the following to install the Rails Framework</p>
<p><code>gem install rails -r -y</code></p>
<p>A valid Internet connection is all that is needed and the rest is done for you. If you are familiar with Linux type package managers such as <a href="http://en.wikipedia.org/wiki/RPM_Package_Manager" target="_blank">RPM</a>, that is pretty much what is happening here.</p>
<p><em>Integrated Development Environment (IDE)</em><br />
The book I am using to learn this subject uses a product called <a href="http://www.aptana.com/rails" target="_blank">RadRails</a>. To make life as simple as possible I will stick to that environment until I find my way around a little more. However, in the interests of vendor neutrality, there are many different IDE applications available. This <a title="Best IDE Editor for Ruby on Rails" href="http://ifakedit.com/log/2006/01/17/best-ideeditor-for-ruby-on-rails/" target="_blank">article</a> will give you a few options or your good friend <a href="http://www.google.com" target="_blank">Google</a> might also help.</p>
<p><em>MySQL and all its bits<br />
</em>Haven&#8217;t got to this stage yet (thank you once again ISP with small download limit), but here is the link for sake of completion. Having worked with MySQL previously, it takes some configuration so I will devote a post to the nuances of the install later, <a href="http://dev.mysql.com/downloads/mysql" target="_blank">http://dev.mysql.com/downloads/mysql</a></p>
<p>So that is pretty much where I stand at the moment. Sitting here waiting for my IDE to finish downloading. Stay tuned for more RoR run and games later.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.justanothertech.com/blog/2009/02/03/fun-with-ruby-on-rails-the-installations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
