| 1 | 12 | 15 | rack | Rack provides a minimal, modular and adaptable interface for developing
web application... |
| 2 | 33 | 93 | multipart-post | A multipart form post accessory for Net::HTTP. |
| 3 | 41 | 86 | rack-test | Rack::Test is a small, simple testing API for Rack apps. It can be used on its
own or a... |
| 4 | 64 | 46 | nio4r | New IO for Ruby |
| 5 | 101 | 154 | rb-inotify | A Ruby wrapper for Linux inotify, using FFI |
| 6 | 127 | 163 | listen | The Listen gem listens to file modifications and notifies you about the changes. Works ... |
| 7 | 196 | 262 | http-accept | Parse Accept and Accept-Language HTTP headers. |
| 8 | 258 | 763 | thin | A thin and fast web server |
| 9 | 270 | 649 | timers | Pure Ruby one-shot and periodic timers. |
| 10 | 280 | 105 | rack-session | A session implementation for Rack. |
| 11 | 313 | 111 | rackup | A general server command for Rack applications. |
| 12 | 347 | 323 | rack-attack | A rack middleware for throttling and blocking abusive requests |
| 13 | 868 | 1,579 | rack-cache | Rack::Cache is suitable as a quick drop-in component to enable HTTP caching for Rack-ba... |
| 14 | 983 | 533 | async | A concurrency framework for Ruby. |
| 15 | 997 | 534 | console | Beautiful logging for Ruby. |
| 16 | 1,046 | 536 | fiber-local | Provides a class-level mixin to make fiber local state easy. |
| 17 | 1,069 | 389 | fiber-storage | Provides a compatibility shim for fiber storage. |
| 18 | 1,156 | 1,082 | rack-contrib | Contributed Rack Middleware and Utilities |
| 19 | 1,238 | 584 | io-event | An event loop. |
| 20 | 1,350 | 573 | fiber-annotation | A mechanism for annotating fibers. |
| 21 | 1,604 | 744 | traces | Application instrumentation and tracing. |
| 22 | 1,826 | 2,214 | async-io | Provides support for asynchonous TCP, UDP, UNIX and SSL sockets. |
| 23 | 1,838 | 766 | protocol-http | Provides abstractions to handle HTTP protocols. |
| 24 | 1,856 | 805 | metrics | Application metrics and instrumentation. |
| 25 | 1,861 | 764 | async-http | A HTTP client and server library. |
| 26 | 1,955 | 776 | protocol-http1 | A low level implementation of the HTTP/1 protocol. |
| 27 | 1,958 | 783 | protocol-http2 | A low level implementation of the HTTP/2 protocol. |
| 28 | 1,993 | 774 | async-pool | A singleplex and multiplex resource pool for implementing robust clients. |
| 29 | 2,067 | 1,877 | cool.io | Cool.io provides a high performance event framework for Ruby which uses the libev C lib... |
| 30 | 2,072 | 797 | protocol-hpack | A compresssor and decompressor for HTTP/2's HPACK format. |
| 31 | 2,580 | 2,983 | async-websocket | An async websocket library on top of protocol-websocket. |
| 32 | 2,656 | 851 | io-endpoint | Provides a separation of concerns interface for IO endpoints. |
| 33 | 2,711 | 861 | io-stream | Provides a generic stream wrapper for IO instances. |
| 34 | 2,933 | 2,989 | facets | Facets is the premier collection of extension methods for the Ruby programming language... |
| 35 | 3,382 | 1,727 | async-http-faraday | Provides an adaptor between async-http and faraday. |
| 36 | 3,789 | 977 | protocol-url | Provides abstractions for working with URLs. |
| 37 | 3,797 | 4,057 | async-dns | An easy to use DNS client resolver and server for Ruby. |
| 38 | 3,929 | 1,910 | localhost | Manage a local certificate authority for self-signed localhost development servers. |
| 39 | 4,105 | 7,559 | rubydns | An easy to use DNS server and resolver for Ruby. |
| 40 | 4,119 | 2,041 | samovar | Samovar is a flexible option parser excellent support for sub-commands and help documen... |
| 41 | 4,242 | 3,094 | mapping | Map an input model to an output model using a mapping model. |
| 42 | 4,281 | 4,101 | thread-local | Provides a class-level mixin to make thread local state easy. |
| 43 | 4,332 | 2,608 | async-rest | A library for RESTful clients (and hopefully servers). |
| 44 | 4,402 | 2,157 | falcon | A fast, asynchronous, rack-compatible web server. |
| 45 | 4,449 | 2,137 | async-container | Abstract container-based parallelism using threads and processes where appropriate. |
| 46 | 4,459 | 1,998 | protocol-rack | An implementation of the Rack protocol/specification. |
| 47 | 4,669 | 5,240 | process-group | Run and manage multiple processes in separate fibers with predictable behaviour. |
| 48 | 4,679 | 2,216 | async-http-cache | Standard-compliant cache for async-http. |
| 49 | 4,700 | 5,365 | graphviz | A lightweight interface for generating graphs with Graphviz. |
| 50 | 4,779 | 5,360 | process-terminal | Provide access to libc terminal funtions. |
| 51 | 4,790 | 5,389 | process-pipeline | Execute composable shell-like pipelines. |
| 52 | 4,927 | 3,089 | cloudflare | A Ruby wrapper for the Cloudflare API. |
| 53 | 5,099 | 2,185 | async-service | A service layer for Async. |
| 54 | 5,362 | 2,262 | bake | A replacement for rake with a simpler syntax. |
| 55 | 5,531 | 3,516 | process-metrics | Provide detailed OS-specific process metrics. |
| 56 | 6,170 | 3,151 | protocol-websocket | A low level implementation of the WebSocket protocol. |
| 57 | 6,810 | 4,925 | async-redis | A Redis client library. |
| 58 | 6,855 | 4,917 | protocol-redis | A transport agnostic RESP protocol client/server. |
| 59 | 6,863 | 2,297 | string-format | Formatting utilities for strings. |
| 60 | 7,217 | 4,088 | memory-leak | A memory leak monitor. |
| 61 | 7,389 | 4,848 | async-container-supervisor | A supervisor for managing multiple container processes. |
| 62 | 8,210 | 9,806 | async-rspec | Helpers for writing specs against the async gem. |
| 63 | 8,289 | 5,587 | utopia | Utopia is a framework for building dynamic content-driven websites. |
| 64 | 8,508 | 4,782 | sus | A fast and scalable test runner. |
| 65 | 8,574 | 5,557 | covered | A modern approach to code coverage. |
| 66 | 8,621 | 11,012 | build-environment | A nested hash data structure for controlling build environments. |
| 67 | 8,625 | 8,954 | boolean | This gem extends core classes, adding helpful methods for working with Booleans (such a... |
| 68 | 8,635 | 10,825 | rspec-files | RSpec helpers for buffering and detecting file descriptor leaks. |
| 69 | 8,660 | 11,084 | rspec-memory | RSpec helpers for checking memory allocations. |
| 70 | 8,809 | 5,494 | bake-test-external | Run external test suites to check for breakage. |
| 71 | 8,892 | 4,520 | memory | Memory profiling routines for Ruby 2.3+ |
| 72 | 9,959 | 60,696 | async-await | Implements the async/await pattern on top of async :) |
| 73 | 10,252 | 8,090 | decode | Code analysis for documentation generation. |
| 74 | 10,379 | 3,649 | markly | CommonMark parser and renderer. Written in C, wrapped in Ruby. |
| 75 | 10,627 | 6,591 | bake-test | Run local test suites without knowing exactly how to run them. |
| 76 | 11,024 | 14,133 | rexec | RExec stands for Remote Execute and provides support for executing processes
both loc... |
| 77 | 11,178 | 2,518 | async-utilization | High-performance utilization metrics for Async services using shared memory. |
| 78 | 11,190 | 10,185 | build-files | Abstractions for handling and mapping paths. |
| 79 | 11,234 | 5,363 | xrb | A fast native templating system that compiles directly to Ruby code. |
| 80 | 11,471 | 5,419 | live | Live HTML tags updated via a WebSocket. |
| 81 | 12,547 | 14,635 | async-rails | Rails asset pipeline wrapper for async.js |
| 82 | 12,678 | 9,203 | async-process | Asynchronous process spawning. |
| 83 | 12,722 | 7,106 | falcon-capybara | Use the falcon web server to run capybara/selenium tests. |
| 84 | 12,898 | 9,520 | vips | Provides pre-compiled binaries for libvips. |
| 85 | 13,004 | 8,341 | traces-backend-datadog | A traces backend for Datadog. |
| 86 | 13,132 | 4,979 | console-adapter-rails | Adapt Rails logs and events to the console gem. |
| 87 | 13,317 | 12,347 | http-protocol | Provides abstractions to handle HTTP1 and HTTP2 protocols. |
| 88 | 13,324 | 20,888 | teapot | Teapot is a tool for managing cross-platform builds. |
| 89 | 14,189 | 37,086 | rack-freeze | Provides a policy for frozen rack middleware. |
| 90 | 14,260 | 11,012 | trenni | A fast native templating system that compiles directly to Ruby code. |
| 91 | 14,298 | 11,012 | io-watch | A tool for watching changes to the filesystem. |
| 92 | 14,449 | 4,974 | async-job | An asynchronous job queue for Ruby. |
| 93 | 14,544 | 5,016 | async-job-adapter-active_job | A asynchronous job queue for Ruby on Rails. |
| 94 | 14,677 | 6,994 | sus-fixtures-async | Test fixtures for running in Async. |
| 95 | 15,568 | 7,919 | bake-modernize | Automatically modernize parts of your project/gem. |
| 96 | 15,667 | 7,827 | utopia-project | A project documentation tool based on Utopia. |
| 97 | 16,146 | 12,965 | lively | A simple client-server SPA framework. |
| 98 | 16,173 | 11,910 | agent-context | Install and manage context files from Ruby gems. |
| 99 | 16,368 | 21,843 | http-hpack | A compresssor and decompressor for HTTP 2.0 HPACK. |
| 100 | 16,633 | 5,518 | async-cable | An asynchronous adapter for ActionCable. |
| 101 | 16,800 | 8,051 | sus-fixtures-async-http | Test fixtures for running in Async::HTTP. |
| 102 | 17,015 | 14,133 | async-debug | Live debugging for Async. |
| 103 | 17,417 | 5,659 | falcon-rails | Easy Falcon and Rails integration. |
| 104 | 17,455 | 12,965 | build-uri | Handle absolute URIs, triples and file paths uniformly. |
| 105 | 17,586 | 60,696 | console-output-datadog | Attach Datadog trace and span details to logs. |
| 106 | 18,172 | 29,654 | build-graph | Build::Graph is a framework for build systems, with specific functionality for dealing ... |
| 107 | 18,476 | 15,010 | ffi-clang | Ruby FFI bindings for libclang C interface. |
| 108 | 18,944 | 60,696 | build | Build is a framework for creating task based build systems. |
| 109 | 19,700 | 37,086 | trenni-formatters | Formatters for Trenni, to assist with typical views and form based interfaces. |
| 110 | 19,799 | 29,654 | metrics-backend-datadog | Application metrics and instrumentation. |
| 111 | 20,679 | 13,084 | event | An event loop. |
| 112 | 21,030 | 29,654 | relaxo-model | A model layer for the relaxo document database. |
| 113 | 21,293 | 13,333 | fiber-profiler | A fiber stall profiler. |
| 114 | 21,327 | 24,406 | latinum | Provides immutable resource and money computations. |
| 115 | 21,539 | 20,888 | geospatial | Provides abstractions for dealing with geographical locations efficiently |
| 116 | 21,988 | 19,996 | memory-profiler | Efficient memory allocation tracking with call path analysis. |
| 117 | 22,311 | 37,086 | benchmark-http | An asynchronous benchmark toolbox for modern HTTP servers. |
| 118 | 22,651 | 17,296 | bake-gem | Release management for Ruby gems. |
| 119 | 24,219 | 16,266 | process-daemon | `Process::Daemon` is a stable and helpful base class for long running tasks and daemons... |
| 120 | 24,491 | 6,928 | rubocop-socketry | RuboCop rules for Socketry projects |
| 121 | 24,790 | 17,667 | guard-falcon | A guard plugin to run an instance of the falcon web server. |
| 122 | 25,029 | 24,406 | db | A low level database access gem. |
| 123 | 26,000 | 6,009 | async-bus | Transparent Ruby IPC over an asynchronous message bus. |
| 124 | 26,278 | 60,696 | fingerprint | Fingerprint is a tool for creating checksums of entire directory structures, and compar... |
| 125 | 26,383 | 5,756 | async-service-supervisor | A supervisor for managing multiple container processes. |
| 126 | 26,694 | 16,924 | rack-test-body | Add Rack::MockResponse#parsed_body and helpers to facilite testing. |
| 127 | 27,241 | 14,299 | rackula | Generate a static site from any rackup compatible application. |
| 128 | 28,261 | 37,086 | relaxo | Relaxo is versioned document database built on top of git. |
| 129 | 28,314 | 37,086 | ffi-mysql | A pure ffi binding for mysql. This gem should be compatible
with the MySQL/Ruby gem. |
| 130 | 28,441 | 20,888 | variant | A policy gem for selecting different environments. |
| 131 | 28,729 | 13,084 | sus-fixtures-openssl | Test fixtures for running with OpenSSL. |
| 132 | 29,101 | 60,696 | traces-backend-open_telemetry | A traces backend for Open Telemetry. |
| 133 | 30,596 | 5,912 | async-job-processor-redis | A asynchronous job queue for Ruby. |
| 134 | 30,687 | 29,654 | db-mariadb | An event-driven interface for MariaDB and MySQL servers. |
| 135 | 31,528 | 8,954 | sus-fixtures-console | Test fixtures for capturing Console output. |
| 136 | 32,304 | 24,406 | cloudflare-dns-update | A dyndns client for Cloudflare. |
| 137 | 32,961 | 4,020 | async-limiter | Execution rate limiting for Async |
| 138 | 33,121 | 3,969 | protocol-grpc | Protocol abstractions for gRPC, built on top of protocol-http. |
| 139 | 34,347 | 4,286 | async-grpc | Client and server implementation for gRPC using Async. |
| 140 | 34,616 | 19,175 | bake-bundler | Provides recipes for bundler. |
| 141 | 34,655 | 29,654 | turbo_test | Press the turbo button... for your tests. |
| 142 | 35,152 | 29,654 | db-postgres | Ruby FFI bindings for libpq C interface. |
| 143 | 35,826 | 37,086 | activerecord-migrations | Provides a opinionated migration wrapper for ActiveRecord 5+ |
| 144 | 36,471 | 24,406 | geospatial-kml | Read geo data from keyhole markup language files. |
| 145 | 36,887 | 60,696 | build-makefile | Build::Makefile is a simple Makefile parser and can be used to extract dependencies fro... |
| 146 | 36,968 | 29,654 | lsync | LSync is a tool for scripted synchronization and backups. |
| 147 | 42,144 | 29,654 | docs | Documentation generator with support for including code examples and compiling them at ... |
| 148 | 42,200 | 37,086 | build-dependency | A set of data structures and algorithms for dependency resolution. |
| 149 | 42,713 | 6,790 | ruby-coverage | A native reimplementation of Ruby's Coverage module with accumulating line counts. |
| 150 | 43,244 | 6,677 | async-safe | Runtime thread safety monitoring for concurrent Ruby code. |
| 151 | 43,905 | 17,667 | vips-thumbnail | Convenient thumbnail resizing using libvips. |
| 152 | 46,997 | 60,696 | activerecord-rack | Provides connection management for Rack applications using ActiveRecord. |
| 153 | 48,561 | 17,667 | utopia-gallery | A gallery tag for use with the Utopia web framework. |
| 154 | 49,104 | 29,654 | toolbox | Ruby debugging toolbox for GDB and LLDB |
| 155 | 49,114 | 19,996 | xapian-core | Provides Xapian libraries and Ruby bindings. |
| 156 | 49,518 | 20,888 | trenni-sanitize | Sanitize markdown according to a set of rules. |
| 157 | 49,769 | 60,696 | xapian-indexer | Xapian::Indexer provides a flexible spider for indexing resources. |
| 158 | 51,076 | 8,070 | sus-fixtures-benchmark | Test fixtures for benchmarking. |
| 159 | 52,465 | 60,696 | utopia-tags-gallery | Utopia is a website generation framework which provides a robust set of tools
to buil... |
| 160 | 53,071 | 60,696 | utopia-tags-google-analytics | Utopia is a website generation framework which provides a robust set of tools
to buil... |
| 161 | 53,438 | 16,924 | types | A simple human-readable and Ruby-parsable type library. |
| 162 | 54,766 | 16,590 | scheduler | Timeouts and scheduled events for Ruby |
| 163 | 55,435 | 29,654 | relaxo-query-server | Relaxo Query Server is a query server for CouchDB which provides full
support for map/... |
| 164 | 57,265 | 37,086 | periodical | Periodical is a simple framework for working with durations and periods. |
| 165 | 57,478 | 60,696 | ffi-module | Write a short summary, because RubyGems requires one. |
| 166 | 58,589 | 60,696 | activerecord-configurations | Simplified multi-DSN configuration for ActiveRecord 5+ |
| 167 | 58,951 | 60,696 | xrb-sanitize | Sanitize markup according to a set of rules. |
| 168 | 61,992 | 8,922 | async-ollama | A asynchronous interface to the ollama chat service |
| 169 | 62,278 | 60,696 | trace | Application instrumentation and tracing. |
| 170 | 62,947 | 37,086 | async-mysql | Access mysql without blocking. |
| 171 | 63,417 | 60,696 | qrcode | A library to encode QR Codes |
| 172 | 64,984 | 37,086 | collada | This library provides support for loading and processing data from Collada
Digital As... |
| 173 | 65,374 | 29,654 | async-webdriver | A native library implementing the W3C WebDriver client specification. |
| 174 | 66,166 | 60,696 | async-slack | Build Slack bots and use real time messaging. |
| 175 | 68,871 | 29,654 | db-model | A object-relational mapper. |
| 176 | 70,819 | 12,167 | io-metrics | Extract I/O metrics from the host system. |
| 177 | 71,078 | 37,086 | xapian-rack | Xapian::Rack provides indexing and searching integration with Rack. |
| 178 | 72,107 | 4,130 | falcon-limiter | Advanced concurrency control and resource limiting for Falcon web server. |
| 179 | 73,118 | 9,555 | sus-fixtures-time | Test fixtures for manipulating time. |
| 180 | 74,075 | 37,086 | build-files-monitor | Efficiently monitor changes to the file system. |
| 181 | 76,089 | 29,654 | time-zone | Computes timezones using the system TZ environment variable. |
| 182 | 79,596 | 60,696 | synco | Synco is a tool for scripted synchronization and backups. |
| 183 | 79,781 | 13,612 | async-htty | An Async server runtime for HTTY sessions that carry HTTP/2 over terminal side channels. |
| 184 | 80,476 | 29,654 | async-postgres | Access postgres without blocking. |
| 185 | 80,906 | 13,783 | protocol-htty | A terminal-safe transport for carrying opaque HTTP/2 bytes over TTY side channels. |
| 186 | 86,238 | 60,696 | bonfire | All the scripts you need to write books in Markdown then publish them via Amazon's Kind... |
| 187 | 89,594 | 37,086 | build-text | Text substitutions and merging. |
| 188 | 89,664 | 60,696 | git-heatmap | Generate heatmap style visualisations based on git history. |
| 189 | 91,792 | 13,209 | raindrops-maintained | raindrops is a real-time stats toolkit to show statistics for Rack HTTP
servers. It is... |
| 190 | 93,290 | 60,696 | bake-github-pages | Publish to GitHub pages. |
| 191 | 93,540 | 13,333 | unicorn-maintained | unicorn is an HTTP server for Rack applications that has done
decades of damage to the ... |
| 192 | 94,406 | 37,086 | celluloid-dns | Celluloid::DNS provides a high-performance DNS client resolver and server
which can b... |
| 193 | 94,517 | 9,468 | sus-fixtures-agent-context | Test fixtures for running in Async. |
| 194 | 94,801 | 37,086 | post_remote_log | A simple messaging system built on top of Ruby, designed for system administration. |
| 195 | 95,450 | 29,654 | data | Access to the rawdata API |
| 196 | 97,052 | 60,696 | rbc | A ruby client for managing interactions with the IMS BioSpecimen Inventory system |
| 197 | 97,698 | 23,017 | betatest | A fork of minitest with less bugs. |
| 198 | 99,792 | 60,696 | plotty | Draw graphs from data gathered by executing commands |
| 199 | 102,522 | 60,696 | utopia-extras | Utopia is a website generation framework which provides a robust set of tools
to build... |
| 200 | 103,190 | 37,086 | trenni-markdown | A markdown parser and literate programming code generator. |
| 201 | 105,541 | 60,696 | migrate | Generic library to support migrations. |
| 202 | 106,909 | 60,696 | activerecord-blanks | Convert blank values to nil. |
| 203 | 107,117 | 26,333 | segfault | Helper to abort your ruby script execution |
| 204 | 108,106 | 60,696 | network-monitor | A tool for monitoring network ports for both throughput and errors. |
| 205 | 110,836 | 23,017 | protocol-media | Provides abstractions for working with media types. |
| 206 | 114,860 | 37,086 | wtf | WTF is your program doing? |
| 207 | 115,259 | 18,545 | protocol-multipart | Provides abstractions to handle the multipart format. |
| 208 | 124,348 | 29,654 | mime-types-mini | A native implementation of mime-types which improves both memory usage and performance. |
| 209 | 126,038 | 60,696 | gpstool | A framework for processing GPS data. |
| 210 | 126,331 | 29,654 | presently | A web-based presentation tool built with Lively. |
| 211 | 127,883 | 60,696 | covered-git | Provides coverage computation for git pull requests. |
| 212 | 129,350 | 29,654 | async-actor | A multi-threaded actor implementation where each actor has it's own event loop. |
| 213 | 129,551 | 29,654 | protocol-content | Provides parsing for media-typed content. |
| 214 | 134,457 | 24,406 | protocol-media-registry | Provides indexed media type registry data. |
| 215 | 135,249 | 24,406 | utopia-wiki | A simple wiki for Utopia. |
| 216 | 135,458 | 37,086 | this-gem-does-not-exist | There is nothing to see here. |
| 217 | 136,174 | 24,406 | roda-websockets | The roda-websockets gem integrates async-websockets into the roda web toolkit. |
| 218 | 136,270 | 21,843 | bake-releases | Releases document management. |
| 219 | 138,409 | 60,696 | async-service-supervisor-envoy | Envoy xDS monitor for async-service-supervisor. |
| 220 | 139,290 | 37,086 | sus-fixtures-async-webdriver | A set of sus fixtures for writing integration tests. |
| 221 | 139,881 | 37,086 | utopia-analytics | Utopia is a website generation framework which provides a robust set of tools
to buil... |
| 222 | 142,800 | 60,696 | rb | irb, shorthand |
| 223 | 147,692 | 60,696 | utopia-websocket | A basic rack.hijack websocket implementation with synchronous execution within rack. |
| 224 | 153,996 | 37,086 | sus-fixtures-protocol-http | Test fixtures for Protocol::HTTP middleware. |
| 225 | 155,387 | 60,696 | async-sequel | Asynchronous adaptors for Sequel. |
| 226 | 156,685 | 23,017 | protocol-quic | QUIC protocol implementation using ngtcp2. |
| 227 | 156,708 | 60,696 | console-adapter-sidekiq | Adapt Sidekiq logs and events to the console gem. |
| 228 | 157,631 | 60,696 | async-worker | Non-blocking thread-pool based workers for blocking operations. |
| 229 | 157,782 | 37,086 | git-timesheet | Computes a timesheet for a given set of git repositories. |
| 230 | 158,537 | 29,654 | rack-test-json | Add Rack::MockResponse#as_json to facilite testing. |
| 231 | 164,462 | 60,696 | trenni-words | Provides a basic profanity/obscenity filter. |
| 232 | 164,934 | 29,654 | xrb-rails | Add support XRB templates in Rails. |
| 233 | 168,529 | 60,696 | compliance | A framework for tracking compliance requirements and attestations. |
| 234 | 170,218 | 37,086 | ffi-native | Write a short summary, because RubyGems requires one. |
| 235 | 171,366 | 29,654 | async-grpc-xds | xDS support for Async::GRPC clients. |
| 236 | 171,400 | 60,696 | bake-test-integration | Run integration test suites consistently. |
| 237 | 171,971 | 60,696 | vulkan | A wrapper for Vulkan, the graphics API. |
| 238 | 172,720 | 60,696 | db-mysql | Ruby FFI bindings for libpq C interface. |
| 239 | 173,520 | 29,654 | luna | A tiny, asynchronous static file server with optional Markdown rendering. |
| 240 | 174,799 | 37,086 | async-signals | Composable process signal handling for Ruby. |
| 241 | 182,928 | 29,654 | ruby-gdb | Ruby debugging extensions for GDB |
| 242 | 183,493 | 60,696 | compliance-owasp | Compliance requirements for OWASP Application Security Verification Standard. |
| 243 | 183,760 | 60,696 | ruby-profiler | A profiler state manager for Ruby fibers. |
| 244 | 184,196 | 37,086 | xrb-formatters | Formatters for XRB, to assist with typical views and form based interfaces. |
| 245 | 184,704 | 29,654 | async-discord | Build Discord bots and use real time messaging. |
| 246 | 184,713 | 37,086 | lively-electron | Electron wrapper for Lively Ruby applications |
| 247 | 184,751 | 37,086 | rack-conform | An implementation of the Rack protocol/specification. |
| 248 | 185,764 | 60,696 | covered-gihub | Provides coverage computation for git pull requests. |
| 249 | 185,868 | 29,654 | bake-changes | Changes document management. |
| 250 | 185,888 | 26,333 | async-rails-x | Configuration for Async Rails. |
| 251 | 185,945 | 60,696 | fiber-annotate | A mechanism for annotating fibers. |
| 252 | 186,204 | 60,696 | db-migrate-x | Database migrations. |
| 253 | 187,944 | 29,654 | async-http-capture | A HTTP request and response capture. |
| 254 | 188,125 | 60,696 | async-cron | A scheduling service using cron-style syntax. |
| 255 | 189,033 | 60,696 | metrics-backend-statsd | Application metrics and instrumentation. |
| 256 | 189,082 | 37,086 | db-active_record | Asynchronous database adapters for ActiveRecord. |
| 257 | 189,818 | 60,696 | io-memory | Memory-mapped IO objects for zero-copy data sharing. |
| 258 | 190,289 | 29,654 | memory-tracker-x | Efficient memory allocation tracking with call path analysis. |
| 259 | 190,421 | 26,333 | protocol-http3 | HTTP/3 protocol implementation using ngtcp2 and nghttp3. |
| 260 | 191,286 | 29,654 | completion | Command-line completion adapter installation. |
| 261 | 191,755 | 60,696 | bake-test-types | Type checking tasks for Bake. |
| 262 | 193,847 | 37,086 | async-service-chaos_kitty | A chaos monkey system for testing service resilience with cat-themed chaos operations. |
| 263 | 193,978 | 37,086 | minitest-sus | Use sus fixtures within Minitest tests. |
| 264 | 194,505 | 37,086 | io-buffer-atomic | Atomic operations for IO::Buffer instances. |
| 265 | 195,565 | 20,888 | fantail | Worker-aware HTTP load balancing with a global admission queue. |