From: listrecv@... Date: 2005-11-16T05:37:16+09:00 Subject: Re: Database Transactions > Why do you want to do a rollback here? It's not to catch exceptions. It's to make sure that no account is saved without a user or vice versa (which would happen to be very bad...). Especially confusing since I know AR sometimes saves associations before we ask...