RubyGems Navigation menu

consistency_fail 0.3.6

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:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

  1. 0.3.7 - October 22, 2018 (14.5KB)
  2. 0.3.6 - October 09, 2018 (14.5KB)
  3. 0.3.5 - February 01, 2017 (14KB)
  4. 0.3.4 - February 02, 2016 (14KB)
  5. 0.3.3 - December 12, 2014 (12.5KB)
全てのバージョンを表示(全13件)

Development依存関係 (3):

activerecord ~> 5.0
rspec ~> 3.2
sqlite3 ~> 1.3

所有者:

作者:

  • Colin Jones

SHA 256チェックサム:

ad693a316ca2c7013e8be30890a436b784c65b800fc7c406d1698f479cff3525

累計ダウンロード数 613,963

このバージョンのみ 3,029

ライセンス:

MIT

必要なRubyのバージョン: >= 0

リンク: