transaction_isolation 1.0.5
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:
=
インストール:
=
Runtime依存関係 (1):
activerecord
>= 3.0.11