| 1 | 5,878 | 3,390 | active_record_distinct_on | ActiveRecordDistinctOn adds support for `DISTINCT ON` to ActiveRecord. At the time of t... |
| 2 | 40,618 | 21,921 | typed_params | Typed parameters is an alternative to strong parameters, offering an intuitive DSL for ... |
| 3 | 63,308 | 22,537 | union_of | Create associations that combine multiple Active Record associations using a SQL UNION ... |
| 4 | 76,551 | 17,389 | request_migrations | Make breaking API changes without breaking things by using request_migrations to craft ... |
| 5 | 77,598 | 18,489 | temporary_tables | Create temporary tables for Rspec tests. |
| 6 | 115,154 | 17,138 | null_association | Decorate nil Active Record associations with a null object in Rails. |
| 7 | 143,430 | 33,876 | statement_timeout | Wrap an Active Record transaction or query in a local statement timeout. |
| 8 | 143,885 | 31,682 | verbose_migrations | Enable verbose logging for Active Record migrations, regardless of configured log level... |
| 9 | 169,234 | 103,058 | sql_matchers | Query assertions and SQL matchers for RSpec. |
| 10 | 179,088 | 69,179 | read_your_own_writes | read_your_own_writes allows you to implement non-session-based "read-your-own-writes" d... |
| 11 | 182,446 | 103,058 | dual_writes | dual_writes allows ActiveRecord to write to multiple databases asynchronously or synchr... |
| 12 | 183,486 | 69,179 | transition_through | Assert state changes through multiple values for an object, enabling you to test comple... |
| 13 | 185,433 | 54,325 | keyset_pagination | KeysetPagination provides efficient cursor-based pagination for Active Record with Post... |
| 14 | 188,046 | 103,058 | denormalizes | Denormalize attributes to and from Active Record associations. |
| 15 | 188,181 | 103,058 | estimated_count | Performant count estimates for Rails and PostgreSQL. |
| 16 | 188,760 | 103,058 | association_object | Define ActiveRecord associations through association objects, which can implement custo... |
| 17 | 189,691 | 103,058 | enumerator_io | enumerator_io allows you to wrap an enumerator in an IO-compatible interface, enabling ... |
| 18 | 190,290 | 103,058 | digest_io | DigestIO wraps any IO object, calculating a cryptographic digest (e.g., MD5, SHA256) as... |
| 19 | 190,623 | 103,058 | perform_bulk | Process multiple enqueued Sidekiq jobs in a single bulk job execution. Useful for migra... |