| 1 | 5,969 | 4,186 | active_record_distinct_on | ActiveRecordDistinctOn adds support for `DISTINCT ON` to ActiveRecord. At the time of t... |
| 2 | 44,416 | 17,702 | typed_params | Typed parameters is an alternative to strong parameters, offering an intuitive DSL for ... |
| 3 | 69,671 | 16,465 | union_of | Create associations that combine multiple Active Record associations using a SQL UNION ... |
| 4 | 84,432 | 17,943 | request_migrations | Make breaking API changes without breaking things by using request_migrations to craft ... |
| 5 | 90,719 | 20,581 | temporary_tables | Create temporary tables for Rspec tests. |
| 6 | 138,891 | 21,532 | null_association | Decorate nil Active Record associations with a null object in Rails. |
| 7 | 161,115 | 36,481 | statement_timeout | Wrap an Active Record transaction or query in a local statement timeout. |
| 8 | 162,519 | 32,016 | verbose_migrations | Enable verbose logging for Active Record migrations, regardless of configured log level... |
| 9 | 172,195 | 78,082 | sql_matchers | Query assertions and SQL matchers for RSpec. |
| 10 | 177,767 | 101,581 | read_your_own_writes | read_your_own_writes allows you to implement non-session-based "read-your-own-writes" d... |
| 11 | 181,057 | 140,423 | dual_writes | dual_writes allows ActiveRecord to write to multiple databases asynchronously or synchr... |
| 12 | 182,547 | 140,423 | transition_through | Assert state changes through multiple values for an object, enabling you to test comple... |
| 13 | 184,262 | 140,423 | keyset_pagination | KeysetPagination provides efficient cursor-based pagination for Active Record with Post... |
| 14 | 186,573 | 140,423 | denormalizes | Denormalize attributes to and from Active Record associations. |
| 15 | 186,753 | 101,581 | estimated_count | Performant count estimates for Rails and PostgreSQL. |
| 16 | 187,386 | 140,423 | association_object | Define ActiveRecord associations through association objects, which can implement custo... |
| 17 | 188,246 | 78,082 | enumerator_io | enumerator_io allows you to wrap an enumerator in an IO-compatible interface, enabling ... |
| 18 | 188,816 | 140,423 | digest_io | DigestIO wraps any IO object, calculating a cryptographic digest (e.g., MD5, SHA256) as... |
| 19 | 189,145 | 140,423 | perform_bulk | Process multiple enqueued Sidekiq jobs in a single bulk job execution. Useful for migra... |