RubyGems 搜索

搜索 RubyGems 上的 Ruby 依赖包

actionview

Simple, battle-tested conventions and helpers for building web pages.

8.1.3 David Heinemeier Hansson
active_link_to

Helpful method when you need to add some logic that figures out if the link (or more often navigation item) is selected based on the current page or other arbitrary condition

1.0.5 Oleg Khabarov
ruby2ruby

ruby2ruby provides a means of generating pure ruby code easily from RubyParser compatible Sexps. This makes making dynamic language processors in ruby easier than ever!

2.6.1 Ryan Davis
jwt

A pure ruby implementation of the RFC 7519 OAuth JSON Web Token (JWT) standard.

3.2.0 Tim Rudat
activesupport

A toolkit of support libraries and Ruby core extensions extracted from the Rails framework. Rich support for multibyte strings, internationalization, time zones, and testing.

8.1.3 David Heinemeier Hansson
zeitwerk

Zeitwerk implements constant autoloading with Ruby semantics. Each gem and application may have their own independent autoloader, with its own configuration, inflector, and logger. Supports autoloading, reloading, and eager loading.

2.8.2 Xavier Noria
bigdecimal

This library provides arbitrary-precision decimal floating-point number class.

4.1.2 Kenta Murata, Zachary Scott, Shigeo Kobayashi
test-unit

test-unit (Test::Unit) is unit testing framework for Ruby, based on xUnit principles. These were originally designed by Kent Beck, creator of extreme programming software development methodology, for Smalltalk's SUnit. It allows writing tests, checking results and automated testing in Ruby.

3.7.8 Kouhei Sutou, Haruka Yoshihara
hash_diff

Diff tool for deep Ruby hash comparison

1.1.1 Coding Zeal, Adam Cuppy, Mike Bianco
search

Simple search

0.0.2 Steve Richert
amqp

Mature EventMachine-based RabbitMQ client.

1.8.0 Aman Gupta, Jakub Stastny aka botanicus, Michael S. Klishin
bunny

Easy to use, feature complete Ruby client for RabbitMQ 3.9 and later versions.

3.1.0 Chris Duncan, Eric Lindvall, Jakub Stastny aka botanicus, Michael S. Klishin, Stefan Kaes
sneakers

Fast background processing framework for Ruby and RabbitMQ

2.12.0 Dotan Nahum
shoryuken

Shoryuken is a super efficient AWS SQS thread based message processor

7.0.2 Pablo Cantero
apollo-tracing

Ruby implementation of GraphQL trace data in the Apollo Tracing format.

1.6.0 Reginald Suh, Evgeny Li
graphql-ruby

This gem is empty. It protects against brandjacking. You are welcome. If you think it is yours to own, just contact me.

9001.0 Maciej Mensfeld
graphql

A plain-Ruby implementation of GraphQL.

2.6.3 Robert Mosolgo
paypal-sdk-rest

[Deprecated] The PayPal REST SDK provides Ruby APIs to create, process and manage payment. It is recommended to use paypal-server-sdk instead

1.7.6 PayPal
stripe

Stripe is the easiest way to accept payments online. See https://stripe.com for details.

19.2.1 Stripe
shopify_api

This gem allows Ruby developers to programmatically access the admin section of Shopify stores.

16.2.0 Shopify
spree

A complete open source e-commerce solution with multi-store, multi-currency and multi-language capabilities

5.5.0 Sean Schofield, Spark Solutions Sp. z o.o., Vendo Connect Inc.
avo

Avo is a very custom Content Management System for Ruby on Rails that saves engineers and teams months of development time by building user interfaces and logic using configuration rather than traditional coding; When configuration is not enough, you can fallback to familiar Ruby on Rails code.

3.32.1 Adrian Marin, Mihai Marin, Paul Bob
trestle

Trestle is a modern, responsive admin framework for Ruby on Rails.

0.10.1 Sam Pohlenz
administrate

Administrate is a library for Rails that generates admin dashboards. These give users clean interfaces that allow them to create, edit, search, and delete records for any model in the application. Administrate aims to provide the best user experience, and doing as much work as possible for you, whilst also being flexible to customise.

1.0.0 Nick Charlton
activeadmin

The administration framework for Ruby on Rails.

3.5.1 Charles Maresh, David Rodríguez, Greg Bell, Igor Fedoronchuk, Javier Julio, Piers C, Sean Linsley, Timo Schilling
rails_admin

RailsAdmin is a Rails engine that provides an easy-to-use interface for managing your data.

3.3.0 Erik Michaels-Ober, Bogdan Gaza, Petteri Kaapa, Benoit Benezech, Mitsuhiro Shibuya
rails_db

Quick way to inspect your Rails database, see content of tables, filter, export them to CSV, Excel, EXPLAIN SQL and run SQL queries.

2.5.0 Igor Kasyanchuk
rails-erd

Automatically generate an entity-relationship diagram (ERD) for your Rails models.

2.0.2 Rolf Timmermans, Kerri Miller
annotate

Annotates Rails/ActiveRecord Models, routes, fixtures, and others based on the database schema.

3.2.0 Alex Chaffee, Cuong Tran, Marcos Piccinini, Turadg Aleahmad, Jon Frisby
binding_of_caller

Provides the Binding#of_caller method. Using binding_of_caller we can grab bindings from higher up the call stack and evaluate code in that context. Allows access to bindings arbitrarily far up the call stack, not limited to just the immediate caller. Recommended for use only in debugging situations. Do not use this in production apps.

2.0.0 John Mair (banisterfiend)