全部/科技/最近更新

RubyGems · 最近更新

HISTORY近 30 天历史柱高表示当天去重热搜数量
08/0309/01 有历史数据
  • 01133
    exwiw 1.0.0
    版本:1.0.0 · 平台:ruby · Export What I Want (Exwiw) is a Ruby gem that allows you to export records from a database to a dump file. · 许可证:MIT · 累计下载:69,032 · 当前版本下载:133Shia
  • 02387
    omnizip 0.3.52
    版本:0.3.52 · 平台:ruby · Omnizip is an extractor/compressor library that implements a comprehensive set of data compression algorithms and archive formats, in pure Ruby. Supports LZMA, ZIP, 7z, RAR, XZ, CPIO, ISO 9660, PAR and more. · 许可证:LGPL-2.1-or-later · 累计下载:48,447 · 当前版本下载:387Ribose Inc.
  • 0388
    logstash-integration-snmp 4.4.1
    版本:4.4.1 · 平台:java · This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program · 许可证:Apache License (2.0) · 累计下载:468,305 · 当前版本下载:88Elastic
  • 04137
    hotcell-server 0.3.0
    版本:0.3.0 · 平台:ruby · Runs a HotCell container. A supervisor listens on two Unix sockets, forks a worker for each request, and enforces a wall clock deadline and resource limits on it. Write the work as a subclass of HotCell::Operation. · 许可证:MIT · 累计下载:3,026 · 当前版本下载:137Mike Dalessio
  • 05162
    hotcell-core 0.3.0
    版本:0.3.0 · 平台:ruby · The wire protocol between an application and a HotCell container: the request and response format, file descriptor passing over SCM_RIGHTS, payload validation, and the error taxonomy. Both hotcell-client and hotcell-server depend on it. Install one of those rather than this. · 许可证:MIT · 累计下载:2,787 · 当前版本下载:162Mike Dalessio
  • 06149
    hotcell-client 0.3.0
    版本:0.3.0 · 平台:ruby · Call operations that run in a HotCell container. Register a cell, subclass HotCell::Client to name an operation, and call it with open file descriptors and a payload. Failures arrive classified as permanent or transient, as exception classes your application supplies. · 许可证:MIT · 累计下载:2,646 · 当前版本下载:149Mike Dalessio
  • 07152
    activestorage-hotcell-server 0.3.0
    版本:0.3.0 · 平台:ruby · The HotCell operations behind activestorage-hotcell-client: image transformation with libvips or ImageMagick, image and media analysis, PDF previews with mutool or poppler, and video previews with ffmpeg. Install it in the cell, with the tools the operations you load require. · 许可证:MIT · 累计下载:2,538 · 当前版本下载:152Mike Dalessio
  • 08146
    activestorage-hotcell-client 0.3.0
    版本:0.3.0 · 平台:ruby · Drop-in replacements for Active Storage's variant processor, analyzers, and previewers. Configure Rails with these classes and variants, image and media analysis, and previews run in a HotCell container instead of in the application process. · 许可证:MIT · 累计下载:2,505 · 当前版本下载:146Mike Dalessio
  • 09170
    aidp 0.49.4
    版本:0.49.4 · 平台:ruby · The AI-Dev-Pipeline (AIDP) CLI provides a powerful, markdown-driven workflow for software development. It supports in-depth project analysis to understand existing codebases and an execution mode to systematically implement new features. · 许可证:MIT · 累计下载:29,454 · 当前版本下载:170Bart Agapinan
  • 10183
    metrixwire 0.3.0
    版本:0.3.0 · 平台:ruby · Zero-config application performance monitoring for Ruby. Add the gem, set METRIXWIRE_KEY, and every request, database query, outbound HTTP call and cache op is instrumented automatically — no manual spans, no middleware to wire up. Detects N+1 queries, slow endpoints, slow queries and more. Non-blocking: traces are batched off the request path. · 许可证:MIT · 累计下载:3,848 · 当前版本下载:183MetrixWire
  • 1171
    microsandbox-rb-binaries 0.16.0
    版本:0.16.0 · 平台:x86_64-linux-gnu · Platform-specific prebuilt binaries — the `msb` microVM runtime and the `libkrunfw` firmware from upstream microsandbox release v0.6.16 — for the microsandbox-rb SDK gem. Install it alongside microsandbox-rb (same version) and the SDK uses these binaries instead of downloading the runtime into ~/.microsandbox on first use. Every file is verified against the upstream release's published checksums.sha256 when the gem is built. · 许可证:Apache-2.0 · 累计下载:936 · 当前版本下载:71ya-luotao
  • 1238
    microsandbox-rb-binaries 0.16.0
    版本:0.16.0 · 平台:arm64-darwin · Platform-specific prebuilt binaries — the `msb` microVM runtime and the `libkrunfw` firmware from upstream microsandbox release v0.6.16 — for the microsandbox-rb SDK gem. Install it alongside microsandbox-rb (same version) and the SDK uses these binaries instead of downloading the runtime into ~/.microsandbox on first use. Every file is verified against the upstream release's published checksums.sha256 when the gem is built. · 许可证:Apache-2.0 · 累计下载:936 · 当前版本下载:38ya-luotao
  • 1342
    microsandbox-rb-binaries 0.16.0
    版本:0.16.0 · 平台:aarch64-linux-gnu · Platform-specific prebuilt binaries — the `msb` microVM runtime and the `libkrunfw` firmware from upstream microsandbox release v0.6.16 — for the microsandbox-rb SDK gem. Install it alongside microsandbox-rb (same version) and the SDK uses these binaries instead of downloading the runtime into ~/.microsandbox on first use. Every file is verified against the upstream release's published checksums.sha256 when the gem is built. · 许可证:Apache-2.0 · 累计下载:936 · 当前版本下载:42ya-luotao
  • 14199
    microsandbox-rb 0.16.0
    版本:0.16.0 · 平台:ruby · The microsandbox-rb gem provides native bindings to the microsandbox runtime via a Rust extension (magnus). It spins up real microVMs (not containers) in under 100ms, runs standard OCI (Docker) images, and gives you full control over command execution, the guest filesystem, networking, volumes, snapshots, SSH, and secrets — all from an idiomatic, synchronous Ruby API. No daemon, no server to connect to: the runtime is embedded directly in your process. · 许可证:Apache-2.0 · 累计下载:7,216 · 当前版本下载:199ya-luotao
  • 15207
    rolldown 0.1.1
    版本:0.1.1 · 平台:ruby · Ruby bindings for Rolldown, the Rust bundler behind Vite. · 许可证:MIT · 累计下载:1,683 · 当前版本下载:207Marco Roth
  • 1636
    rolldown 0.1.1
    版本:0.1.1 · 平台:x86_64-linux-musl · Ruby bindings for Rolldown, the Rust bundler behind Vite. · 许可证:MIT · 累计下载:1,683 · 当前版本下载:36Marco Roth
  • 1740
    rolldown 0.1.1
    版本:0.1.1 · 平台:x86_64-linux-gnu · Ruby bindings for Rolldown, the Rust bundler behind Vite. · 许可证:MIT · 累计下载:1,683 · 当前版本下载:40Marco Roth
  • 1838
    rolldown 0.1.1
    版本:0.1.1 · 平台:x86_64-darwin · Ruby bindings for Rolldown, the Rust bundler behind Vite. · 许可证:MIT · 累计下载:1,683 · 当前版本下载:38Marco Roth
  • 1941
    rolldown 0.1.1
    版本:0.1.1 · 平台:arm64-darwin · Ruby bindings for Rolldown, the Rust bundler behind Vite. · 许可证:MIT · 累计下载:1,683 · 当前版本下载:41Marco Roth
  • 2037
    rolldown 0.1.1
    版本:0.1.1 · 平台:arm-linux-musl · Ruby bindings for Rolldown, the Rust bundler behind Vite. · 许可证:MIT · 累计下载:1,683 · 当前版本下载:37Marco Roth
  • 2140
    rolldown 0.1.1
    版本:0.1.1 · 平台:arm-linux-gnu · Ruby bindings for Rolldown, the Rust bundler behind Vite. · 许可证:MIT · 累计下载:1,683 · 当前版本下载:40Marco Roth
  • 2241
    rolldown 0.1.1
    版本:0.1.1 · 平台:aarch64-linux-musl · Ruby bindings for Rolldown, the Rust bundler behind Vite. · 许可证:MIT · 累计下载:1,683 · 当前版本下载:41Marco Roth
  • 2346
    rolldown 0.1.1
    版本:0.1.1 · 平台:aarch64-linux-gnu · Ruby bindings for Rolldown, the Rust bundler behind Vite. · 许可证:MIT · 累计下载:1,683 · 当前版本下载:46Marco Roth
  • 24198
    seam 2.151.0
    版本:2.151.0 · 平台:ruby · SDK for the Seam API written in Ruby. · 许可证:MIT · 累计下载:172,303 · 当前版本下载:198Seam Labs, Inc.
  • 25214
    activerecord-refined 0.11.0
    版本:0.11.0 · 平台:ruby · Adding clean and powerful query syntax on Active Record using refinements · 许可证:MIT · 累计下载:10,566 · 当前版本下载:214Shugo Maeda
  • 26222
    odba 1.2.3
    版本:1.2.3 · 平台:ruby · Object Database Access · 许可证:GPL-v2 · 累计下载:63,847 · 当前版本下载:222Masaomi Hatakeyama, Zeno R.R. Davatz
  • 27217
    react_on_rails_pro 17.1.0.rc.1
    版本:17.1.0.rc.1 · 平台:ruby · See README.md · 许可证:LicenseRef-LICENSE · 累计下载:72,916 · 当前版本下载:217Justin Gordon
  • 28200
    react_on_rails 17.1.0.rc.1
    版本:17.1.0.rc.1 · 平台:ruby · See README.md · 许可证:MIT · 累计下载:12,708,276 · 当前版本下载:200Justin Gordon
  • 29280
    moxml 0.5.20
    版本:0.5.20 · 平台:ruby · Moxml is a unified XML manipulation library that provides a common API for XML node navigation, manipulation, building and XPath querying interface covering multiple parser implementations including Nokogiri, Oga, REXML, Ox, LibXML. · 许可证:BSD-2-Clause · 累计下载:248,449 · 当前版本下载:280Ribose Inc.
  • 30244
    leptris 1.9.49
    版本:1.9.49 · 平台:ruby · Leptris is a Nokogiri-compatible Ruby binding for libleptris, a pure-C99 XML 1.0 parser with full XPath 1.0 and SAX support. The C DOM is the single source of truth; Ruby objects are thin FFI wrappers (one Ruby method = one FFI call). · 许可证:MIT · 累计下载:90,794 · 当前版本下载:244Ribose Inc.
  • 3179
    leptris 1.9.49
    版本:1.9.49 · 平台:x86_64-linux · Leptris is a Nokogiri-compatible Ruby binding for libleptris, a pure-C99 XML 1.0 parser with full XPath 1.0 and SAX support. The C DOM is the single source of truth; Ruby objects are thin FFI wrappers (one Ruby method = one FFI call). · 许可证:MIT · 累计下载:90,794 · 当前版本下载:79Ribose Inc.
  • 3241
    leptris 1.9.49
    版本:1.9.49 · 平台:x86_64-linux-musl · Leptris is a Nokogiri-compatible Ruby binding for libleptris, a pure-C99 XML 1.0 parser with full XPath 1.0 and SAX support. The C DOM is the single source of truth; Ruby objects are thin FFI wrappers (one Ruby method = one FFI call). · 许可证:MIT · 累计下载:90,794 · 当前版本下载:41Ribose Inc.
  • 3341
    leptris 1.9.49
    版本:1.9.49 · 平台:x86_64-darwin · Leptris is a Nokogiri-compatible Ruby binding for libleptris, a pure-C99 XML 1.0 parser with full XPath 1.0 and SAX support. The C DOM is the single source of truth; Ruby objects are thin FFI wrappers (one Ruby method = one FFI call). · 许可证:MIT · 累计下载:90,794 · 当前版本下载:41Ribose Inc.
  • 3443
    leptris 1.9.49
    版本:1.9.49 · 平台:x64-mingw32 · Leptris is a Nokogiri-compatible Ruby binding for libleptris, a pure-C99 XML 1.0 parser with full XPath 1.0 and SAX support. The C DOM is the single source of truth; Ruby objects are thin FFI wrappers (one Ruby method = one FFI call). · 许可证:MIT · 累计下载:90,794 · 当前版本下载:43Ribose Inc.
  • 3542
    leptris 1.9.49
    版本:1.9.49 · 平台:x64-mingw-ucrt · Leptris is a Nokogiri-compatible Ruby binding for libleptris, a pure-C99 XML 1.0 parser with full XPath 1.0 and SAX support. The C DOM is the single source of truth; Ruby objects are thin FFI wrappers (one Ruby method = one FFI call). · 许可证:MIT · 累计下载:90,794 · 当前版本下载:42Ribose Inc.
  • 3646
    leptris 1.9.49
    版本:1.9.49 · 平台:arm64-darwin · Leptris is a Nokogiri-compatible Ruby binding for libleptris, a pure-C99 XML 1.0 parser with full XPath 1.0 and SAX support. The C DOM is the single source of truth; Ruby objects are thin FFI wrappers (one Ruby method = one FFI call). · 许可证:MIT · 累计下载:90,794 · 当前版本下载:46Ribose Inc.
  • 3744
    leptris 1.9.49
    版本:1.9.49 · 平台:aarch64-mingw-ucrt · Leptris is a Nokogiri-compatible Ruby binding for libleptris, a pure-C99 XML 1.0 parser with full XPath 1.0 and SAX support. The C DOM is the single source of truth; Ruby objects are thin FFI wrappers (one Ruby method = one FFI call). · 许可证:MIT · 累计下载:90,794 · 当前版本下载:44Ribose Inc.
  • 3843
    leptris 1.9.49
    版本:1.9.49 · 平台:aarch64-linux · Leptris is a Nokogiri-compatible Ruby binding for libleptris, a pure-C99 XML 1.0 parser with full XPath 1.0 and SAX support. The C DOM is the single source of truth; Ruby objects are thin FFI wrappers (one Ruby method = one FFI call). · 许可证:MIT · 累计下载:90,794 · 当前版本下载:43Ribose Inc.
  • 3942
    leptris 1.9.49
    版本:1.9.49 · 平台:aarch64-linux-musl · Leptris is a Nokogiri-compatible Ruby binding for libleptris, a pure-C99 XML 1.0 parser with full XPath 1.0 and SAX support. The C DOM is the single source of truth; Ruby objects are thin FFI wrappers (one Ruby method = one FFI call). · 许可证:MIT · 累计下载:90,794 · 当前版本下载:42Ribose Inc.
  • 40286
    rails-informant 0.5.3
    版本:0.5.3 · 平台:ruby · Rails Engine that captures exceptions, stores them in your database with rich context, and exposes error data via a bundled MCP server so AI agents can triage, resolve, and fix errors autonomously. · 许可证:MIT · 累计下载:9,099 · 当前版本下载:286Daniel López Prat
  • 41247
    rolldown 0.1.0
    版本:0.1.0 · 平台:ruby · Ruby bindings for Rolldown, the Rust bundler behind Vite. · 许可证:MIT · 累计下载:1,683 · 当前版本下载:247Marco Roth
  • 4240
    rolldown 0.1.0
    版本:0.1.0 · 平台:x86_64-linux-musl · Ruby bindings for Rolldown, the Rust bundler behind Vite. · 许可证:MIT · 累计下载:1,683 · 当前版本下载:40Marco Roth
  • 4348
    rolldown 0.1.0
    版本:0.1.0 · 平台:x86_64-linux-gnu · Ruby bindings for Rolldown, the Rust bundler behind Vite. · 许可证:MIT · 累计下载:1,683 · 当前版本下载:48Marco Roth
  • 4438
    rolldown 0.1.0
    版本:0.1.0 · 平台:x86_64-darwin · Ruby bindings for Rolldown, the Rust bundler behind Vite. · 许可证:MIT · 累计下载:1,683 · 当前版本下载:38Marco Roth
  • 4540
    rolldown 0.1.0
    版本:0.1.0 · 平台:arm64-darwin · Ruby bindings for Rolldown, the Rust bundler behind Vite. · 许可证:MIT · 累计下载:1,683 · 当前版本下载:40Marco Roth
  • 4639
    rolldown 0.1.0
    版本:0.1.0 · 平台:arm-linux-musl · Ruby bindings for Rolldown, the Rust bundler behind Vite. · 许可证:MIT · 累计下载:1,683 · 当前版本下载:39Marco Roth
  • 4741
    rolldown 0.1.0
    版本:0.1.0 · 平台:arm-linux-gnu · Ruby bindings for Rolldown, the Rust bundler behind Vite. · 许可证:MIT · 累计下载:1,683 · 当前版本下载:41Marco Roth
  • 4839
    rolldown 0.1.0
    版本:0.1.0 · 平台:aarch64-linux-musl · Ruby bindings for Rolldown, the Rust bundler behind Vite. · 许可证:MIT · 累计下载:1,683 · 当前版本下载:39Marco Roth
  • 4950
    rolldown 0.1.0
    版本:0.1.0 · 平台:aarch64-linux-gnu · Ruby bindings for Rolldown, the Rust bundler behind Vite. · 许可证:MIT · 累计下载:1,683 · 当前版本下载:50Marco Roth
  • 50246
    dotenvx-rails 4.0.1
    版本:4.0.1 · 平台:ruby · [dotenvx.com] a better dotenv–from the creator of `dotenv` · 许可证:BSD-3-Clause · 累计下载:1,659 · 当前版本下载:246motdotla