Re: Validation and models

2011-01-07 Thread Jeremy Evans
On Jan 7, 2:07 am, Piotr don.pi...@yahoo.it wrote: Hi, I really don't understand why model's validation. In form i have many camps that don't exist in database, or it's value have to be processed before i put it in database. Examples: password that i have to encode; password confirmation

Re: MySQL reconnection

2011-01-07 Thread Aman Gupta
On Fri, Jan 7, 2011 at 2:54 AM, Roland Swingler roland.swing...@gmail.comwrote: This code looks like you are attempting to disconnect after the fork, instead of before forking. Also, you don't need to call Sequel.connect again, just DB.disconnect should be enough. But make sure it is