|
Kapil Kaligotla These are the logs in server Started POST "/passwords/show" for 127.0.0.1 at 2012-01-24 17:26:46 +0530 Processing by PasswordsController#update as HTML Parameters: {"utf8"=>"Γ£ô", "authenticity_token"=>"Ywh7x8r1DMlPq9277Uca7CoxaeJ QJVxhXH9AmTR4O1c=", "user"=>{"current_password"=>"[FILTERED]", "password"=>"[FIL TERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Change my password", "id"=>"show"} ←[1m←[36mUser Load (0.0ms)←[0m ←[1mSELECT `users`.* FROM `users` WHERE `users `.`id` = 2
| |
|
Kapil Kaligotla |
at Jan 24, 2012 at 12:42 pm
|
⇧ |
| |
These are the logs in server
Started POST "/passwords/show" for 127.0.0.1 at 2012-01-24 17:26:46
+0530
Processing by PasswordsController#update as HTML
Parameters: {"utf8"=>"Γ£ô",
"authenticity_token"=>"Ywh7x8r1DMlPq9277Uca7CoxaeJ
QJVxhXH9AmTR4O1c=", "user"=>{"current_password"=>"[FILTERED]",
"password"=>"[FIL
TERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Change my
password",
"id"=>"show"}
←[1m←[36mUser Load (0.0ms)←[0m ←[1mSELECT `users`.* FROM `users`
WHERE `users
`.`id` = 2 LIMIT 1←[0m
←[1m←[35mSQL (0.0ms)←[0m BEGIN
←[1m←[36mSQL (0.0ms)←[0m ←[1mROLLBACK←[0m
Rendered passwords/edit.html.erb within layouts/application (15.6ms)
On Jan 24, 4:51 pm, Alex Mercer wrote:Can you provide info from log file when this action performing ?
+
Check validations in your model and what params you getting in
`params[:user]`.
On Jan 24, 8:32 am, Kapil Kaligotla wrote:
--
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 rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.