<?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>Easy Ruby On Rails Programming &#187; Learning RoR</title>
	<atom:link href="http://easyrubyonrailsprogramming.com/tag/learning-ror/feed/" rel="self" type="application/rss+xml" />
	<link>http://easyrubyonrailsprogramming.com</link>
	<description>The Place to be to Learn Ruby On Rails</description>
	<lastBuildDate>Sat, 24 Dec 2011 05:30:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Getting started</title>
		<link>http://easyrubyonrailsprogramming.com/programming-language/getting-started/</link>
		<comments>http://easyrubyonrailsprogramming.com/programming-language/getting-started/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 07:16:47 +0000</pubDate>
		<dc:creator>Avatar</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Programming Basics]]></category>
		<category><![CDATA[Programming Language]]></category>
		<category><![CDATA[Learning RoR]]></category>
		<category><![CDATA[Programming Concepts]]></category>
		<category><![CDATA[RoR]]></category>

		<guid isPermaLink="false">http://easyrubyonrailsprogramming.com/programming-language/%post-name%/</guid>
		<description><![CDATA[Ruby on rails can be downloaded from many sources over the internet like from http://api.rubyonrails.org/ where there are also instructions on how to quickly install and start programming. The first lessons would be the forever basic &#8220;Hello World&#8221; program which is very easy if you get set-up right. For a more automated installation you could [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://store.attributes.com.sg/default.php%3FcPath%3D50"><img src="/wp-content/uploads/scraped/11.jpg"/></a>
<p>Ruby on rails can be downloaded from many sources over the internet like from http://api.rubyonrails.org/ where there are also instructions on how to quickly install and start programming. The first lessons would be the forever basic &#8220;Hello World&#8221; program which is very easy if you get set-up right. For a more automated installation you could also check-out Instant Rails or Locomotive for users on the Mac platform.<br />
An example of the shortest way to get from installation to your first application would be;<br />
alias rails_hello_world=&#8217;rails hello &#038;&#038; cd hello &#038;&#038; ./script/generate controller welcome hello &#038;&#038; echo &#8220;Hello World&#8221; > app/views/welcome/hello.rhtml &#038;&#038; ./script/server -d &#038;&#038; firefox 0.0.0.0:3000/welcome/hello&#8217;. The <strong><a href="http://wiki.rubyonrails.com/rails/pages/Tutorial">code</a></strong> was compliments of ReinH. In the following posts we would start with the declarations and other basic stuff that will get us on the right track to making more complicated procedures.</p>
]]></content:encoded>
			<wfw:commentRss>http://easyrubyonrailsprogramming.com/programming-language/getting-started/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

