RubyGems 搜索

搜索 RubyGems 上的 Ruby 依赖包

irb

Interactive Ruby command-line tool for REPL (Read Eval Print Loop).

1.18.0 aycabta, Keiju ISHITSUKA
rubocop-minitest

Automatic Minitest code style checking tool. A RuboCop extension focused on enforcing Minitest best practices and coding conventions.

0.39.1 Bozhidar Batsov, Jonas Arvidsson, Koichi ITO
rubocop-rake

A RuboCop plugin for Rake

0.7.1 Masataka Pocke Kuwabara
sauce_whisk

A Wrapper for the Sauce Labs REST API.

0.3.2 Dylan Lacey
selenium_statistics

Generate information about Selenium commands

0.3.0 Titus Fortner
selenium-webdriver

Selenium implements the W3C WebDriver protocol to automate popular browsers. It aims to mimic the behaviour of a real user as it interacts with the application's HTML. It's primarily intended for web application testing, but any web-based task can automated.

4.45.0 Alex Rodionov, Titus Fortner, Thomas Walpole
rubocop-performance

A collection of RuboCop cops to check for performance optimizations in Ruby code.

1.26.1 Bozhidar Batsov, Jonas Arvidsson, Yuji Nakayama
rack-test

Rack::Test is a small, simple testing API for Rack apps. It can be used on its own or as a reusable starting point for Web frameworks and testing libraries to build on.

2.2.0 Jeremy Evans, Bryan Helmkamp
kaminari-core

kaminari-core includes pagination logic independent from ORMs and view libraries

1.2.2 Akira Matsuda
kaminari-actionview

kaminari-actionview provides pagination helpers for your Action View templates

1.2.2 Akira Matsuda
test-unit-rails

Rails supports Minitest but doesn't support test-unit.

7.0.2 Kouhei Sutou
kaminari-activerecord

kaminari-activerecord lets your Active Record models be paginatable

1.2.2 Akira Matsuda
drb

Distributed object system for Ruby

2.2.3 Masatoshi SEKI
racc

Racc is an LALR(1) parser generator. It is written in Ruby itself, and generates Ruby program. NOTE: Ruby 1.8.x comes with Racc runtime module. You can run your parsers generated by racc 1.4.x out of the box.

1.8.1 Minero Aoki, Aaron Patterson
ammeter

Write specs for your Rails 3+ generators

1.1.7 Alex Rothenberg
database_cleaner-active_record

Strategies for cleaning databases using ActiveRecord. Can be used to ensure a clean state for testing.

2.2.2 Ernesto Tagwerker, Micah Geisel
webrick

WEBrick is an HTTP server toolkit that can be configured as an HTTPS server, a proxy server, and a virtual-host server.

1.9.2 TAKAHASHI Masayoshi, GOTOU YUUZOU, Eric Wong
i18n

New wave Internationalization support for Ruby.

1.15.2 Sven Fuchs, Joshua Harvey, Matt Aimonetti, Stephan Soller, Saimon Moore, Ryan Bigg
regexp_parser

A library for tokenizing, lexing, and parsing Ruby regular expressions.

2.12.0 Ammar Ali, Janosch Müller
fiber-storage

Provides a compatibility shim for fiber storage.

1.0.1 Samuel Williams
benchmark-ips

A iterations per second enhancement to Benchmark.

2.15.1 Evan Phoenix
graphql-batch

A query batching executor for the graphql gem

0.6.1 Dylan Thacker-Smith
simplecov-lcov

Custom SimpleCov formatter to generate a lcov style coverage.

0.9.0 fortissimo1997
minitest-focus

Allows you to focus on a few tests with ease without having to use command-line arguments. Good for tools like guard that don't have enough brains to understand test output. Cf. minitest-autotest (an example of a test runner with strong testing logic). Inspired by https://github.com/seattlerb/minitest/issues/213

1.4.1 Ryan Davis
memory_profiler

Memory profiling routines for Ruby 3.1+

1.1.0 Sam Saffron
google-protobuf

Protocol Buffers are Google's data interchange format.

4.35.1 Protobuf Authors
jekyll-algolia

Index all your content into Algolia by running `jekyll algolia`

1.7.1 Tim Carry, Sylvain Utard
jekyll

Jekyll is a simple, blog aware, static site generator.

4.4.1 Tom Preston-Werner, Parker Moore, Matt Rogers
base64

Support for encoding and decoding binary data using a Base64 representation.

0.3.0 Yusuke Endoh
mutex_m

Mixin to extend objects to be handled like a Mutex.

0.3.0 Keiju ISHITSUKA