Skip to content

Instantly share code, notes, and snippets.

@maiha
Created November 1, 2009 03:32
Show Gist options
  • Save maiha/223387 to your computer and use it in GitHub Desktop.
Save maiha/223387 to your computer and use it in GitHub Desktop.
User.transaction(:serializable) do
...
# generates
BEGIN ;
SET TRANSACTION ISOLATION LEVEL SERIALIZABLE ;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment