Same problem here!!

On Apr 15, 8:47 pm, "[email protected]" <[email protected]> wrote:
> Hi,
> Thanks for a wonderfulGettingStartedwithRails. I am up to the last
> section and just added the comments part.
> So while testing and looking over comments_controller.rb;
> I see the reference topost_comment_urlcalll where is this defined.
> Below is the message I amgetting.
> Thanks
>
> ActionController::RoutingError (post_comment_urlfailed to generate
> from {:post_id=>#<Post id: 1, name: "lin", title: "post 1", content:
> "content 1", created_at: "2009-04-15 16:56:44", updated_at:
> "2009-04-15 16:56:44">, :action=>"show", :id=>#<Comment id: nil,
> commenter: "jake lin", body: "this is a new comment", post_id: 1,
> created_at: nil, updated_at: nil>, :controller=>"comments"}, expected:
> {:action=>"show", :controller=>"comments"}, diff: {:post_id=>#<Post
> id: 1, name: "lin", title: "post 1", content: "content 1", created_at:
> "2009-04-15 16:56:44", updated_at: "2009-04-15
> 16:56:44">, :id=>#<Comment id: nil, commenter: "jake lin", body: "this
> is a new comment", post_id: 1, created_at: nil, updated_at: nil>}):
>   (eval):16:in `post_comment_url'
>   app/controllers/comments_controller.rb:18:in `create'

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to