Monday, September 3, 2007

Hints - 01 - Cheatsheet

PDF file with all good hints about "Ruby On Rails":
http://www.blainekendall.com/uploads/RubyOnRails-Cheatsheet-BlaineKendall.pdf

Troubleshooting - 01 - Unknown database

Error Message: 
#42000Unknown database 'timesheet_development'
Error Stage:
Development
Error Location: 
URL. http://localhost:3000/timesheet
Error Detail: 
Was mentioned in C:/rails/timesheet/database.yml file.
Error Fix: 
Correct C:/rails/timesheet/database.yml file to use correct database name.
Error Fix2: 
Had to bounce the WeBrick server.