Identity Map for Rails Transactions
A while back, Adam Bien suggested a possible solution to the problem of Rails reloading objects during a transaction. Now Simon Harris has created a Rails plugin that adds an identity map to Active Record, all without having to change the framework.