1 | 385 | 278 | paper_trail | Track changes to your models, for auditing or versioning. See how a model looked
at any... |
2 | 7,593 | 4,536 | online_migrations | Catch unsafe PostgreSQL migrations in development and run them easier in production |
3 | 9,051 | 5,787 | sidekiq-iteration | Makes your long-running sidekiq jobs interruptible and resumable. |
4 | 10,004 | 6,257 | fast_count | Quickly get a count estimation for large tables. |
5 | 12,394 | 4,213 | pluck_in_batches | A faster alternative to the custom use of `in_batches` with `pluck`. |
6 | 25,710 | 7,963 | activerecord_cursor_paginate | Cursor-based pagination for ActiveRecord. |
7 | 89,271 | 12,745 | rubocop-disable_syntax | A RuboCop plugin that allows to disable some unfavorite ruby syntax, such as `unless`, ... |
8 | 94,060 | 56,274 | data_checks | Regression testing for data |
9 | 159,131 | 14,781 | sidekiq-expiring-jobs | Support for Sidekiq jobs which expire after a certain length of time.
Jobs that are set... |
10 | 165,797 | 32,343 | job_enqueue_logger | Log background jobs enqueued by your application (additionally with backtraces).
... |
11 | 174,764 | 56,274 | columns_trace | Find unnecessary selected database columns. |
12 | 180,133 | 38,928 | active_record_tracer | A tracer for Active Record queries |