Rails Cookbook by Rob Orsini This errata page lists errors outstanding in the most recent printing. If you have technical questions or error reports, you can send them to booktech@oreilly.com. Please specify the printing date of your copy. This page was updated July 10, 2007. Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem ?page-number?: reader question or request for clarification Confirmed errors: (4) First sentence at top of page; "develope" should be "develop" {36} Recipe 2.6; The TextMate keyboard shortcut for showing file navigation (Navigation > Go To File) is Command + T - not Option + T, so... Figure 2-2 shows a Rails application in TextMate's project drawer. Also visible is the Go to File window that you open with Option+T. should read: Figure 2-2 shows a Rails application in TextMate's project drawer. Also visible is the Go to File window that you open with Command+T. (105) first paragraph; "...for inspecting the their relationships..." Should be "...for inspecting their relationships..." (144) Second paragraph of Discussion for Recipe 4.14; "rake's create_session_table task..." should be "rake's create_sessions_table task..." (225) First paragraph; "...then you should to think about..." should be "...then you should think about..."