RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Transaction isolation with ActiveRecord

I just launched transaction_isolation gem. It allows you to set transaction isolation level 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.

It is battle-tested in a large financial app. Enjoy!

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in