ActiveRecord::DataIntegrity
active_record_doctor

ActiveRecord::DataIntegrity | active_record_doctor | |
---|---|---|
- | 4 | |
10 | 1,812 | |
- | 1.2% | |
0.0 | 7.4 | |
over 2 years ago | about 1 month 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.
ActiveRecord::DataIntegrity
We haven't tracked posts mentioning ActiveRecord::DataIntegrity yet.
Tracking mentions began in Dec 2020.
active_record_doctor
-
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.
Thank you for your contribution! How would you compare this gem to https://github.com/gregnavis/active_record_doctor?
-
Troubleshooting a RoR Application in Production
Start with finding mixing indexes: https://github.com/gregnavis/active_record_doctor
-
Windmill.dev
What did you build the website with? It looks really nice and I’m looking for something I could use with my project. [1]
[1] https://github.com/gregnavis/active_record_doctor
-
15 Resources I Learned Something From This Weekend
gregnavis / active_record_doctor
What are some alternatives?
Squasher - Squasher - squash your old migrations in a single command
online_migrations - Catch unsafe PostgreSQL migrations in development and run them easier in production (code helpers for table/column renaming, changing column type, adding columns with default, background migrations, etc).
PgDriveBackup - Simple solution to make encrypted with ccrypt PostgreSQL backups and storing on Google Drive API
Lol DBA - lol_dba is a small package of rake tasks that scan your application models and displays a list of columns that probably should be indexed. Also, it can generate .sql migration scripts.
BatchLoader - :zap: Powerful tool for avoiding N+1 DB or HTTP queries
prosopite - :mag: Rails N+1 queries auto-detection with zero false positives / false negatives
Upsert - Upsert on MySQL, PostgreSQL, and SQLite3. Transparently creates functions (UDF) for MySQL and PostgreSQL; on SQLite3, uses INSERT OR IGNORE.
Ruby PG Extras - Ruby PostgreSQL database performance insights. Locks, index usage, buffer cache hit ratios, vacuum stats and more.
Database Cleaner - Strategies for cleaning databases in Ruby. Can be used to ensure a clean state for testing.
Rails DB - Rails Database Viewer and SQL Query Runner
