Displaying 1 result from an estimated 1 matches for "0s29o649".
Did you mean:
0.29649
2006 Aug 11
5
problem: rails and mysql
...e a problem, i''ve updated from rails 1.1.4 to the 1.1.6 and from
mysql 5.0.22 to mysql 5.0.24. i tryed to start the rail''s server, all
ok.... http://localhost:3000... some pages are ok, but some of them have
a problem (here a paste of the problem:
http://rafb.net/paste/results/0s29O649.html )...so, i removed the 1.1.6
e installed the 1.1.4, tryed...nothing...i think is mysql...i found the
part of the code that start the problem: @user = User.new( params[:user]
)...the new mysql version doesn''t permit this? how can i correct the
code:
def register
@user = User....