RubyGems Navigation menu

consistency_fail 0.2.2

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.

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 0.3.7 - October 22, 2018 (14.5 KB)
  2. 0.3.6 - October 09, 2018 (14.5 KB)
  3. 0.3.5 - February 01, 2017 (14 KB)
  4. 0.3.4 - February 02, 2016 (14 KB)
  5. 0.3.3 - December 12, 2014 (12.5 KB)
  6. 0.2.2 - January 04, 2012 (10.5 KB)
Show all versions (13 total)

Development Dependencies (2):

activerecord ~> 3.0
rspec >= 0

Owners:

Authors:

  • Colin Jones

SHA 256 checksum:

9e6b67c3fb8dafc6cb4acdda407d751dc0561618b226e2cbf6c20a6a9178fc9a

Total downloads 595,980

For this version 4,837

Licenses:

N/A

Required Ruby Version: None

Links: