Can't get value params[:user] first request using mongrel_rails start?

First thing you want to check is the new action in your controller. Second is the erb file which has your form. I have a feeling the text field tags are not proper I'd recommend inspecting the params object by: logger.

Debug params. Inspect # Will show up log/development. Log puts params.

Inspect # Will show up in server console.

First thing you want to check is the new action in your controller. Second is the erb file which has your form. I have a feeling the text field tags are not proper.

I'd recommend inspecting the params object by: logger. Debug params. Inspect # Will show up log/development.

Log puts params. Inspect # Will show up in server console.

But I don't HTML form to post the data, I use Poster, a firefox addon for testing RESTful webservice, and put the data in message body directly. – Samnang Jul 21 '09 at 10:15 Oops.. so you don't need to see the html form, but you would still need to inspect the params object – Swanand Jul 21 '09 at 10:31.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions