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,776 of 195,377
Downloads: 1,143,324

Daily

Ranking: 6,076 of 195,357
Downloads: 204

Depended by

RankDownloadsName
8,447496,510guard-consistency_fail
15,604136,515rails-audit

Depends on

RankDownloadsName
291,001,197,179rspec
36814,922,050activerecord
281189,437,695sqlite3

Owners

#GravatarHandle
1icontrptcolin