DatabaseValidations
SecondBase
| DatabaseValidations | SecondBase | |
|---|---|---|
| 3 | - | |
| 561 | 219 | |
| 1.1% | 0.0% | |
| 0.0 | 0.4 | |
| over 2 years ago | 4 months 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
SecondBase
We haven't tracked posts mentioning SecondBase yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
SchemaPlus - SchemaPlus provides a collection of enhancements and extensions to ActiveRecord
Database Cleaner - Strategies for cleaning databases in Ruby. Can be used to ensure a clean state for testing.
DatabaseConsistency - The tool to avoid various issues due to inconsistencies and inefficiencies between a database schema and application models.
BatchLoader - :zap: Powerful tool for avoiding N+1 DB or HTTP queries
Upsert - Upsert on MySQL, PostgreSQL, and SQLite3. Transparently creates functions (UDF) for MySQL and PostgreSQL; on SQLite3, uses INSERT OR IGNORE.
Scenic - Versioned database views for Rails