1 | 374 | 315 | paper_trail | Track changes to your models, for auditing or versioning. See how a model looked
at any... |
2 | 6,789 | 3,835 | online_migrations | Catch unsafe PostgreSQL migrations in development and run them easier in production |
3 | 8,318 | 4,160 | sidekiq-iteration | Makes your long-running sidekiq jobs interruptible and resumable. |
4 | 8,796 | 6,526 | fast_count | Quickly get a count estimation for large tables. |
5 | 9,804 | 5,438 | pluck_in_batches | A faster alternative to the custom use of `in_batches` with `pluck`. |
6 | 15,857 | 5,221 | activerecord_cursor_paginate | Cursor-based pagination for ActiveRecord. |
7 | 74,888 | 22,633 | rubocop-disable_syntax | A RuboCop plugin that allows to disable some unfavorite ruby syntax, such as `unless`, ... |
8 | 92,203 | 46,777 | data_checks | Regression testing for data |
9 | 118,668 | 34,617 | sidekiq-expiring-jobs | Support for Sidekiq jobs which expire after a certain length of time.
Jobs that are set... |
10 | 146,819 | 32,988 | job_enqueue_logger | Log background jobs enqueued by your application (additionally with backtraces).
... |
11 | 173,381 | 34,617 | columns_trace | Find unnecessary selected database columns. |
12 | 178,424 | 34,617 | active_record_tracer | A tracer for Active Record queries |