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,936 of 188,317
Downloads: 925,494

Daily

Ranking: 4,305 of 188,299
Downloads: 645

Depended by

RankDownloadsName
9,447332,670guard-consistency_fail
14,999131,259rails-audit

Depends on

RankDownloadsName
29936,211,935rspec
36733,883,063activerecord
275169,331,163sqlite3

Owners

#GravatarHandle
1icontrptcolin