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 (
commit 303e830b2f5c3bb2a3ea1874c5084f895ae5d9d9
tree 21139050481ca106e89a51cc5ce00968d034ebdb
parent d182952c99a906a1172764b46f92abc5b25b1155
tree 21139050481ca106e89a51cc5ce00968d034ebdb
parent d182952c99a906a1172764b46f92abc5b25b1155
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Oct 14 16:03:47 -0700 2008 | |
| |
README | Tue Nov 15 14:16:15 -0800 2005 | |
| |
Rakefile | Sat Oct 29 08:05:18 -0700 2005 | |
| |
init.rb | Sat Oct 29 08:05:18 -0700 2005 | |
| |
lib/ | Tue Oct 14 16:03:47 -0700 2008 | |
| |
test/ | Tue Oct 14 16:03:47 -0700 2008 |
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. Copyright (c) 2005 Jamis Buck, released under the MIT license








