Errata for Enterprise Rails
Submit your own errata for this product.
The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".
The following errata were submitted by our customers and approved as valid errors by the author or editor.
Color Key: Serious Technical Mistake Minor Technical Mistake Language or formatting error Typo Question Note Update
| Version |
Location |
Description |
Submitted By |
Date Submitted |
Date Corrected |
| Printed |
Page xiii
blockquote |
"thans" should be "thanks"
Note from the Author or Editor:
Fixed for next printing
|
Anonymous |
Oct 20, 2008 |
|
| Safari Books Online |
c
Example3-2. Directory structure organized from Day One |
proquest.safaribooksonline.com the example 3-2 table list is missing the location of scripts to be run with script/runner and lists app/views/layoutsapp/views/physical which is clearly a typo. I am very confused with regards to how to read this.
Note from the Author or Editor: This is correct. Below, app/models/logical there should be another entry app/models/utility.
Further, on page 40 (print edition) under #3, the code sample should read:
module Utility
class Emailer
def self.run(params)
# original code goes here
end
end
end
In other words, remove the "module Physical" and the corresponding "end".
|
Anonymous |
May 26, 2009 |
|
| Printed |
Page 11
Figure 1-7 Caption |
"...split into a single a single front-end, and many back-end services"
should read:
"...split into a single front-end and many back-end services"
|
Anonymous |
Dec 01, 2008 |
|
| Printed |
Page 41
4th paragraph |
Third word "frameworkbooks" should be "framework books"
|
Anonymous |
Dec 01, 2008 |
|
| Printed |
Page 91
4th Paragraph |
"While this will certainly will work"
should be:
"While this will certainly work"
|
Anonymous |
Dec 01, 2008 |
|
| Printed |
Page 97 & 128
various |
Just noticed a couple issues in the Safari version of Enterprise Rails which also seems to be a problem in the print version:
- Fig. 8.1 and 8.2 seem to be swapped
- In Ch. 10.1, "want to differentiate between pan types", "pan" should be
"plan"
|
Anonymous |
Nov 12, 2008 |
|
| Printed |
Page 107
4th Paragraph |
"the target columns of the constraint must constrained to be unique"
should read:
"the target columns of the constraint must be constrained to be unique"
|
Anonymous |
Dec 01, 2008 |
|