class ActiveRecord::TransactionIsolationError
The mysql2 and postgresql adapters support setting the transaction isolation level.
* You are creating a nested (savepoint) transaction
* You are joining an existing open transaction
* The adapter does not support setting the isolation level
TransactionIsolationError will be raised under the following conditions: