By Developers, For Developers
PDF Pg | Paper Pg | Type | Description | Fixed on | Comments |
---|---|---|---|---|---|
208 | ERROR | The links on the page footers (at least, for sure on page 208) take me to a page-not-found style page at pragprog. | 2008-09-04 | ||
208 | SUGGEST | The “does not only…but also” construct is difficult to read and there are some comma errors. I suggest the following change for simplicity and readability. FROM: “It does not only support SOAP, but TO: “It supports both SOAP and its simpler sibling, XML-RPC.” | 2008-09-04 | ||
221 | SUGGEST | “…That’s a lot of stuff, but most of it is boilerplate…” Sorry, I don’t buy the premise here. You’ll need to show us how you (easily) generated all of that WSDL from the service we created in the previous example. :) | 2008-09-12 | ||
299 | TYPO | Not sure if the Big Guy is a Rubyist or not, so I’d suggest “Take Good Care of Your System”. :) | 2008-09-12 | ||
224 | TYPO | Readability. Suggest changing as follows… FROM: “Not too long ago applications have been large monolithic blocks that have been linked together from hundreds of object files produced by a C or C compiler.” TO: “Historically, software applications were built as large monolithic creations, the result of linking together hundreds of individual objects files produced by a compiler.” | 2008-09-12 | ||
141 | TYPO | The item should be called “Nuts and Gum”, not “Nuts and Gums”. | 2008-09-12 | ||
11 | TYPO | 2nd Paragraph of “What’s In This Book” says: “Many special tools and techniques are needed to make a software running 99.99999% of the year.” | 2008-09-12 | ||
12 | TYPO | “Building enterprise software often also means to operate it.” Perhaps “often also means operating it” ? | 2008-09-12 | ||
215 | TYPO | Page layout of the text causes the text box to extend beyond footer of page (i.e., truncates off page). | 2008-09-30 | ||
216 | TYPO | “(sespite” -> “(despite” | 2008-09-30 | ||
336 | TYPO | Sinara -> Sinatra | 2008-09-30 | ||
357 | SUGGEST | The final paragraph refers to the fact that annotate will cause all your models to update on every annotation because of the schema number. A really great addition would be a quick code sample on how to make annotate part of the rake:migrate task | 2008-09-30 | ||
254 | SUGGEST | Introducing the OrderHandler comes as a surprise to me. I use ActiveMessaging in production, and the first thing I thought was, why the heck would I implement a custom handler doing custom work with Stomp, when ActiveMessaging was just introduced to me. Either some explanation would be in order on why there’s a need for a separate OrderHandler, or move the logic into a processor. Otherwise it doesn’t really add up to me. And as much as I appreciate XML for what it is, sending YAML inside the messages would make a lot more sense to me. It just feels more Ruby-like. | |||
37 | TYPO | “install the ruby-opendid gem” should be “install the ruby-openid gem” | |||
38 | TYPO | In the Users migration, the line ‘User.create(:name => ’maik’, :password => “t0p$ecret”)’ fails. Delete the line. | |||
39 | ERROR | A sessions view is offered, but the matching changes to the routes.rb file are not made, so these files are not used. Include the use of “map.resource :session” |