active_record_doctor VS Rails DB

Compare active_record_doctor vs Rails DB and see what are their differences.

active_record_doctor

Identify database issues before they hit production. (by gregnavis)

Rails DB

Rails Database Viewer and SQL Query Runner (by igorkasyanchuk)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
active_record_doctor Rails DB
4 -
1,630 1,453
- -
6.6 3.6
29 days ago about 2 months ago
Ruby JavaScript
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.

active_record_doctor

Posts with mentions or reviews of active_record_doctor. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-28.

Rails DB

Posts with mentions or reviews of Rails DB. We have used some of these posts to build our list of alternatives and similar projects.

We haven't tracked posts mentioning Rails DB yet.
Tracking mentions began in Dec 2020.

What are some alternatives?

When comparing active_record_doctor and Rails DB you can also consider the following projects:

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.

Blazer - Business intelligence made simple

ActiveRecord::DataIntegrity - Check data integrity for your ActiveRecord models

Seed dump - Rails 4/5 task to dump your data to db/seeds.rb

prosopite - :mag: Rails N+1 queries auto-detection with zero false positives / false negatives

SecondBase - Seamless second database integration for Rails.

BatchLoader - :zap: Powerful tool for avoiding N+1 DB or HTTP queries

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).

Upsert - Upsert on MySQL, PostgreSQL, and SQLite3. Transparently creates functions (UDF) for MySQL and PostgreSQL; on SQLite3, uses INSERT OR IGNORE.