| 1 | 356 | 413 | paper_trail | Track changes to your models, for auditing or versioning. See how a model looked
at any... |
| 2 | 5,768 | 4,645 | online_migrations | Catch unsafe PostgreSQL migrations in development and run them easier in production |
| 3 | 6,720 | 5,819 | sidekiq-iteration | Makes your long-running sidekiq jobs interruptible and resumable. |
| 4 | 7,163 | 4,410 | fast_count | Quickly get a count estimation for large tables. |
| 5 | 7,255 | 5,503 | pluck_in_batches | A faster alternative to the custom use of `in_batches` with `pluck`. |
| 6 | 7,786 | 4,828 | libyear-bundler | A simple measure of dependency freshness |
| 7 | 9,051 | 5,099 | activerecord_cursor_paginate | Cursor-based pagination for ActiveRecord. |
| 8 | 28,858 | 45,821 | active_record_tracer | A tracer for Active Record queries |
| 9 | 35,726 | 8,943 | rubocop-disable_syntax | A RuboCop plugin that allows to disable some unfavorite ruby syntax, such as `unless`, ... |
| 10 | 47,574 | 22,627 | sidekiq-expiring-jobs | Support for Sidekiq jobs which expire after a certain length of time.
Jobs that are set... |
| 11 | 81,020 | 35,267 | job_enqueue_logger | Log background jobs enqueued by your application (additionally with backtraces).
... |
| 12 | 93,082 | 103,620 | data_checks | Regression testing for data |
| 13 | 157,652 | 103,620 | columns_trace | Find unnecessary selected database columns. |
| 14 | 162,987 | 45,821 | activerecord_lazy_columns | Adds support for lazy-loading columns in Active Record models |
| 15 | 188,824 | 35,267 | smart_ignored_columns | Add deadlines to Active Record `ignored_columns` |