Archive for the 'transactions' Category
Nesting ActiveRecord transactions
0 Comments Published by peter January 24th, 2008 in active_record, ruby, transactions.I was experimenting with transactions in Rails/ActiveRecord to see what they can and what they can't do. At first it seemed I couldn't get transactions to work at all. I made sure I was using the InnoDB storage engine. I rechecked my code. But the test kept failing.
This, by the way, is the test:
PLAIN TEXT
RUBY:
require [...]



















