| 1 | 353 | 365 | paper_trail | Track changes to your models, for auditing or versioning. See how a model looked
at any... |
| 2 | 5,641 | 3,205 | online_migrations | Catch unsafe PostgreSQL migrations in development and run them easier in production |
| 3 | 6,439 | 4,138 | sidekiq-iteration | Makes your long-running sidekiq jobs interruptible and resumable. |
| 4 | 6,557 | 5,319 | fast_count | Quickly get a count estimation for large tables. |
| 5 | 6,756 | 4,050 | pluck_in_batches | A faster alternative to the custom use of `in_batches` with `pluck`. |
| 6 | 6,947 | 3,125 | libyear-bundler | A simple measure of dependency freshness |
| 7 | 8,121 | 2,908 | activerecord_cursor_paginate | Cursor-based pagination for ActiveRecord. |
| 8 | 16,517 | 3,596 | rubocop-disable_syntax | A RuboCop plugin that allows to disable some unfavorite ruby syntax, such as `unless`, ... |
| 9 | 29,049 | 27,234 | active_record_tracer | A tracer for Active Record queries |
| 10 | 41,446 | 27,234 | sidekiq-expiring-jobs | Support for Sidekiq jobs which expire after a certain length of time.
Jobs that are set... |
| 11 | 72,680 | 39,052 | job_enqueue_logger | Log background jobs enqueued by your application (additionally with backtraces).
... |
| 12 | 92,795 | 70,940 | data_checks | Regression testing for data |
| 13 | 152,919 | 103,856 | columns_trace | Find unnecessary selected database columns. |
| 14 | 160,437 | 103,856 | activerecord_lazy_columns | Adds support for lazy-loading columns in Active Record models |
| 15 | 190,307 | 103,856 | smart_ignored_columns | Add deadlines to Active Record `ignored_columns` |