Sign in Sign up
rubygems

database_validations

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.

Activity

Latest release
5mo ago
Total releases
39
Cadence
~5 days
Last 12 months
4

Reach

Stars

Details

License
MIT
First release
Aug 28, 2018
Releases
Version Released
2.1.1 patch
2.1.0 minor
2.0.0 major
1.2.0 minor
1.1.1 patch
1.1.0 minor
1.0.1 patch
1.0.0 major
0.9.4 patch
0.9.3 patch
0.9.2 patch
0.9.1 patch
0.9.0 minor
0.8.10 patch
0.8.9 patch
0.8.6 patch
0.8.4 patch
0.8.5 patch
0.8.3 patch
0.8.2 patch
0.8.1 patch
0.8.0 minor
0.7.3 patch
0.7.1 patch
0.7.2 patch
0.7.0 minor
0.6.0 minor
0.5.1 patch
0.5.0 minor
0.3.7 patch
0.4.0 minor
0.3.6 patch
0.3.5 patch
0.3.4 patch
0.3.2 patch
0.3.1 patch
0.3.3 patch
0.3.0 minor
0.1.0 initial