On 12 July 2012 18:44, Michael Archibald wrote:
> Posted this on Stack overflow and copied my post (it's huge) here.
>
> I'm in Rails 3.2.6
>
> We have a nested form that was functioning up until recently (not entirely
> certain when the error started occurring). Now the queries are passing in
> n
On Sun, 11 Jul 2010, RubyonRails_newbie wrote:
i'm trying to add comments to a blog.
I got it working, but i want to store the user too, so I added the
user_id to the blogcomments table...
Since then, the page renders - but the comment is no longer stored.
(the database stores the user id, bu
i'm trying to add comments to a blog.
I got it working, but i want to store the user too, so I added the
user_id to the blogcomments table...
Since then, the page renders - but the comment is no longer stored.
(the database stores the user id, but not the body, blogpost id)
def comment
3 matches
Mail list logo