1 | 7,030 | 8,516 | active_record_distinct_on | ActiveRecordDistinctOn adds support for `DISTINCT ON` to ActiveRecord. At the time of t... |
2 | 72,875 | 22,084 | typed_params | Typed parameters is an alternative to strong parameters, offering an intuitive DSL for ... |
3 | 116,011 | 16,639 | request_migrations | Make breaking API changes without breaking things by using request_migrations to craft ... |
4 | 174,220 | 41,916 | temporary_tables | Create temporary tables for Rspec tests. |
5 | 177,659 | 63,432 | sql_matchers | Query assertions and SQL matchers for RSpec. |
6 | 177,918 | 41,916 | statement_timeout | Wrap an Active Record transaction or query in a local statement timeout. |
7 | 178,085 | 41,916 | union_of | Create associations that combine multiple Active Record associations using a SQL UNION ... |
8 | 178,475 | 41,916 | null_association | Decorate nil Active Record associations with a null object in Rails. |
9 | 178,571 | 41,916 | verbose_migrations | Enable verbose logging for Active Record migrations, regardless of configured log level... |
10 | 181,177 | 63,432 | transition_through | Assert state changes through multiple values for an object, enabling you to test comple... |
11 | 181,503 | 63,432 | estimated_count | Performant count estimates for Rails and PostgreSQL. |
12 | 181,516 | 41,916 | denormalizes | Denormalize attributes to and from Active Record associations. |
13 | 182,386 | 63,432 | association_object | Define ActiveRecord associations through association objects, which can implement custo... |
14 | 182,778 | 63,432 | keyset_pagination | KeysetPagination provides efficient cursor-based pagination for Active Record with Post... |
15 | 183,193 | 41,916 | digest_io | DigestIO wraps any IO object, calculating a cryptographic digest (e.g., MD5, SHA256) as... |
16 | 183,213 | 63,432 | enumerator_io | enumerator_io allows you to wrap an enumerator in an IO-compatible interface, enabling ... |