| 1 | 12 | 11 | rack | Rack provides a minimal, modular and adaptable interface for developing
web application... |
| 2 | 33 | 116 | multipart-post | A multipart form post accessory for Net::HTTP. |
| 3 | 41 | 80 | rack-test | Rack::Test is a small, simple testing API for Rack apps. It can be used on its
own or a... |
| 4 | 64 | 26 | nio4r | New IO for Ruby |
| 5 | 101 | 177 | rb-inotify | A Ruby wrapper for Linux inotify, using FFI |
| 6 | 126 | 181 | listen | The Listen gem listens to file modifications and notifies you about the changes. Works ... |
| 7 | 196 | 273 | http-accept | Parse Accept and Accept-Language HTTP headers. |
| 8 | 254 | 558 | thin | A thin and fast web server |
| 9 | 267 | 582 | timers | Pure Ruby one-shot and periodic timers. |
| 10 | 283 | 91 | rack-session | A session implementation for Rack. |
| 11 | 318 | 92 | rackup | A general server command for Rack applications. |
| 12 | 348 | 312 | rack-attack | A rack middleware for throttling and blocking abusive requests |
| 13 | 868 | 1,826 | rack-cache | Rack::Cache is suitable as a quick drop-in component to enable HTTP caching for Rack-ba... |
| 14 | 992 | 487 | async | A concurrency framework for Ruby. |
| 15 | 999 | 510 | console | Beautiful logging for Ruby. |
| 16 | 1,051 | 528 | fiber-local | Provides a class-level mixin to make fiber local state easy. |
| 17 | 1,085 | 396 | fiber-storage | Provides a compatibility shim for fiber storage. |
| 18 | 1,151 | 1,098 | rack-contrib | Contributed Rack Middleware and Utilities |
| 19 | 1,248 | 559 | io-event | An event loop. |
| 20 | 1,365 | 573 | fiber-annotation | A mechanism for annotating fibers. |
| 21 | 1,611 | 748 | traces | Application instrumentation and tracing. |
| 22 | 1,820 | 2,174 | async-io | Provides support for asynchonous TCP, UDP, UNIX and SSL sockets. |
| 23 | 1,855 | 671 | protocol-http | Provides abstractions to handle HTTP protocols. |
| 24 | 1,876 | 685 | async-http | A HTTP client and server library. |
| 25 | 1,878 | 847 | metrics | Application metrics and instrumentation. |
| 26 | 1,962 | 696 | protocol-http1 | A low level implementation of the HTTP/1 protocol. |
| 27 | 1,964 | 702 | protocol-http2 | A low level implementation of the HTTP/2 protocol. |
| 28 | 2,006 | 689 | async-pool | A singleplex and multiplex resource pool for implementing robust clients. |
| 29 | 2,065 | 1,614 | cool.io | Cool.io provides a high performance event framework for Ruby which uses the libev C lib... |
| 30 | 2,093 | 721 | protocol-hpack | A compresssor and decompressor for HTTP/2's HPACK format. |
| 31 | 2,575 | 2,565 | async-websocket | An async websocket library on top of protocol-websocket. |
| 32 | 2,705 | 767 | io-endpoint | Provides a separation of concerns interface for IO endpoints. |
| 33 | 2,777 | 773 | io-stream | Provides a generic stream wrapper for IO instances. |
| 34 | 2,919 | 3,071 | facets | Facets is the premier collection of extension methods for the Ruby programming language... |
| 35 | 3,404 | 2,020 | async-http-faraday | Provides an adaptor between async-http and faraday. |
| 36 | 3,785 | 2,994 | async-dns | An easy to use DNS client resolver and server for Ruby. |
| 37 | 3,958 | 861 | protocol-url | Provides abstractions for working with URLs. |
| 38 | 3,990 | 1,926 | localhost | Manage a local certificate authority for self-signed localhost development servers. |
| 39 | 4,087 | 6,409 | rubydns | An easy to use DNS server and resolver for Ruby. |
| 40 | 4,167 | 1,932 | samovar | Samovar is a flexible option parser excellent support for sub-commands and help documen... |
| 41 | 4,261 | 3,052 | mapping | Map an input model to an output model using a mapping model. |
| 42 | 4,281 | 2,966 | thread-local | Provides a class-level mixin to make thread local state easy. |
| 43 | 4,338 | 2,795 | async-rest | A library for RESTful clients (and hopefully servers). |
| 44 | 4,462 | 1,923 | falcon | A fast, asynchronous, rack-compatible web server. |
| 45 | 4,521 | 1,886 | async-container | Abstract container-based parallelism using threads and processes where appropriate. |
| 46 | 4,548 | 1,924 | protocol-rack | An implementation of the Rack protocol/specification. |
| 47 | 4,664 | 6,741 | process-group | Run and manage multiple processes in separate fibers with predictable behaviour. |
| 48 | 4,686 | 6,884 | graphviz | A lightweight interface for generating graphs with Graphviz. |
| 49 | 4,765 | 7,136 | process-terminal | Provide access to libc terminal funtions. |
| 50 | 4,766 | 2,111 | async-http-cache | Standard-compliant cache for async-http. |
| 51 | 4,774 | 7,136 | process-pipeline | Execute composable shell-like pipelines. |
| 52 | 4,943 | 4,606 | cloudflare | A Ruby wrapper for the Cloudflare API. |
| 53 | 5,223 | 2,091 | async-service | A service layer for Async. |
| 54 | 5,489 | 2,156 | bake | A replacement for rake with a simpler syntax. |
| 55 | 5,577 | 3,177 | process-metrics | Provide detailed OS-specific process metrics. |
| 56 | 6,178 | 2,635 | protocol-websocket | A low level implementation of the WebSocket protocol. |
| 57 | 6,856 | 4,776 | async-redis | A Redis client library. |
| 58 | 6,923 | 4,558 | protocol-redis | A transport agnostic RESP protocol client/server. |
| 59 | 7,211 | 2,153 | string-format | Formatting utilities for strings. |
| 60 | 7,351 | 3,612 | memory-leak | A memory leak monitor. |
| 61 | 7,478 | 4,710 | async-container-supervisor | A supervisor for managing multiple container processes. |
| 62 | 8,224 | 5,558 | async-rspec | Helpers for writing specs against the async gem. |
| 63 | 8,372 | 4,735 | utopia | Utopia is a framework for building dynamic content-driven websites. |
| 64 | 8,593 | 9,349 | build-environment | A nested hash data structure for controlling build environments. |
| 65 | 8,616 | 2,651 | sus | A fast and scalable test runner. |
| 66 | 8,627 | 16,679 | boolean | This gem extends core classes, adding helpful methods for working with Booleans (such a... |
| 67 | 8,634 | 2,938 | covered | A modern approach to code coverage. |
| 68 | 8,664 | 6,025 | rspec-files | RSpec helpers for buffering and detecting file descriptor leaks. |
| 69 | 8,694 | 6,078 | rspec-memory | RSpec helpers for checking memory allocations. |
| 70 | 8,828 | 4,637 | bake-test-external | Run external test suites to check for breakage. |
| 71 | 9,094 | 3,734 | memory | Memory profiling routines for Ruby 2.3+ |
| 72 | 9,956 | 2,985 | async-await | Implements the async/await pattern on top of async :) |
| 73 | 10,336 | 3,204 | decode | Code analysis for documentation generation. |
| 74 | 10,725 | 3,274 | bake-test | Run local test suites without knowing exactly how to run them. |
| 75 | 10,829 | 2,542 | markly | CommonMark parser and renderer. Written in C, wrapped in Ruby. |
| 76 | 10,985 | 15,177 | rexec | RExec stands for Remote Execute and provides support for executing processes
both loc... |
| 77 | 11,171 | 8,593 | build-files | Abstractions for handling and mapping paths. |
| 78 | 11,717 | 2,893 | xrb | A fast native templating system that compiles directly to Ruby code. |
| 79 | 11,938 | 4,154 | live | Live HTML tags updated via a WebSocket. |
| 80 | 12,509 | 11,933 | async-rails | Rails asset pipeline wrapper for async.js |
| 81 | 12,674 | 2,436 | async-utilization | High-performance utilization metrics for Async services using shared memory. |
| 82 | 12,732 | 6,188 | async-process | Asynchronous process spawning. |
| 83 | 12,863 | 7,081 | falcon-capybara | Use the falcon web server to run capybara/selenium tests. |
| 84 | 12,942 | 7,911 | vips | Provides pre-compiled binaries for libvips. |
| 85 | 13,058 | 12,519 | traces-backend-datadog | A traces backend for Datadog. |
| 86 | 13,288 | 11,008 | http-protocol | Provides abstractions to handle HTTP1 and HTTP2 protocols. |
| 87 | 13,293 | 10,163 | teapot | Teapot is a tool for managing cross-platform builds. |
| 88 | 13,857 | 4,178 | console-adapter-rails | Adapt Rails logs and events to the console gem. |
| 89 | 14,139 | 46,492 | rack-freeze | Provides a policy for frozen rack middleware. |
| 90 | 14,257 | 8,114 | trenni | A fast native templating system that compiles directly to Ruby code. |
| 91 | 14,407 | 6,092 | io-watch | A tool for watching changes to the filesystem. |
| 92 | 14,891 | 5,115 | sus-fixtures-async | Test fixtures for running in Async. |
| 93 | 15,611 | 4,151 | async-job | An asynchronous job queue for Ruby. |
| 94 | 15,765 | 4,107 | async-job-adapter-active_job | A asynchronous job queue for Ruby on Rails. |
| 95 | 15,915 | 6,002 | bake-modernize | Automatically modernize parts of your project/gem. |
| 96 | 15,952 | 6,626 | utopia-project | A project documentation tool based on Utopia. |
| 97 | 16,268 | 14,487 | lively | A simple client-server SPA framework. |
| 98 | 16,311 | 59,868 | http-hpack | A compresssor and decompressor for HTTP 2.0 HPACK. |
| 99 | 16,844 | 9,665 | agent-context | Install and manage context files from Ruby gems. |
| 100 | 17,059 | 5,040 | sus-fixtures-async-http | Test fixtures for running in Async::HTTP. |
| 101 | 17,169 | 28,188 | async-debug | Live debugging for Async. |
| 102 | 17,511 | 14,722 | console-output-datadog | Attach Datadog trace and span details to logs. |
| 103 | 17,570 | 8,346 | build-uri | Handle absolute URIs, triples and file paths uniformly. |
| 104 | 18,124 | 15,177 | build-graph | Build::Graph is a framework for build systems, with specific functionality for dealing ... |
| 105 | 18,302 | 4,367 | async-cable | An asynchronous adapter for ActionCable. |
| 106 | 18,446 | 18,289 | ffi-clang | Ruby FFI bindings for libclang C interface. |
| 107 | 18,902 | 16,016 | build | Build is a framework for creating task based build systems. |
| 108 | 19,288 | 4,377 | falcon-rails | Easy Falcon and Rails integration. |
| 109 | 19,650 | 14,487 | trenni-formatters | Formatters for Trenni, to assist with typical views and form based interfaces. |
| 110 | 19,729 | 14,487 | metrics-backend-datadog | Application metrics and instrumentation. |
| 111 | 20,726 | 12,073 | event | An event loop. |
| 112 | 20,997 | 10,654 | relaxo-model | A model layer for the relaxo document database. |
| 113 | 21,271 | 16,016 | latinum | Provides immutable resource and money computations. |
| 114 | 21,290 | 28,188 | fiber-profiler | A fiber stall profiler. |
| 115 | 21,487 | 18,774 | geospatial | Provides abstractions for dealing with geographical locations efficiently |
| 116 | 21,967 | 16,348 | memory-profiler | Efficient memory allocation tracking with call path analysis. |
| 117 | 22,696 | 13,215 | bake-gem | Release management for Ruby gems. |
| 118 | 22,811 | 2,957 | benchmark-http | An asynchronous benchmark toolbox for modern HTTP servers. |
| 119 | 24,223 | 17,029 | process-daemon | `Process::Daemon` is a stable and helpful base class for long running tasks and daemons... |
| 120 | 24,768 | 19,862 | guard-falcon | A guard plugin to run an instance of the falcon web server. |
| 121 | 24,988 | 24,575 | db | A low level database access gem. |
| 122 | 26,215 | 24,575 | fingerprint | Fingerprint is a tool for creating checksums of entire directory structures, and compar... |
| 123 | 26,561 | 3,189 | rubocop-socketry | RuboCop rules for Socketry projects |
| 124 | 26,739 | 70,356 | rack-test-body | Add Rack::MockResponse#parsed_body and helpers to facilite testing. |
| 125 | 27,381 | 8,624 | rackula | Generate a static site from any rackup compatible application. |
| 126 | 28,233 | 31,379 | ffi-mysql | A pure ffi binding for mysql. This gem should be compatible
with the MySQL/Ruby gem. |
| 127 | 28,242 | 11,933 | relaxo | Relaxo is versioned document database built on top of git. |
| 128 | 28,578 | 5,103 | async-bus | Transparent Ruby IPC over an asynchronous message bus. |
| 129 | 28,991 | 52,183 | traces-backend-open_telemetry | A traces backend for Open Telemetry. |
| 130 | 29,195 | 4,217 | variant | A policy gem for selecting different environments. |
| 131 | 29,438 | 4,956 | async-service-supervisor | A supervisor for managing multiple container processes. |
| 132 | 29,447 | 6,143 | sus-fixtures-openssl | Test fixtures for running with OpenSSL. |
| 133 | 30,729 | 17,860 | db-mariadb | An event-driven interface for MariaDB and MySQL servers. |
| 134 | 32,266 | 21,099 | cloudflare-dns-update | A dyndns client for Cloudflare. |
| 135 | 32,831 | 6,078 | sus-fixtures-console | Test fixtures for capturing Console output. |
| 136 | 34,529 | 70,356 | turbo_test | Press the turbo button... for your tests. |
| 137 | 34,634 | 24,575 | bake-bundler | Provides recipes for bundler. |
| 138 | 35,156 | 21,099 | db-postgres | Ruby FFI bindings for libpq C interface. |
| 139 | 35,390 | 6,869 | async-job-processor-redis | A asynchronous job queue for Ruby. |
| 140 | 35,512 | 6,591 | protocol-grpc | Protocol abstractions for gRPC, built on top of protocol-http. |
| 141 | 35,734 | 28,188 | activerecord-migrations | Provides a opinionated migration wrapper for ActiveRecord 5+ |
| 142 | 35,966 | 29,667 | async-grpc | Client and server implementation for gRPC using Async. |
| 143 | 36,388 | 46,492 | geospatial-kml | Read geo data from keyhole markup language files. |
| 144 | 36,831 | 35,780 | build-makefile | Build::Makefile is a simple Makefile parser and can be used to extract dependencies fro... |
| 145 | 36,881 | 38,645 | lsync | LSync is a tool for scripted synchronization and backups. |
| 146 | 42,073 | 42,164 | docs | Documentation generator with support for including code examples and compiling them at ... |
| 147 | 42,200 | 35,780 | build-dependency | A set of data structures and algorithms for dependency resolution. |
| 148 | 42,289 | 12,226 | async-limiter | Execution rate limiting for Async |
| 149 | 44,085 | 11,825 | vips-thumbnail | Convenient thumbnail resizing using libvips. |
| 150 | 46,823 | 84,476 | activerecord-rack | Provides connection management for Rack applications using ActiveRecord. |
| 151 | 48,808 | 12,367 | utopia-gallery | A gallery tag for use with the Utopia web framework. |
| 152 | 49,070 | 35,780 | toolbox | Ruby debugging toolbox for GDB and LLDB |
| 153 | 49,252 | 21,860 | xapian-core | Provides Xapian libraries and Ruby bindings. |
| 154 | 49,516 | 31,379 | trenni-sanitize | Sanitize markdown according to a set of rules. |
| 155 | 49,683 | 42,164 | xapian-indexer | Xapian::Indexer provides a flexible spider for indexing resources. |
| 156 | 50,947 | 7,811 | async-safe | Runtime thread safety monitoring for concurrent Ruby code. |
| 157 | 52,374 | 42,164 | utopia-tags-gallery | Utopia is a website generation framework which provides a robust set of tools
to buil... |
| 158 | 53,018 | 33,451 | utopia-tags-google-analytics | Utopia is a website generation framework which provides a robust set of tools
to buil... |
| 159 | 53,410 | 3,288 | ruby-coverage | A native reimplementation of Ruby's Coverage module with accumulating line counts. |
| 160 | 53,983 | 19,283 | types | A simple human-readable and Ruby-parsable type library. |
| 161 | 54,819 | 6,078 | sus-fixtures-benchmark | Test fixtures for benchmarking. |
| 162 | 54,835 | 46,492 | scheduler | Timeouts and scheduled events for Ruby |
| 163 | 55,376 | 46,492 | relaxo-query-server | Relaxo Query Server is a query server for CouchDB which provides full
support for map/... |
| 164 | 57,203 | 42,164 | periodical | Periodical is a simple framework for working with durations and periods. |
| 165 | 57,444 | 42,164 | ffi-module | Write a short summary, because RubyGems requires one. |
| 166 | 58,586 | 52,183 | activerecord-configurations | Simplified multi-DSN configuration for ActiveRecord 5+ |
| 167 | 62,226 | 35,780 | trace | Application instrumentation and tracing. |
| 168 | 62,782 | 59,868 | async-mysql | Access mysql without blocking. |
| 169 | 64,316 | 42,164 | qrcode | A library to encode QR Codes |
| 170 | 64,901 | 13,373 | async-ollama | A asynchronous interface to the ollama chat service |
| 171 | 64,948 | 59,868 | collada | This library provides support for loading and processing data from Collada
Digital As... |
| 172 | 65,692 | 2,992 | xrb-sanitize | Sanitize markup according to a set of rules. |
| 173 | 66,121 | 52,183 | async-slack | Build Slack bots and use real time messaging. |
| 174 | 66,164 | 22,659 | async-webdriver | A native library implementing the W3C WebDriver client specification. |
| 175 | 68,833 | 52,183 | db-model | A object-relational mapper. |
| 176 | 70,990 | 52,183 | xapian-rack | Xapian::Rack provides indexing and searching integration with Rack. |
| 177 | 73,293 | 33,451 | io-metrics | Extract I/O metrics from the host system. |
| 178 | 74,239 | 84,476 | sus-fixtures-time | Test fixtures for manipulating time. |
| 179 | 74,318 | 38,645 | build-files-monitor | Efficiently monitor changes to the file system. |
| 180 | 76,135 | 38,645 | time-zone | Computes timezones using the system TZ environment variable. |
| 181 | 79,648 | 42,164 | synco | Synco is a tool for scripted synchronization and backups. |
| 182 | 80,442 | 70,356 | async-postgres | Access postgres without blocking. |
| 183 | 86,126 | 84,476 | bonfire | All the scripts you need to write books in Markdown then publish them via Amazon's Kind... |
| 184 | 89,546 | 70,356 | build-text | Text substitutions and merging. |
| 185 | 89,656 | 52,183 | git-heatmap | Generate heatmap style visualisations based on git history. |
| 186 | 93,190 | 26,848 | async-htty | An Async server runtime for HTTY sessions that carry HTTP/2 over terminal side channels. |
| 187 | 93,726 | 70,356 | bake-github-pages | Publish to GitHub pages. |
| 188 | 94,482 | 84,476 | celluloid-dns | Celluloid::DNS provides a high-performance DNS client resolver and server
which can b... |
| 189 | 94,700 | 70,356 | post_remote_log | A simple messaging system built on top of Ruby, designed for system administration. |
| 190 | 94,771 | 31,379 | protocol-htty | A terminal-safe transport for carrying opaque HTTP/2 bytes over TTY side channels. |
| 191 | 95,432 | 70,356 | data | Access to the rawdata API |
| 192 | 96,835 | 70,356 | sus-fixtures-agent-context | Test fixtures for running in Async. |
| 193 | 97,055 | 52,183 | rbc | A ruby client for managing interactions with the IMS BioSpecimen Inventory system |
| 194 | 98,052 | 52,183 | betatest | A fork of minitest with less bugs. |
| 195 | 99,890 | 52,183 | plotty | Draw graphs from data gathered by executing commands |
| 196 | 102,449 | 84,476 | utopia-extras | Utopia is a website generation framework which provides a robust set of tools
to build... |
| 197 | 102,738 | 46,492 | raindrops-maintained | raindrops is a real-time stats toolkit to show statistics for Rack HTTP
servers. It is... |
| 198 | 103,221 | 52,183 | trenni-markdown | A markdown parser and literate programming code generator. |
| 199 | 104,880 | 46,492 | unicorn-maintained | unicorn is an HTTP server for Rack applications that has done
decades of damage to the ... |
| 200 | 105,480 | 70,356 | migrate | Generic library to support migrations. |
| 201 | 106,845 | 84,476 | activerecord-blanks | Convert blank values to nil. |
| 202 | 107,126 | 70,356 | segfault | Helper to abort your ruby script execution |
| 203 | 108,052 | 70,356 | network-monitor | A tool for monitoring network ports for both throughput and errors. |
| 204 | 114,982 | 84,476 | wtf | WTF is your program doing? |
| 205 | 124,408 | 52,183 | mime-types-mini | A native implementation of mime-types which improves both memory usage and performance. |
| 206 | 125,947 | 84,476 | gpstool | A framework for processing GPS data. |
| 207 | 128,570 | 29,667 | covered-git | Provides coverage computation for git pull requests. |
| 208 | 131,916 | 70,356 | async-actor | A multi-threaded actor implementation where each actor has it's own event loop. |
| 209 | 135,577 | 84,476 | this-gem-does-not-exist | There is nothing to see here. |
| 210 | 136,533 | 70,356 | roda-websockets | The roda-websockets gem integrates async-websockets into the roda web toolkit. |
| 211 | 136,605 | 38,645 | utopia-wiki | A simple wiki for Utopia. |
| 212 | 139,760 | 15,729 | utopia-analytics | Utopia is a website generation framework which provides a robust set of tools
to buil... |
| 213 | 140,180 | 52,183 | sus-fixtures-async-webdriver | A set of sus fixtures for writing integration tests. |
| 214 | 142,317 | 22,659 | bake-releases | Releases document management. |
| 215 | 142,849 | 84,476 | rb | irb, shorthand |
| 216 | 147,580 | 84,476 | utopia-websocket | A basic rack.hijack websocket implementation with synchronous execution within rack. |
| 217 | 148,570 | 29,667 | presently | A web-based presentation tool built with Lively. |
| 218 | 154,346 | 31,379 | falcon-limiter | Advanced concurrency control and resource limiting for Falcon web server. |
| 219 | 155,395 | 84,476 | async-sequel | Asynchronous adaptors for Sequel. |
| 220 | 157,180 | 84,476 | console-adapter-sidekiq | Adapt Sidekiq logs and events to the console gem. |
| 221 | 157,896 | 70,356 | git-timesheet | Computes a timesheet for a given set of git repositories. |
| 222 | 158,085 | 84,476 | async-worker | Non-blocking thread-pool based workers for blocking operations. |
| 223 | 158,648 | 106,124 | rack-test-json | Add Rack::MockResponse#as_json to facilite testing. |
| 224 | 161,158 | 23,574 | protocol-quic | QUIC protocol implementation using ngtcp2. |
| 225 | 164,145 | 84,476 | trenni-words | Provides a basic profanity/obscenity filter. |
| 226 | 165,465 | 52,183 | xrb-rails | Add support XRB templates in Rails. |
| 227 | 169,055 | 59,868 | compliance | A framework for tracking compliance requirements and attestations. |
| 228 | 170,393 | 59,868 | ffi-native | Write a short summary, because RubyGems requires one. |
| 229 | 171,855 | 84,476 | vulkan | A wrapper for Vulkan, the graphics API. |
| 230 | 172,677 | 106,124 | db-mysql | Ruby FFI bindings for libpq C interface. |
| 231 | 176,681 | 25,673 | async-signals | Composable process signal handling for Ruby. |
| 232 | 181,113 | 12,073 | async-grpc-xds | xDS support for Async::GRPC clients. |
| 233 | 181,707 | 70,356 | protocol-multipart | Provides abstractions to handle the multipart format. |
| 234 | 182,380 | 70,356 | ruby-gdb | Ruby debugging extensions for GDB |
| 235 | 183,088 | 70,356 | compliance-owasp | Compliance requirements for OWASP Application Security Verification Standard. |
| 236 | 183,232 | 70,356 | ruby-profiler | A profiler state manager for Ruby fibers. |
| 237 | 183,747 | 84,476 | xrb-formatters | Formatters for XRB, to assist with typical views and form based interfaces. |
| 238 | 184,218 | 70,356 | rack-conform | An implementation of the Rack protocol/specification. |
| 239 | 184,280 | 106,124 | async-discord | Build Discord bots and use real time messaging. |
| 240 | 184,505 | 46,492 | lively-electron | Electron wrapper for Lively Ruby applications |
| 241 | 185,287 | 70,356 | covered-gihub | Provides coverage computation for git pull requests. |
| 242 | 185,413 | 59,868 | fiber-annotate | A mechanism for annotating fibers. |
| 243 | 185,479 | 70,356 | bake-changes | Changes document management. |
| 244 | 185,502 | 59,868 | async-rails-x | Configuration for Async Rails. |
| 245 | 185,885 | 70,356 | db-migrate-x | Database migrations. |
| 246 | 187,578 | 84,476 | async-http-capture | A HTTP request and response capture. |
| 247 | 187,620 | 84,476 | async-cron | A scheduling service using cron-style syntax. |
| 248 | 188,549 | 106,124 | metrics-backend-statsd | Application metrics and instrumentation. |
| 249 | 188,656 | 84,476 | db-active_record | Asynchronous database adapters for ActiveRecord. |
| 250 | 189,347 | 106,124 | io-memory | Memory-mapped IO objects for zero-copy data sharing. |
| 251 | 189,853 | 106,124 | memory-tracker-x | Efficient memory allocation tracking with call path analysis. |
| 252 | 190,291 | 59,868 | protocol-http3 | HTTP/3 protocol implementation using ngtcp2 and nghttp3. |
| 253 | 191,012 | 70,356 | completion | Command-line completion adapter installation. |
| 254 | 191,319 | 84,476 | bake-test-types | Type checking tasks for Bake. |
| 255 | 193,456 | 70,356 | async-service-chaos_kitty | A chaos monkey system for testing service resilience with cat-themed chaos operations. |
| 256 | 193,519 | 84,476 | minitest-sus | Use sus fixtures within Minitest tests. |
| 257 | 194,054 | 106,124 | io-buffer-atomic | Atomic operations for IO::Buffer instances. |