Database transactions are really no mystery. For the uninitiated, the idea is that we want to make changes to the database inside of a transaction that can be committed or thrown away. Why is this a good thing? Without transactions, changes to the database have to be manually undone if …
A Little Perl: DBI and Transactions
Posted on in Programming

If you are using Apache and
I'm writing this post for two reasons:
Quick note.
I was recently helping a developer with some SQL optimizations in Ruby. The developer was using Active Record, and (until now) my Active Record experience has been pretty minimal.
This is a silly mistake that can be easily avoided.
Sometimes it seems like a great idea to receive updates whenever someone commits something to your