Category Archives: transactions

Nesting ActiveRecord 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 … Continue reading

Posted in active_record, ruby, transactions | Leave a comment