RubyGems Navigation menu

database_validations 0.1.0

ActiveRecord provides validations on app level but it won't guarantee the consistent. In some cases, like `validates_uniqueness_of` it executes additional SQL query to the database and that is not very efficient. The main goal of the gem is to provide compatibility between database constraints and ActiveRecord validations with better performance and consistency.

Gemfile:
= 複製 已複製

安裝:
=

版本列表:

  1. 1.1.1 - March 14, 2022 (11.0 KB)
  2. 1.1.0 - November 19, 2021 (11.0 KB)
  3. 1.0.1 - September 15, 2021 (11.0 KB)
  4. 1.0.0 - February 22, 2021 (11.0 KB)
  5. 0.9.4 - September 30, 2020 (11.0 KB)
  6. 0.1.0 - August 28, 2018 (7.0 KB)
顯示所有版本(共 37)

Runtime 相依性套件 (1):

activerecord < 6, >= 3.2

Development 相依性套件 (7):

benchmark-ips ~> 2.7
bundler ~> 1.16
mysql2 ~> 0.5
pg ~> 1.1
rake ~> 10.0
rspec ~> 3.0
sqlite3 ~> 1.3

擁有者:

作者:

  • Evgeniy Demin

SHA 256 checksum:

2986ec095e67d0c56ffc199073af4cdf17cee91bd3d421f3c6326d5cd9baa66e

總下載次數 938,601

這個版本 1,652

License:

MIT

Ruby 版本需求: >= 0

相關連結: