1 | 6,445 | 3,010 | active_record_distinct_on | ActiveRecordDistinctOn adds support for `DISTINCT ON` to ActiveRecord. At the time of t... |
2 | 52,224 | 33,423 | typed_params | Typed parameters is an alternative to strong parameters, offering an intuitive DSL for ... |
3 | 97,971 | 13,924 | union_of | Create associations that combine multiple Active Record associations using a SQL UNION ... |
4 | 102,091 | 49,650 | request_migrations | Make breaking API changes without breaking things by using request_migrations to craft ... |
5 | 115,162 | 18,370 | temporary_tables | Create temporary tables for Rspec tests. |
6 | 176,505 | 73,401 | statement_timeout | Wrap an Active Record transaction or query in a local statement timeout. |
7 | 176,924 | 99,488 | null_association | Decorate nil Active Record associations with a null object in Rails. |
8 | 176,944 | 61,937 | verbose_migrations | Enable verbose logging for Active Record migrations, regardless of configured log level... |
9 | 177,222 | 61,937 | sql_matchers | Query assertions and SQL matchers for RSpec. |
10 | 181,449 | 112,347 | transition_through | Assert state changes through multiple values for an object, enabling you to test comple... |
11 | 182,945 | 99,488 | keyset_pagination | KeysetPagination provides efficient cursor-based pagination for Active Record with Post... |
12 | 183,632 | 112,347 | estimated_count | Performant count estimates for Rails and PostgreSQL. |
13 | 183,714 | 145,384 | denormalizes | Denormalize attributes to and from Active Record associations. |
14 | 184,681 | 127,649 | association_object | Define ActiveRecord associations through association objects, which can implement custo... |
15 | 185,414 | 99,488 | enumerator_io | enumerator_io allows you to wrap an enumerator in an IO-compatible interface, enabling ... |
16 | 185,571 | 145,384 | digest_io | DigestIO wraps any IO object, calculating a cryptographic digest (e.g., MD5, SHA256) as... |
17 | 186,449 | 145,384 | perform_bulk | Process multiple enqueued Sidekiq jobs in a single bulk job execution. Useful for migra... |