1 | 378 | 674 | paper_trail | Track changes to your models, for auditing or versioning. See how a model looked
at any... |
2 | 7,272 | 4,876 | online_migrations | Catch unsafe PostgreSQL migrations in development and run them easier in production |
3 | 8,675 | 5,827 | sidekiq-iteration | Makes your long-running sidekiq jobs interruptible and resumable. |
4 | 9,447 | 5,321 | fast_count | Quickly get a count estimation for large tables. |
5 | 11,131 | 6,007 | pluck_in_batches | A faster alternative to the custom use of `in_batches` with `pluck`. |
6 | 21,562 | 9,510 | activerecord_cursor_paginate | Cursor-based pagination for ActiveRecord. |
7 | 85,077 | 22,084 | rubocop-disable_syntax | A RuboCop plugin that allows to disable some unfavorite ruby syntax, such as `unless`, ... |
8 | 93,704 | 63,432 | data_checks | Regression testing for data |
9 | 147,423 | 63,432 | sidekiq-expiring-jobs | Support for Sidekiq jobs which expire after a certain length of time.
Jobs that are set... |
10 | 159,758 | 15,400 | job_enqueue_logger | Log background jobs enqueued by your application (additionally with backtraces).
... |
11 | 174,599 | 41,916 | columns_trace | Find unnecessary selected database columns. |
12 | 179,676 | 30,305 | active_record_tracer | A tracer for Active Record queries |