[Rails] Re: can't modify frozen hash when upgrade to rails 2.3.2

2009-06-20 Thread skumar
Hey Fred, Sorry for late reply, below is the trace of ajax response caught from firebug. http://www.w3.org/1999/xhtml";> Action Controller: Exception caught body { background-color: #fff; color: #333; } body, p, ol, ul, td { font-family: verdana, arial, helvetica, san

[Rails] Re: can't modify frozen hash when upgrade to rails 2.3.2

2009-06-20 Thread Frederick Cheung
On Jun 20, 7:25 am, sadeesh wrote: > Hi, When I upgraded my rails application to rails 2.3.2 I am getting > error 'can't modify frozen hash' on using > > @something.update_attribute(params[:something]). Can anyone help me > who is familiarize with this bug? What's the code around this? what doe