| Article: |
Rolling with Ruby on Rails, Part 2 | |
| Subject: | I'm stuck on the create method | |
| Date: | 2006-01-22 18:24:49 | |
| From: | curth | |
|
Response to: I'm stuck on the create method
|
||
|
Ruby is saying that there is a syntax error on line 19, so they entire controller is not getting used.
|
||
Showing messages 1 through 2 of 2.
-
I'm stuck on the create method
2006-01-23 00:17:20 H2Oman [View]
-
I'm stuck on the create method
2006-01-23 04:10:23 Curt Hibbs |
[View]
You could download Instant Rails:
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



I'm am using "locomotive" to run rails with these specs:
Ruby version 1.8.2 (powerpc-darwin7.9.0)
RubyGems version 0.8.11
Rails version 1.0.0
Active Record version 1.13.2
Action Pack version 1.11.2
Action Web Service version 1.0.0
Action Mailer version 1.1.5
Active Support version 1.2.5
Application root /Users/chris/Desktop/cookbook
Environment development
Database adapter mysql