[Rails] Re: Changing users password not working

2012-01-24 Thread brahmana
to rectify the error. It is very likely that the error was a validation error. So in your rescue block (or wherever you are rendering passwords/edit.html.erb) you can add a log line to tell you what the error is and then fix that error. Regards, Brahmana @sribrahmana (http://www.twitter.com

[Rails] Exception in ActionController::Base:Class for "first request only"

2011-06-23 Thread brahmana
Hi, I am running Rails 3.0 with Ruby 1.9.2 (compiled from source) on Ubuntu 10.04.1 (Lucid Lynx) 32-bit. About a week back I started seeing this weird exception for a particular request and that too only for the "first time", every time after I restart my server (WEBrick in this case). All subseq