<?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>Not Geekly Correct &#187; Uncategorized</title>
	<atom:link href="http://www.notgeeklycorrect.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.notgeeklycorrect.com</link>
	<description>Blog of a freelance web developer</description>
	<lastBuildDate>Wed, 14 Apr 2010 11:35:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Rails 2.1 where to begin &#8230;</title>
		<link>http://www.notgeeklycorrect.com/uncategorized/2008/08/08/rails-21-where-to-begin/</link>
		<comments>http://www.notgeeklycorrect.com/uncategorized/2008/08/08/rails-21-where-to-begin/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 07:54:45 +0000</pubDate>
		<dc:creator>Nicolas</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Geek Stuff]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Ebook]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://www.notgeeklycorrect.com/?p=67</guid>
		<description><![CDATA[
This is a fact, Ruby on Rails 2.1 rocks &#8230;
But there has been a lot of evolutions since the 1.x versions, and the problem is that a lot of Rails tutorials available on the Internet are for the 1.x.
So here is a quick collection on how-to begin with Rails 2.x, and what documents you should [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.notgeeklycorrect.com/wp-content/uploads/silver-reader-hands-f-1.jpg"><img class="size-medium wp-image-68 alignnone" title="silver-reader-hands-f-1" src="http://www.notgeeklycorrect.com/wp-content/uploads/silver-reader-hands-f-1.jpg" alt="" width="290" height="300" /></a></p>
<p style="text-align: left;">This is a fact, Ruby on Rails 2.1 rocks &#8230;</p>
<p style="text-align: left;">But there has been a lot of evolutions since the 1.x versions, and the problem is that a lot of Rails tutorials available on the Internet are for the 1.x.</p>
<p style="text-align: left;">So here is a quick collection on how-to begin with Rails 2.x, and what documents you should have a look at:</p>
<ol style="text-align: left;">
<li>A free pdf book, the first version was the Brazilian one (<a title="Brazilian what's new in Rails 2.1" href="http://www.nomedojogo.com/2008/06/06/o-primeiro-livro-sobre-rails-21-e-brasileiro/" target="_blank">original version</a>) and here is the English version (<a title="whats new in rails 2.1" href="http://www.nomedojogo.com/livro/carlosbrando-rubyonrails21_en.pdf" target="_blank">English version of the What&#8217;s new in Rails 2.1</a>). This book is highly recommended to anyone who wants to see more Ruby on Rails before starting to code.</li>
<li>After this e-book, you can buy the PeepCode Rails 2.1 Pdf (<a title="rails 2.1" href="http://peepcode.com/products/rails2-pdf" target="_blank">link to the page</a>) for only 9$!. I really like Peepcode screencast and Peepcode pdf, they are a really good source of information. This e-book will teach you, in a very good presentation all the new things in Rails 2.1. In fact, the content is the same than as in above pdf, but I really much prefer the Peepcode presentation.</li>
<li>Once you&#8217;ve read this e-book, you&#8217;ll clearly see the benefits of Rails and Rails 2.x. So, if you want to begin writing some code, just take the Pragmatic programmers e-book,<a title="http://www.pragprog.com/titles/rails3/agile-web-development-with-rails-third-edition" href="http://www.pragprog.com/titles/rails3/agile-web-development-with-rails-third-edition" target="_blank">Agile Web Development with Rails, Third Edition</a>. This book IS WRITEN by 2 Ruby on Rails master. This book is not available, for the moment in Paper version, but the <acronym title="Portable Document Format">PDF</acronym> version is really amazing and covers the 2.x branch. (I had the first of this book, and this is a bible for every rails developer).</li>
<li>In the same time, if you&#8217;re new in Ruby on Rails, coming from <acronym title="Pre-Hypertext Processing">PHP</acronym> (like me) you should take some time to read some Ruby documentation. For that, go here <a title="http://www.ruby-doc.org/" href="http://www.ruby-doc.org/" target="_blank">Ruby-doc.org</a> and here, <a title="http://www.ruby-lang.org/" href="http://www.ruby-lang.org/" target="_blank">Ruby-lang</a>.<br />
Yes, you really need to read some Ruby documentation before starting Rails. Would you start in <a title="http://www.djangoproject.com/" href="http://www.djangoproject.com/" target="_blank">Django</a> or in <a title="http://www.symfony-project.org/" href="http://www.symfony-project.org/" target="_blank">Symfony Php</a> without any knowledge in Python or Php ?</li>
<li>Well, if you&#8217;ve read all this, you should now be really comfortable with Rails. But you can (trust me, you really can) have a <acronym title="Portable Document Format">PDF</acronym> copy of the <a title="http://www.pragprog.com/titles/fr_arr/advanced-rails-recipes" href="http://www.pragprog.com/titles/fr_arr/advanced-rails-recipes" target="_blank">Advanced Rails Recipes ebook</a>. Again it&#8217;s available at the Pragmatic  Programmers shop. This book is simply an awesome help on every day Rails problems.</li>
</ol>
<p style="text-align: left;">You can now see what my Rails bibliography looks like. I also have other pdf titles and pdf tutorials that I&#8217;ll share with you later.</p>
<p style="text-align: left;">Rails 2.1 is really good, but if you want to be aware of its power, you need to spend some time on reading books &#8230; don&#8217;t be blind by the scaffold <img src='http://www.notgeeklycorrect.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> .</p>]]></content:encoded>
			<wfw:commentRss>http://www.notgeeklycorrect.com/uncategorized/2008/08/08/rails-21-where-to-begin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
