1 | 350 | 402 | paper_trail | Track changes to your models, for auditing or versioning. See how a model looked
at any... |
2 | 6,194 | 4,440 | online_migrations | Catch unsafe PostgreSQL migrations in development and run them easier in production |
3 | 7,383 | 5,156 | sidekiq-iteration | Makes your long-running sidekiq jobs interruptible and resumable. |
4 | 8,091 | 6,740 | fast_count | Quickly get a count estimation for large tables. |
5 | 8,260 | 5,682 | pluck_in_batches | A faster alternative to the custom use of `in_batches` with `pluck`. |
6 | 11,244 | 6,567 | activerecord_cursor_paginate | Cursor-based pagination for ActiveRecord. |
7 | 46,004 | 8,400 | active_record_tracer | A tracer for Active Record queries |
8 | 50,560 | 9,135 | rubocop-disable_syntax | A RuboCop plugin that allows to disable some unfavorite ruby syntax, such as `unless`, ... |
9 | 76,334 | 75,055 | sidekiq-expiring-jobs | Support for Sidekiq jobs which expire after a certain length of time.
Jobs that are set... |
10 | 92,306 | 102,910 | data_checks | Regression testing for data |
11 | 122,243 | 25,455 | job_enqueue_logger | Log background jobs enqueued by your application (additionally with backtraces).
... |
12 | 169,305 | 52,250 | columns_trace | Find unnecessary selected database columns. |
13 | 186,679 | 91,837 | smart_ignored_columns | Add deadlines to Active Record `ignored_columns` |