Date: 03/07/06 (Java Web) Keywords: no keywords RoR multi-table transaction appears to be a mess. You have to create transactions on each table. In essence it isn't really multi-table transaction. Also nested transactions do not work as expected. If the outer transaction fails then the data is in inconsistent state as the inner transaction has succeeded. Then you will have to manually [...] Source: http://blog.taragana.com/index.php/archive/fun-with-ror-transactions/
|