This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Oct 14 16:03:47 -0700 2008 | |
| |
CHANGELOG | Sat Feb 07 16:56:13 -0800 2009 | |
| |
README | Sat Feb 07 16:56:13 -0800 2009 | |
| |
Rakefile | Sat Feb 07 16:56:13 -0800 2009 | |
| |
VERSION.yml | Sat Feb 07 16:57:09 -0800 2009 | |
| |
deadlock_retry.gemspec | Sat Feb 07 17:02:54 -0800 2009 | |
| |
lib/ | Sat Feb 07 16:41:05 -0800 2009 | |
| |
test/ | Sat Feb 07 16:41:05 -0800 2009 |
README
= Deadlock Retry Deadlock retry allows the database adapter (currently only tested with the MySQLAdapter) to retry transactions that fall into deadlock. It will retry such transactions three times before finally failing. This capability is automatically added to ActiveRecord. No code changes or otherwise are required. == Installation Add it to your Rails application by installing the gem: sudo gem install mperham-deadlock_retry and including a reference to it in your application's config/environment.rb: config.gem 'mperham-deadlock_retry', :lib => 'deadlock_retry', :source => 'http://gems.github.com' Copyright (c) 2005 Jamis Buck, released under the MIT license







