Categories: None [Edit]

consistency_fail

https://rubygems.org/gems/consistency_fail
https://github.com/trptcolin/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,787 of 193,241
Downloads: 1,095,288

Daily

Ranking: 4,447 of 193,214
Downloads: 286

Depended by

RankDownloadsName
8,499461,087guard-consistency_fail
15,432135,462rails-audit

Depends on

RankDownloadsName
29983,169,856rspec
36794,042,868activerecord
279183,901,264sqlite3

Owners

#GravatarHandle
1icontrptcolin