| 1 | 6,027 | 3,792 | active_record_distinct_on | ActiveRecordDistinctOn adds support for `DISTINCT ON` to ActiveRecord. At the time of t... |
| 2 | 47,880 | 20,389 | typed_params | Typed parameters is an alternative to strong parameters, offering an intuitive DSL for ... |
| 3 | 78,178 | 26,006 | union_of | Create associations that combine multiple Active Record associations using a SQL UNION ... |
| 4 | 91,221 | 21,440 | request_migrations | Make breaking API changes without breaking things by using request_migrations to craft ... |
| 5 | 97,286 | 33,072 | temporary_tables | Create temporary tables for Rspec tests. |
| 6 | 166,331 | 23,351 | null_association | Decorate nil Active Record associations with a null object in Rails. |
| 7 | 166,736 | 31,227 | statement_timeout | Wrap an Active Record transaction or query in a local statement timeout. |
| 8 | 168,383 | 31,227 | verbose_migrations | Enable verbose logging for Active Record migrations, regardless of configured log level... |
| 9 | 173,971 | 62,843 | sql_matchers | Query assertions and SQL matchers for RSpec. |
| 10 | 177,272 | 73,396 | read_your_own_writes | read_your_own_writes allows you to implement non-session-based "read-your-own-writes" d... |
| 11 | 180,579 | 49,272 | dual_writes | dual_writes allows ActiveRecord to write to multiple databases asynchronously or synchr... |
| 12 | 182,120 | 112,136 | transition_through | Assert state changes through multiple values for an object, enabling you to test comple... |
| 13 | 183,695 | 88,565 | keyset_pagination | KeysetPagination provides efficient cursor-based pagination for Active Record with Post... |
| 14 | 185,753 | 112,136 | denormalizes | Denormalize attributes to and from Active Record associations. |
| 15 | 186,009 | 112,136 | estimated_count | Performant count estimates for Rails and PostgreSQL. |
| 16 | 186,616 | 112,136 | association_object | Define ActiveRecord associations through association objects, which can implement custo... |
| 17 | 187,344 | 112,136 | enumerator_io | enumerator_io allows you to wrap an enumerator in an IO-compatible interface, enabling ... |
| 18 | 187,847 | 149,536 | digest_io | DigestIO wraps any IO object, calculating a cryptographic digest (e.g., MD5, SHA256) as... |
| 19 | 188,175 | 73,396 | perform_bulk | Process multiple enqueued Sidekiq jobs in a single bulk job execution. Useful for migra... |