0.03
Simple Scheduler adds the ability to enhance Heroku Scheduler by using Sidekiq to queue
jobs in the future. This allows for defining specific run times (Ex: Every Sunday at 4 AM)
and running tasks more often than Heroku Scheduler's 10 minute l...
2021
2022
2023
2024
2025
2026
0.29
Set of tools to make Sorbet work with Rails seamlessly.
2021
2022
2023
2024
2025
2026
0.88
This gem allows you to use sharded databases with ActiveRecord. This also provides a interface for replication and for running migrations with multiples shards.
2021
2022
2023
2024
2025
2026
0.16
Analyze code for potentially uncalled / dead methods, now with auto-removal.
== Features/Problems:
* Static analysis of code. Can be easily hooked up to a CI.
* As with all static analysis tools of dynamic languages, can't be 100%.
* Whitelisting known good methods by name or regexp.
* Use --ra...
2021
2022
2023
2024
2025
2026
0.04
This Ruby extension implements a DataMatrix encoder for Ruby. It is typically
used to create semacodes, which are barcodes, that contain URLs. This encoder
does not create image files or visual representations of the semacode. This is
because it can be used for more than creating images, ...
2021
2022
2023
2024
2025
2026
0.04
Mr Bones is a handy tool that creates new Ruby projects from a code
skeleton. The skeleton contains some starter code and a collection of rake
tasks to ease the management and deployment of your source code. Several Mr
Bones plugins are available for creating git repositories, creating GitHub
pro...
2021
2022
2023
2024
2025
2026
0.04
Easily generate strings supplying a very simple pattern. '10-20:Xn/x/'.generate #>qBstvc6JN8ra. Generate random strings using a regular expression (Regexp): /[a-z0-9]{2,5}w+/.gen . Also generate words in English or Spanish. Perfect to be used in test data factories. Also, validate if a text fulfi...
2021
2022
2023
2024
2025
2026
0.53
Sync website files, set redirects, use HTTP performance optimisations, deliver via
CloudFront.
2021
2022
2023
2024
2025
2026
0.06
Twig is your personal Git branch assistant. It's a command-line tool for listing your most recent branches, and for remembering branch details for you, like issue tracker ids and todos. It supports subcommands, like automatically fetching statuses from your issue tracking system. It's flexible en...
2021
2022
2023
2024
2025
2026
1.65
OptionParser is a class for command-line option analysis. It is much more
advanced, yet also easier to use, than GetoptLong, and is a more Ruby-oriented
solution.
2021
2022
2023
2024
2025
2026
1.65
Manages Ruby interpreter installations and switching between them.
2021
2022
2023
2024
2025
2026
0.06
Ruby port of the TOON encoder/decoder used inside DSPy.rb. Provides Sorbet-aware normalization, reconstruction, and prompt-ready helpers so signatures can round-trip through TOON without hand-written serializers.
2021
2022
2023
2024
2025
2026
0.04
SCORM is a Ruby library for reading and extracting Shareable Content Object Reference Model (SCORM) files. SCORM is a standardized package format used mainly by e-learning software to help with the exchange of course material between systems in an interoperable way. This gem supports SCORM 1.2 an...
2021
2022
2023
2024
2025
2026
0.05
Slurps stories from the given file (stories.slurper by default) and creates Pivotal Tracker stories from them. Useful during story carding sessions when you want to capture a number of stories quickly without clicking your way through the Tracker UI.
2021
2022
2023
2024
2025
2026
0.0
Stockpile is a simple key-value store connection manager framework. Stockpile
itself does not implement a connection manager, but places expectations for
implemented connection managers. So far, only Redis has been implemented
(stockpile-redis).
Stockpile also provides an adapter so that its fun...
2021
2022
2023
2024
2025
2026
0.0
Sometimes you'll want to allow the user to configure a plugin or some other object via a ruby block where options are specified through method calls. Hashblock is a tool which converts either a hash or a block into a plain old ruby object that is simple to access and modify. Hashblock supports ...
2021
2022
2023
2024
2025
2026
0.0
Password hashing and validation using OpenSSL::PKCS5::pbkdf2_hmac for the hash and SecureRandom.base64 for the salt. Digest defaults to SHA1, but can be set to any digest (eg SHA256) supported by your systems OpenSSL lib.
2021
2022
2023
2024
2025
2026
0.0
pg_any_where patches Arel so that `where(column: array)` emits
`column = ANY($1::type[])` instead of `column IN ($1, $2, …)`.
This yields a stable prepared-statement shape (one bind parameter regardless
of array size), better PostgreSQL plan cache utilisation, and cleaner
pg_stat_statements outp...
2021
2022
2023
2024
2025
2026
0.0
Persistent & semi-persistent server-side data storage for web browsing.
2021
2022
2023
2024
2025
2026
0.0
Self-contained JSX Components in Rails applications. Server-side render TypeScript components via Deno, cache via Solid Cache, hydrate selectively in the browser if needed.
2021
2022
2023
2024
2025
2026