Categories: None [Edit]
consistency_fail
With more than one application server, validates_uniqueness_of becomes a lie.
Two app servers -> two requests -> two near-simultaneous uniqueness checks ->
two processes that commit to the database independently, violating this faux
constraint. You'll need a database-level constraint for cases like these.
consistency_fail will find your missing unique indexes, so you can add them and
stop ignoring the C in ACID.
Total
Ranking: 5,806 of 191,483
Downloads: 1,041,391
Daily
Ranking: 5,332 of 191,454
Downloads: 820
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 8,676 | 424,036 | guard-consistency_fail |
| 15,150 | 134,016 | rails-audit |
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 29 | 964,633,797 | rspec |
| 36 | 770,906,816 | activerecord |
| 278 | 177,488,390 | sqlite3 |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | trptcolin |