Wiley.com
Print this page Share

Professional Ruby on Rails

ISBN: 978-0-470-22388-8
Paperback
457 pages
March 2008
Professional Ruby on Rails (047022388X) cover image
This title is out-of-print and not currently available for purchase from this site.

Do you think you've discovered an error in this book? Please check the list of errata below to see if we've already addressed the error. If not, please submit the error via our Errata Form. We will attempt to verify your error; if you're right, we will post a correction below.

ChapterPageDetailsDatePrint Run
25 Error in Code
test/unit/ingredients.rb

should be:

test/unit/ingredient_test.rb
05/02/2008
26 Error
Text refers to a new class in a new file called ingredient_parser.rb. However the sample code has the class file in the ingredient.rb model class file
05/02/2008
33 Error in Code
test/functional/recipe_controller_test.rb

should be:

test/functional/recipes_controller_test.rb
05/02/2008
35 Error in Code
app/views.layouts/recipes.html.erb

should be:

app/views/layouts/recipes.html.erb
05/02/2008
60 Error in Code
user_controller.rb

should be:

users_controller.rb
05/02/2008
61 Error in Code
UserController

should be:

UsersController
05/02/2008
62 Error
last_name and first_name are wrong way around
05/02/2008
62 Error
Redundant tag
05/02/2008
63 Error in Tests
tests should go in /test/functional/users_controller_test.rb (as in the sample code) not in test/unit/user_test.rb as in the text
05/02/2008