| 1 | 352 | 393 | paper_trail | Track changes to your models, for auditing or versioning. See how a model looked
at any... |
| 2 | 5,723 | 4,158 | online_migrations | Catch unsafe PostgreSQL migrations in development and run them easier in production |
| 3 | 6,591 | 2,990 | sidekiq-iteration | Makes your long-running sidekiq jobs interruptible and resumable. |
| 4 | 6,883 | 7,172 | fast_count | Quickly get a count estimation for large tables. |
| 5 | 7,018 | 3,630 | pluck_in_batches | A faster alternative to the custom use of `in_batches` with `pluck`. |
| 6 | 7,437 | 3,422 | libyear-bundler | A simple measure of dependency freshness |
| 7 | 8,526 | 3,521 | activerecord_cursor_paginate | Cursor-based pagination for ActiveRecord. |
| 8 | 24,403 | 3,802 | rubocop-disable_syntax | A RuboCop plugin that allows to disable some unfavorite ruby syntax, such as `unless`, ... |
| 9 | 29,071 | 31,262 | active_record_tracer | A tracer for Active Record queries |
| 10 | 44,581 | 50,168 | sidekiq-expiring-jobs | Support for Sidekiq jobs which expire after a certain length of time.
Jobs that are set... |
| 11 | 77,792 | 14,093 | job_enqueue_logger | Log background jobs enqueued by your application (additionally with backtraces).
... |
| 12 | 92,963 | 84,813 | data_checks | Regression testing for data |
| 13 | 156,139 | 63,042 | columns_trace | Find unnecessary selected database columns. |
| 14 | 161,305 | 25,422 | activerecord_lazy_columns | Adds support for lazy-loading columns in Active Record models |
| 15 | 189,562 | 122,457 | smart_ignored_columns | Add deadlines to Active Record `ignored_columns` |