1 | 353 | 357 | paper_trail | Track changes to your models, for auditing or versioning. See how a model looked
at any... |
2 | 6,115 | 3,828 | online_migrations | Catch unsafe PostgreSQL migrations in development and run them easier in production |
3 | 7,150 | 3,800 | sidekiq-iteration | Makes your long-running sidekiq jobs interruptible and resumable. |
4 | 7,955 | 4,283 | fast_count | Quickly get a count estimation for large tables. |
5 | 8,046 | 3,924 | pluck_in_batches | A faster alternative to the custom use of `in_batches` with `pluck`. |
6 | 10,611 | 4,454 | activerecord_cursor_paginate | Cursor-based pagination for ActiveRecord. |
7 | 37,405 | 7,459 | active_record_tracer | A tracer for Active Record queries |
8 | 46,803 | 9,445 | rubocop-disable_syntax | A RuboCop plugin that allows to disable some unfavorite ruby syntax, such as `unless`, ... |
9 | 68,446 | 13,694 | sidekiq-expiring-jobs | Support for Sidekiq jobs which expire after a certain length of time.
Jobs that are set... |
10 | 92,956 | 81,475 | data_checks | Regression testing for data |
11 | 110,062 | 20,706 | job_enqueue_logger | Log background jobs enqueued by your application (additionally with backtraces).
... |
12 | 164,458 | 45,837 | columns_trace | Find unnecessary selected database columns. |
13 | 180,257 | 128,321 | activerecord_lazy_columns | Adds support for lazy-loading columns in Active Record models |
14 | 186,985 | 104,140 | smart_ignored_columns | Add deadlines to Active Record `ignored_columns` |