| 1 | 6,084 | 4,943 | active_record_distinct_on | ActiveRecordDistinctOn adds support for `DISTINCT ON` to ActiveRecord. At the time of t... |
| 2 | 49,035 | 12,239 | typed_params | Typed parameters is an alternative to strong parameters, offering an intuitive DSL for ... |
| 3 | 81,788 | 59,583 | union_of | Create associations that combine multiple Active Record associations using a SQL UNION ... |
| 4 | 93,956 | 19,764 | request_migrations | Make breaking API changes without breaking things by using request_migrations to craft ... |
| 5 | 100,187 | 19,764 | temporary_tables | Create temporary tables for Rspec tests. |
| 6 | 170,182 | 10,425 | statement_timeout | Wrap an Active Record transaction or query in a local statement timeout. |
| 7 | 172,070 | 59,583 | verbose_migrations | Enable verbose logging for Active Record migrations, regardless of configured log level... |
| 8 | 172,733 | 26,810 | null_association | Decorate nil Active Record associations with a null object in Rails. |
| 9 | 174,868 | 32,863 | sql_matchers | Query assertions and SQL matchers for RSpec. |
| 10 | 181,642 | 59,583 | transition_through | Assert state changes through multiple values for an object, enabling you to test comple... |
| 11 | 183,107 | 93,116 | keyset_pagination | KeysetPagination provides efficient cursor-based pagination for Active Record with Post... |
| 12 | 185,033 | 93,116 | denormalizes | Denormalize attributes to and from Active Record associations. |
| 13 | 185,275 | 93,116 | estimated_count | Performant count estimates for Rails and PostgreSQL. |
| 14 | 185,846 | 42,408 | association_object | Define ActiveRecord associations through association objects, which can implement custo... |
| 15 | 186,580 | 42,408 | enumerator_io | enumerator_io allows you to wrap an enumerator in an IO-compatible interface, enabling ... |
| 16 | 187,058 | 59,583 | digest_io | DigestIO wraps any IO object, calculating a cryptographic digest (e.g., MD5, SHA256) as... |
| 17 | 187,447 | 93,116 | perform_bulk | Process multiple enqueued Sidekiq jobs in a single bulk job execution. Useful for migra... |