transaction_isolation 1.0.2
Set transaction isolation level in the ActiveRecord in a database agnostic way. Works with MySQL2, PostgreSQL and SQLite3 for all ANSI isolation levels: :serializable, :repeatable_read, :read_committed, :read_uncommitted.
Gemfile:
=
install:
=
Runtime Dependencies (1):
activerecord
>= 3.0.11