<?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: Building Dynamic Web 2.0 Websites with Ruby on Rails: Create database-driven dynamic websites with this open-source web application framework</title>
	<atom:link href="http://www.website-domain-name.com/books/building-dynamic-web-2-0-websites-with-ruby-on-rails-create-database-driven-dynamic-websites-with-this-open-source-web-application-framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.website-domain-name.com/books/building-dynamic-web-2-0-websites-with-ruby-on-rails-create-database-driven-dynamic-websites-with-this-open-source-web-application-framework/</link>
	<description>Learn More About Buying Domain Names</description>
	<lastBuildDate>Wed, 19 May 2010 08:53:17 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Anonymous</title>
		<link>http://www.website-domain-name.com/books/building-dynamic-web-2-0-websites-with-ruby-on-rails-create-database-driven-dynamic-websites-with-this-open-source-web-application-framework/comment-page-1/#comment-2149</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sat, 09 Jan 2010 17:51:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.website-domain-name.com/books/building-dynamic-web-2-0-websites-with-ruby-on-rails-create-database-driven-dynamic-websites-with-this-open-source-web-application-framework/#comment-2149</guid>
		<description>

Boy, I wish I had a chance to see the reviews here before I bought this book.  I very rarely take the time to post a review, but this book is the most disappointing technical book I&#039;ve read in all my memory. &#13;As a concept is introduced, it starts with a small example and builds on it.  But every time a new line is added to the example, the entire example is reproduced.  Within a few pages the examples are taking an entire page of text; almost exactly the same text that was on the previous page. &#13;The code formatting is inconsistent, showing a lack of care by the author and proofreader.  &#13;At times new concepts are introduced with no explanation, leaving the reader to wonder if it was a typo or not. &#13;The prose is oddly formal and excruciatingly verbose.  Sentences are constantly repeated in slightly different ways.  English is clearly not the strong suit of the author, which can be fine if a solid editor is involved.  Unfortunately, that&#039;s not the case here. &#13;I&#039;ll admit I only got a few chapters in before I gave up in order to retain my sanity.  It struck me as odd that in a book so thin (which can be a great thing in a technical book - K&amp;R&#039;s C book a prime example), the author appeared to be attempting to stretch it out as far as he could go. &#13;Anyway, listen to the other reviews on this site and pick up _Agile Web Development with Rails_ instead - I bought a pdf of the latest beta of the 3rd edition, and it&#039;s excellent. &#13;</description>
		<content:encoded><![CDATA[<p>Boy, I wish I had a chance to see the reviews here before I bought this book.  I very rarely take the time to post a review, but this book is the most disappointing technical book I&#8217;ve read in all my memory. &#13;As a concept is introduced, it starts with a small example and builds on it.  But every time a new line is added to the example, the entire example is reproduced.  Within a few pages the examples are taking an entire page of text; almost exactly the same text that was on the previous page. &#13;The code formatting is inconsistent, showing a lack of care by the author and proofreader.  &#13;At times new concepts are introduced with no explanation, leaving the reader to wonder if it was a typo or not. &#13;The prose is oddly formal and excruciatingly verbose.  Sentences are constantly repeated in slightly different ways.  English is clearly not the strong suit of the author, which can be fine if a solid editor is involved.  Unfortunately, that&#8217;s not the case here. &#13;I&#8217;ll admit I only got a few chapters in before I gave up in order to retain my sanity.  It struck me as odd that in a book so thin (which can be a great thing in a technical book &#8211; K&amp;R&#8217;s C book a prime example), the author appeared to be attempting to stretch it out as far as he could go. &#13;Anyway, listen to the other reviews on this site and pick up _Agile Web Development with Rails_ instead &#8211; I bought a pdf of the latest beta of the 3rd edition, and it&#8217;s excellent. &#13;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oren</title>
		<link>http://www.website-domain-name.com/books/building-dynamic-web-2-0-websites-with-ruby-on-rails-create-database-driven-dynamic-websites-with-this-open-source-web-application-framework/comment-page-1/#comment-2148</link>
		<dc:creator>Oren</dc:creator>
		<pubDate>Sat, 09 Jan 2010 16:11:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.website-domain-name.com/books/building-dynamic-web-2-0-websites-with-ruby-on-rails-create-database-driven-dynamic-websites-with-this-open-source-web-application-framework/#comment-2148</guid>
		<description>

Massive interest in Ruby on Rails over the past few years was quickly mirrored in book sales.  Early entrants like the (near definitive) Agile Web Development with Ruby on Rails were break away hits in a world that usually sees modest sales of each title.  It&#039;s not surprising a lot of people wanted to get a share of that market, and the range of Ruby and Rails titles has exploded, with an unsurprising dip in average quality. &#13;This latest title from Packt sits somewhere very low down the quality scale.  An unfocussed volume, it purports to introduce the ruby language and show how to get up and running with a simple buzzword-laden Rails application, but does a distinctly inadequate job on both counts.  Any moderately experienced rubyist would worry at seeing code like:&#13;class Tale&#13;@author&#13;@genre&#13;@tale_body&#13;end&#13;recommended as the way to define a class with three attributes, rather than the more succinct, idiomatic and functional:&#13;class Tale&#13;attr_accessor :author, :genre, :tale_body&#13;end&#13;(For those unfamiliar with ruby, the former will define attributes but not accessors for them.  The latter will define the attributes and its accessors and is the recommended approach for public attributes)&#13;That example occurs early on, and as the book progresses it is hard to shake the sense that the author isn&#039;t sufficiently familiar with the idioms and best practices of the Ruby and Rails communities to be introducing either the language or the framework.  When working with a framework as dependent on conventions and opinions as Rails, a failure to grasp the idioms is a serious problem. &#13;It would be hard to recommend this book even if there weren&#039;t many superior titles available.  Newcomers to Ruby and/or Rails would be far better with any of several alternatives.  Beyond that, while packt have published a number of excellent titles, the publication of this book should be taken as a reminder that there is no consistent quality control over the books they publish and buyers should research carefully before buying one. &#13;Disclaimer: I was sent a copy of this book for review by the publisher. 
      </description>
		<content:encoded><![CDATA[<p>Massive interest in Ruby on Rails over the past few years was quickly mirrored in book sales.  Early entrants like the (near definitive) Agile Web Development with Ruby on Rails were break away hits in a world that usually sees modest sales of each title.  It&#8217;s not surprising a lot of people wanted to get a share of that market, and the range of Ruby and Rails titles has exploded, with an unsurprising dip in average quality. &#13;This latest title from Packt sits somewhere very low down the quality scale.  An unfocussed volume, it purports to introduce the ruby language and show how to get up and running with a simple buzzword-laden Rails application, but does a distinctly inadequate job on both counts.  Any moderately experienced rubyist would worry at seeing code like:&#13;class Tale&#13;@author&#13;@genre&#13;@tale_body&#13;end&#13;recommended as the way to define a class with three attributes, rather than the more succinct, idiomatic and functional:&#13;class Tale&#13;attr_accessor :author, :genre, :tale_body&#13;end&#13;(For those unfamiliar with ruby, the former will define attributes but not accessors for them.  The latter will define the attributes and its accessors and is the recommended approach for public attributes)&#13;That example occurs early on, and as the book progresses it is hard to shake the sense that the author isn&#8217;t sufficiently familiar with the idioms and best practices of the Ruby and Rails communities to be introducing either the language or the framework.  When working with a framework as dependent on conventions and opinions as Rails, a failure to grasp the idioms is a serious problem. &#13;It would be hard to recommend this book even if there weren&#8217;t many superior titles available.  Newcomers to Ruby and/or Rails would be far better with any of several alternatives.  Beyond that, while packt have published a number of excellent titles, the publication of this book should be taken as a reminder that there is no consistent quality control over the books they publish and buyers should research carefully before buying one. &#13;Disclaimer: I was sent a copy of this book for review by the publisher.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yazid</title>
		<link>http://www.website-domain-name.com/books/building-dynamic-web-2-0-websites-with-ruby-on-rails-create-database-driven-dynamic-websites-with-this-open-source-web-application-framework/comment-page-1/#comment-2147</link>
		<dc:creator>Yazid</dc:creator>
		<pubDate>Sat, 09 Jan 2010 13:21:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.website-domain-name.com/books/building-dynamic-web-2-0-websites-with-ruby-on-rails-create-database-driven-dynamic-websites-with-this-open-source-web-application-framework/#comment-2147</guid>
		<description>
      
        Amazon Verified Purchase(What&#039;s this?)
      

I have just cracked this book open and started skimming it.   It looks like it might be a pretty good resource for Rails 1. 2. 6. &#13;But version 2. 0 of Rails was released four months before this book&#039;s publication date, and announced long before that.   I&#039;m very surprised that this book wasn&#039;t based on that current version.   There are significant differences between Rails 1. 2. 6 and 2. 0. &#13;Most potential readers of this book should get one that covers Rails 2. 0 instead. 
      </description>
		<content:encoded><![CDATA[<p>Amazon Verified Purchase(What&#8217;s this?)</p>
<p>I have just cracked this book open and started skimming it.   It looks like it might be a pretty good resource for Rails 1. 2. 6. &#13;But version 2. 0 of Rails was released four months before this book&#8217;s publication date, and announced long before that.   I&#8217;m very surprised that this book wasn&#8217;t based on that current version.   There are significant differences between Rails 1. 2. 6 and 2. 0. &#13;Most potential readers of this book should get one that covers Rails 2. 0 instead.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

