| 1 | 355 | 717 | paper_trail | Track changes to your models, for auditing or versioning. See how a model looked
at any... |
| 2 | 6,026 | 6,315 | online_migrations | Catch unsafe PostgreSQL migrations in development and run them easier in production |
| 3 | 7,005 | 11,257 | sidekiq-iteration | Makes your long-running sidekiq jobs interruptible and resumable. |
| 4 | 7,785 | 4,067 | fast_count | Quickly get a count estimation for large tables. |
| 5 | 7,809 | 10,029 | pluck_in_batches | A faster alternative to the custom use of `in_batches` with `pluck`. |
| 6 | 8,133 | 4,929 | libyear-bundler | A simple measure of dependency freshness |
| 7 | 9,956 | 6,371 | activerecord_cursor_paginate | Cursor-based pagination for ActiveRecord. |
| 8 | 30,842 | 16,227 | active_record_tracer | A tracer for Active Record queries |
| 9 | 41,866 | 10,182 | rubocop-disable_syntax | A RuboCop plugin that allows to disable some unfavorite ruby syntax, such as `unless`, ... |
| 10 | 60,871 | 46,260 | sidekiq-expiring-jobs | Support for Sidekiq jobs which expire after a certain length of time.
Jobs that are set... |
| 11 | 93,183 | 32,970 | data_checks | Regression testing for data |
| 12 | 99,631 | 23,603 | job_enqueue_logger | Log background jobs enqueued by your application (additionally with backtraces).
... |
| 13 | 162,165 | 114,981 | columns_trace | Find unnecessary selected database columns. |
| 14 | 178,881 | 114,981 | activerecord_lazy_columns | Adds support for lazy-loading columns in Active Record models |
| 15 | 187,374 | 114,981 | smart_ignored_columns | Add deadlines to Active Record `ignored_columns` |