| 1 | 356 | 355 | paper_trail | Track changes to your models, for auditing or versioning. See how a model looked
at any... |
| 2 | 5,786 | 3,507 | online_migrations | Catch unsafe PostgreSQL migrations in development and run them easier in production |
| 3 | 6,794 | 5,468 | sidekiq-iteration | Makes your long-running sidekiq jobs interruptible and resumable. |
| 4 | 7,281 | 4,452 | fast_count | Quickly get a count estimation for large tables. |
| 5 | 7,403 | 4,923 | pluck_in_batches | A faster alternative to the custom use of `in_batches` with `pluck`. |
| 6 | 7,882 | 4,361 | libyear-bundler | A simple measure of dependency freshness |
| 7 | 9,233 | 4,592 | activerecord_cursor_paginate | Cursor-based pagination for ActiveRecord. |
| 8 | 28,798 | 25,947 | active_record_tracer | A tracer for Active Record queries |
| 9 | 36,419 | 10,627 | rubocop-disable_syntax | A RuboCop plugin that allows to disable some unfavorite ruby syntax, such as `unless`, ... |
| 10 | 49,224 | 10,066 | sidekiq-expiring-jobs | Support for Sidekiq jobs which expire after a certain length of time.
Jobs that are set... |
| 11 | 83,658 | 20,038 | job_enqueue_logger | Log background jobs enqueued by your application (additionally with backtraces).
... |
| 12 | 93,144 | 69,059 | data_checks | Regression testing for data |
| 13 | 158,873 | 42,332 | columns_trace | Find unnecessary selected database columns. |
| 14 | 166,327 | 18,341 | activerecord_lazy_columns | Adds support for lazy-loading columns in Active Record models |
| 15 | 188,611 | 69,059 | smart_ignored_columns | Add deadlines to Active Record `ignored_columns` |