I have been trying to get my Ruby on Rails installation to work all night, and now I have ran into a problem with scaffolding. I ran the following command: ruby script/generate scaffold Product Admin and received this error upon creating app/views/admin/edit.rhtml: WARNING: You have a nil object when you probably didn''t expect it! Odds are you want an instance of Array instead. Look in the callstack to see where you''re working with an object that could be nil. Investigate your methods and make sure the object is what you expect! I encountered this error earlier while trying to install Typo, but the error was printed to the HTTP log. I am running MySQL 5.X and using the latest version of rails. I''ve been following the comments under the "Howto Install On OS X Tiger" on the Wiki. Any suggestions? Kindest Regards, Eric Czarny