| Article: |
Rolling with Ruby on Rails, Part 2 | |
| Subject: | I'm stuck on the create method | |
| Date: | 2006-01-23 00:17:20 | |
| From: | H2Oman | |
|
Response to: I'm stuck on the create method
|
||
|
The beginning of the create method... I have checked and rechecked this block of code but I can't find a mistake... I have also copy and pasted the provided at the beginning of the article. I've only been playing with ruby for about a month and this is my first time trying rails, although I have read throught the article before. I think I may just work through the tutorial again...starting from scratch and see if I have better luck... but I would like to know what I might have done wrong.
|
||
Showing messages 1 through 1 of 1.
-
I'm stuck on the create method
2006-01-23 04:10:23 Curt Hibbs |
[View]



http://instantrails.rubyforge.org/
It contains this cookbook app as one of its preinstalled sample applications. There you'll find the complete, working source code and you can compare that code with yours.
Curt