| 1 | 5,788 | 3,613 | active_record_distinct_on | ActiveRecordDistinctOn adds support for `DISTINCT ON` to ActiveRecord. At the time of t... |
| 2 | 39,615 | 12,459 | typed_params | Typed parameters is an alternative to strong parameters, offering an intuitive DSL for ... |
| 3 | 61,784 | 23,583 | union_of | Create associations that combine multiple Active Record associations using a SQL UNION ... |
| 4 | 72,723 | 13,961 | request_migrations | Make breaking API changes without breaking things by using request_migrations to craft ... |
| 5 | 74,091 | 22,803 | temporary_tables | Create temporary tables for Rspec tests. |
| 6 | 107,706 | 22,803 | null_association | Decorate nil Active Record associations with a null object in Rails. |
| 7 | 137,348 | 39,648 | verbose_migrations | Enable verbose logging for Active Record migrations, regardless of configured log level... |
| 8 | 137,607 | 35,924 | statement_timeout | Wrap an Active Record transaction or query in a local statement timeout. |
| 9 | 168,605 | 102,761 | sql_matchers | Query assertions and SQL matchers for RSpec. |
| 10 | 180,388 | 102,761 | read_your_own_writes | read_your_own_writes allows you to implement non-session-based "read-your-own-writes" d... |
| 11 | 183,937 | 154,925 | dual_writes | dual_writes allows ActiveRecord to write to multiple databases asynchronously or synchr... |
| 12 | 184,882 | 75,382 | transition_through | Assert state changes through multiple values for an object, enabling you to test comple... |
| 13 | 186,951 | 154,925 | keyset_pagination | KeysetPagination provides efficient cursor-based pagination for Active Record with Post... |
| 14 | 189,658 | 154,925 | denormalizes | Denormalize attributes to and from Active Record associations. |
| 15 | 189,767 | 154,925 | estimated_count | Performant count estimates for Rails and PostgreSQL. |
| 16 | 190,356 | 154,925 | association_object | Define ActiveRecord associations through association objects, which can implement custo... |
| 17 | 191,341 | 154,925 | enumerator_io | enumerator_io allows you to wrap an enumerator in an IO-compatible interface, enabling ... |
| 18 | 191,905 | 154,925 | digest_io | DigestIO wraps any IO object, calculating a cryptographic digest (e.g., MD5, SHA256) as... |
| 19 | 192,389 | 102,761 | perform_bulk | Process multiple enqueued Sidekiq jobs in a single bulk job execution. Useful for migra... |