1 | 366 | 402 | paper_trail | Track changes to your models, for auditing or versioning. See how a model looked
at any... |
2 | 6,598 | 3,547 | online_migrations | Catch unsafe PostgreSQL migrations in development and run them easier in production |
3 | 8,106 | 6,979 | sidekiq-iteration | Makes your long-running sidekiq jobs interruptible and resumable. |
4 | 8,475 | 3,856 | fast_count | Quickly get a count estimation for large tables. |
5 | 9,285 | 3,881 | pluck_in_batches | A faster alternative to the custom use of `in_batches` with `pluck`. |
6 | 14,233 | 5,131 | activerecord_cursor_paginate | Cursor-based pagination for ActiveRecord. |
7 | 68,965 | 10,236 | rubocop-disable_syntax | A RuboCop plugin that allows to disable some unfavorite ruby syntax, such as `unless`, ... |
8 | 92,354 | 44,518 | data_checks | Regression testing for data |
9 | 107,983 | 8,836 | sidekiq-expiring-jobs | Support for Sidekiq jobs which expire after a certain length of time.
Jobs that are set... |
10 | 142,436 | 16,676 | job_enqueue_logger | Log background jobs enqueued by your application (additionally with backtraces).
... |
11 | 173,250 | 44,518 | columns_trace | Find unnecessary selected database columns. |
12 | 178,369 | 44,518 | active_record_tracer | A tracer for Active Record queries |