online_migrations in markets/awesome-ruby

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, etc).

created at Jan. 8, 2022, 2:08 a.m.

Ruby

5 +0

588 +1

16 +0

GitHub
sidekiq-iteration in markets/awesome-ruby

Make your long-running sidekiq jobs interruptible and resumable.

created at Nov. 1, 2022, 10:22 p.m.

Ruby

3 +0

252 +3

8 +0

GitHub
fast_count in markets/awesome-ruby

Quickly get a count estimation for large tables (>99% of accuracy for PostgreSQL).

created at April 22, 2023, 8:07 p.m.

Ruby

2 +0

214 +0

7 +0

GitHub
pluck_in_batches in markets/awesome-ruby

A faster alternative to the custom use of `in_batches` with `pluck`

created at May 12, 2023, 8:14 p.m.

Ruby

2 +0

140 +1

1 +0

GitHub