Re: [Rails] Null Values from Nested Form

2012-07-12 Thread Colin Law
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

Re: [Rails] null values...

2010-07-11 Thread David A. Black
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

[Rails] null values...

2010-07-11 Thread RubyonRails_newbie
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