transaction_isolation 1.0.3
Set transaction isolation level in the ActiveRecord in a database agnostic way. Works with MySQL, PostgreSQL and SQLite as long as you are using new adapters mysql2, pg or sqlite3. Supports all ANSI SQL isolation levels: :serializable, :repeatable_read, :read_committed, :read_uncommitted.
Gemfile:
=
install:
=
Runtime Dependencies (1):
activerecord
>= 3.0.11