Popular Ruby Gems projects

Page 2
Most notified recently active projects
gems
google-apis-drive_v3 on Ruby Gems

This is the simple REST client for Google Drive API V3. Simple REST clients are Ruby client libraries that provide access to Google services via their HTTP REST API endpoints. These libraries are generated and updated automatically based on the discovery documents published by the service, and they handle most concerns such as authentication, pagination, retry, timeouts, and logging. You can use this client to access the Google Drive API, but note that some services may provide a separate modern client that is easier to use.

gems
newrelic-infinite_tracing on Ruby Gems

The New Relic Ruby agent requires the gem newrelic_rpm, and it includes distributed
tracing that uses head-based sampling (standard distributed tracing).

If you want distributed tracing to use tail-based sampling (Infinite Tracing),
you need to add both newrelic_rpm and newrelic-infinite_tracing to your application's
Gemfile. For more information, see: https://docs.newrelic.com/docs/understand-dependencies/distributed-tracing/get-started/introduction-distributed-tracing

New Relic is a performance management system, developed by New Relic,
Inc (http://www.newrelic.com). New Relic provides you with deep
information about the performance of your web application as it runs
in production. The New Relic Ruby agent is dual-purposed as a either a
Gem or plugin, hosted on https://github.com/newrelic/newrelic-ruby-agent/

gems
pagy on Ruby Gems

Agnostic pagination in plain ruby.

gems
nokogiri on Ruby Gems

Nokogiri (鋸) makes it easy and painless to work with XML and HTML from Ruby. It provides a
sensible, easy-to-understand API for reading, writing, modifying, and querying documents. It is
fast and standards-compliant by relying on native parsers like libxml2, libgumbo, or xerces.

gems
sentry-ruby on Ruby Gems

A gem that provides a client interface for the Sentry error logger

gems
sentry-sidekiq on Ruby Gems

A gem that provides Sidekiq integration for the Sentry error logger

gems
sentry-rails on Ruby Gems

A gem that provides Rails integration for the Sentry error logger

gems
aws-sdk-core on Ruby Gems

Provides API clients for AWS. This gem is part of the official AWS SDK for Ruby.

gems
activeadmin on Ruby Gems

The administration framework for Ruby on Rails.

gems
irb on Ruby Gems

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

gems
oj on Ruby Gems

The fastest JSON parser and object serializer.

gems
sidekiq-cron on Ruby Gems

Enables to set jobs to be run in specified time (using CRON notation or natural language)

gems
faker on Ruby Gems

Faker, a port of Data::Faker from Perl, is used to easily generate fake data: names, addresses, phone numbers, etc.

gems
parallel_tests on Ruby Gems

Run Test::Unit / RSpec / Cucumber / Spinach in parallel

gems
curb on Ruby Gems

Curb (probably CUrl-RuBy or something) provides Ruby-language bindings for the libcurl(3), a fully-featured client-side URL transfer library. cURL and libcurl live at http://curl.haxx.se/

gems
addressable on Ruby Gems

Addressable is an alternative implementation to the URI implementation that is
part of Ruby's standard library. It is flexible, offers heuristic parsing, and
additionally provides extensive support for IRIs and URI templates.

gems
activerecord on Ruby Gems

Databases on Rails. Build a persistent domain model by mapping database tables to Ruby classes. Strong conventions for associations, validations, aggregations, migrations, and testing come baked-in.

gems
bundler on Ruby Gems

Bundler manages an application's dependencies through its entire life, across many machines, systematically and repeatably

gems
fluent-plugin-opensearch on Ruby Gems

Opensearch output plugin for Fluent event collector

gems
einhorn on Ruby Gems

Einhorn makes it easy to run multiple instances of an application server, all listening on the same port. You can also seamlessly restart your workers without dropping any requests. Einhorn requires minimal application-level support, making it easy to use with an existing project.

gems
rspec-rails on Ruby Gems

rspec-rails integrates the Rails testing helpers into RSpec.

gems
snmp on Ruby Gems

A Ruby implementation of SNMP (the Simple Network Management Protocol).

gems
binding_of_caller on Ruby Gems

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.

1 2 3 4 5 6 7 8

Don't miss a new release

NewReleases is sending notifications on new releases.