qertoip / transaction_retry

Retries database transaction on deadlock and transaction serialization errors. Supports MySQL, PostgreSQL and SQLite.
MIT License
116 stars 42 forks source link

Is this working with Rails 3.2.x? #3

Open tillvollmer opened 9 years ago

tillvollmer commented 9 years ago

I tried the gem with Rails 3.2.x and I still get the exception. Is it possible that this gem goes not work for 3.2.x ?

Thank you Till

joshuapinter commented 5 years ago

Using this on Rails 4.2.11 and it appears to work just fine, fixing our Deadlock issue and not raising any exceptions.