pat / after_commit

A Ruby on Rails plugin to add an after_commit callback. This can be used to trigger things only after the entire transaction is complete.
MIT License
62 stars 32 forks source link

fix several issues related to leaking memory #10

Closed rlineweaver closed 11 years ago

rlineweaver commented 12 years ago
gravityrail commented 12 years ago

Hi Pat,

We're experiencing these leaks too, specifically when we do a MyModel.create which fails with a validation error.

Could you merge this patch? It fixes the problem.

Thanks, Dan