RubyGems Navigation menu

atomic_first_or_create 1.0

first_or_create does not guarantee uniqueness by itself, and if there is a uniqueness constraint on the database, it may fail with a RecordNotUnique exception. This gem adds atomic_first_or_create, which, in conjunction with a uniqueness constraint, provides the correct behaviour.

Gemfile:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

  1. 1.0 - November 18, 2020 (7KB)

Runtime依存関係 (1):

Development依存関係 (3):

minitest ~> 5
rake ~> 13
sqlite3 ~> 1

所有者:

プッシュ者:

作者:

  • EdgePetrol

SHA 256チェックサム:

178df5e74401fb4d7b8eb807106c4cc29ae27fb8a05bf4f2e7657cabb032cb72

累計ダウンロード数 3,104

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

ライセンス:

MIT

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

リンク: