Sign In/My Account | View Cart  

advertisement

AddThis Social Bookmark Button

Article:
  Rolling with Ruby on Rails Revisited, Part 2
Subject:   Stuck in the first server running in page 2
Date:   2008-05-13 08:42:26
From:   bill_walton
Response to: Stuck in the first server running in page 2

Hi Rogare,


It looks like you're missing a closing parenthesis ')' on line 10 of new.html.erb.


One note. As it says at the top of the article. The tutorial is not updated for Rails 2.x. You may encounter problems related to the differences between 1.2.x and 2.x. Look through the posts here and you'll find answers.


Best regards,
Bill

Full Threads Oldest First

Showing messages 1 through 1 of 1.

  • Stuck in the first server running in page 2
    2008-05-13 11:17:16  Rogare [View]

    Was silly problem. There was a line break after the .collect . Fixed and working.