active_record_distinct_on VS zero_downtime_migrations

Compare active_record_distinct_on vs zero_downtime_migrations and see what are their differences.

active_record_distinct_on

Support for `DISTINCT ON` statements when querying with ActiveRecord (by alecdotninja)

zero_downtime_migrations

Zero downtime migrations with ActiveRecord 3+ and PostgreSQL (by LendingHome)
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_distinct_on zero_downtime_migrations
1 1
32 562
- -
4.6 0.0
3 months ago 8 months ago
Ruby Ruby
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_distinct_on

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

zero_downtime_migrations

Posts with mentions or reviews of zero_downtime_migrations. We have used some of these posts to build our list of alternatives and similar projects.
  • Rails: Postgres Partial Indexing
    1 project | /r/ruby | 25 Jan 2021
    I've historically used https://github.com/LendingHome/zero_downtime_migrations which is based on strong_migrations but at the end of the day anything is better than nothing.

What are some alternatives?

When comparing active_record_distinct_on and zero_downtime_migrations you can also consider the following projects:

counter_culture - Turbo-charged counter caches for your Rails app.

ActiveRecord Setops - Union, Intersect, and Difference set operations for ActiveRecord (also, SQL's UnionAll).

PaperTrail - Track changes to your rails models

dynamic-records-meritfront - Dynamic Records Meritfront was built to allow you to make full use of your database's capabilites, while utilizing ruby on rails & Active Record. It contains a better way to write sql queries for rails, and includes other tips and tricks to take advantage of. Perfect for all your dynamic applications, optimizations and weird edge cases!

actual_db_schema - Wipe out inconsistent DB and schema.rb when switching branches. Just install this gem and use the standard rake db:migrate command.

ransack - Object-based searching.

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.

active_record_doctor - Identify database issues before they hit production.

Ruby on Rails - Ruby on Rails

Scenic - Versioned database views for Rails

SQL Server - SQL Server Adapter For Rails