DatabaseValidations
DatabaseConsistency
| DatabaseValidations | DatabaseConsistency | |
|---|---|---|
| 3 | 8 | |
| 561 | 1,153 | |
| 1.1% | 0.8% | |
| 0.0 | 7.2 | |
| over 2 years ago | 13 days ago | |
| Ruby | Ruby | |
| MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
DatabaseValidations
- Uniqueness validation does not work since the beginning of Ruby on Rails.
DatabaseValidations provides database-driven validations for ActiveRecord.
- Ecto's uniqueness constraint vs. Rails' uniqueness validation
Love this post, great exploration of the nuances of uniqueness validations.
I came here to mention that there is also the https://github.com/toptal/database_validations gem which allows you to handle uniqueness validations in Rails in a similar manner to Ecto.
- Rails application boilerplate for fast MVP development
add database_validations
DatabaseConsistency
- Uniqueness validation does not work since the beginning of Ruby on Rails.
DatabaseConsistency is a tool to avoid various issues due to inconsistencies and inefficiencies between a database schema and application models.
- Many of us can face issues working with ActiveRecord due to its inconsistency with the database schema. That's why I have built database_consistency, which can help you avoid the most common issues and improve your application's performance.
Yes, the gem supports flexible configuration and slow start with TODO generation.
- Enhanced ActiveRecord preloading
Described issues may be found with DatabaseConsistency.
- N+1 problem will never be an issue with N1Loader gem
Don't know Database Consistency or Factory Trace which can help you to improve your code? Check them out too!
- Rails application boilerplate for fast MVP development
add database_consistency
- Any decent packages that enforce database constraints to match application validation?
When coding with ruby I used to use https://github.com/djezzzl/database_consistency
What are some alternatives?
SchemaPlus - SchemaPlus provides a collection of enhancements and extensions to ActiveRecord
QueryTrack - Find time-consuming database queries for ActiveRecord-based Rails Apps
Upsert - Upsert on MySQL, PostgreSQL, and SQLite3. Transparently creates functions (UDF) for MySQL and PostgreSQL; on SQLite3, uses INSERT OR IGNORE.
Foreigner - Adds foreign key helpers to migrations and correctly dumps foreign keys to schema.rb
Squasher - Squasher - squash your old migrations in a single command
Polo - Polo travels through your database and creates sample snapshots so you can work with real world data in development.