| 1 | 351 | 362 | paper_trail | Track changes to your models, for auditing or versioning. See how a model looked
at any... |
| 2 | 5,753 | 6,189 | online_migrations | Catch unsafe PostgreSQL migrations in development and run them easier in production |
| 3 | 6,671 | 10,464 | sidekiq-iteration | Makes your long-running sidekiq jobs interruptible and resumable. |
| 4 | 6,992 | 7,348 | fast_count | Quickly get a count estimation for large tables. |
| 5 | 7,144 | 5,787 | pluck_in_batches | A faster alternative to the custom use of `in_batches` with `pluck`. |
| 6 | 7,644 | 7,147 | libyear-bundler | A simple measure of dependency freshness |
| 7 | 8,776 | 6,388 | activerecord_cursor_paginate | Cursor-based pagination for ActiveRecord. |
| 8 | 28,887 | 55,249 | active_record_tracer | A tracer for Active Record queries |
| 9 | 34,681 | 8,279 | rubocop-disable_syntax | A RuboCop plugin that allows to disable some unfavorite ruby syntax, such as `unless`, ... |
| 10 | 46,267 | 25,300 | sidekiq-expiring-jobs | Support for Sidekiq jobs which expire after a certain length of time.
Jobs that are set... |
| 11 | 79,260 | 72,641 | job_enqueue_logger | Log background jobs enqueued by your application (additionally with backtraces).
... |
| 12 | 92,861 | 44,868 | data_checks | Regression testing for data |
| 13 | 156,873 | 72,641 | columns_trace | Find unnecessary selected database columns. |
| 14 | 162,007 | 55,249 | activerecord_lazy_columns | Adds support for lazy-loading columns in Active Record models |
| 15 | 189,400 | 103,873 | smart_ignored_columns | Add deadlines to Active Record `ignored_columns` |