fatkodima
fatkodima
data_checks
Regression testing for data
online_migrations
Catch unsafe PostgreSQL migrations in development and run them easier in production (code helpers for table/column renaming, changing column type, adding columns with default, background migrations, e...
sidekiq-iteration
Make your long-running sidekiq jobs interruptible and resumable.
fast_count
Quickly get a count estimation for large tables (>99% of accuracy for PostgreSQL).
pluck_in_batches
A faster alternative to the custom use of `in_batches` with `pluck`
columns_trace
Detect unnecessary selected database columns
job_enqueue_logger
Log background jobs enqueued by your application (additionally with backtraces)
rubocop-disable_syntax
A RuboCop plugin that allows to disable some unfavorite ruby syntax, such as `unless`, safe navigation etc.