| Article: |
Rolling with Ruby on Rails | |
| Subject: | Won't work with Rails 0.13 and WinXP | |
| Date: | 2005-08-15 08:36:14 | |
| From: | nathanmealey | |
|
After following the instructions in this article, I got several errors related to the categories-recipes linking. I then downloaded the source code, and am encountering the same errors.
|
||
Showing messages 1 through 1 of 1.
-
Won't work with Rails 0.13 and WinXP
2005-08-15 09:53:53 Curt Hibbs |
[View]
Most likely you've go recipes in the database that do not have a category id assign. Use MySQL-Front (or whatever tool you are using) to look at your recipes table and add valid catgeory ids wherever they are missing.


