| Article: |
Rolling with Ruby on Rails | |
| Subject: | Errors in the end | |
| Date: | 2005-07-08 12:26:24 | |
| From: | PGomez | |
|
Response to: Errors in the end
|
||
| I tried it and still getting the same issue and same errors. I am sorry to be posting this, but still learning and not familiar enough to get this one going. | ||
Showing messages 1 through 2 of 2.
-
Errors in the end
2005-07-08 14:35:26 Curt Hibbs |
[View]
-
Errors in the end
2005-07-15 12:55:06 zsmirnoff [View]
the column id must be in lowercase - id - not Id, as mysql defines it first, in the database - just change the column name; rails use a lot of concepts about naming



Also, near the beginning og part 2 of this article, there is a link to the source code for a working version of part 1 (hopefully it still works since Rails 0.13 was just released). Anyway, you can download my sourcecode and see if that works, and then compare it with what youhave.