Transactions

Can you give me some links where transactions in rails are explained in
depth? Thank you

PS: I’ve looked in google, but I just couldn’t find good articles, I’m
working with postgresql

Rodrigo D.

Iplan Networks Datos Personales

[email protected] [email protected]

www.iplan.com.ar http://www.iplan.com.ar/
www.rorra.com.ar http://www.rorra.com.ar/

5031-6303 15-5695-6027

I’m interested to learn more about how to handle transactions as well.
It
seems that there are no transaction handling facilities at the
controller
level. Is this true? Should transactions all be handled at the model
level? What if you have a form that create three different objects at
once,
but you want all three objects created as a unit of work?