Popular Ruby Gems projects

Page 2
Most notified recently active projects
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
aws-sdk-core on Ruby Gems

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

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
http on Ruby Gems

An easy-to-use client library for making requests from Ruby. It uses a simple method chaining system for building requests, similar to Python's Requests.

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
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
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
actionview on Ruby Gems

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

gems
bcrypt on Ruby Gems

bcrypt() is a sophisticated and secure hash algorithm designed by The OpenBSD project
for hashing passwords. The bcrypt Ruby gem provides a simple wrapper for safely handling
passwords.

gems
test-prof on Ruby Gems

Ruby applications tests profiling tools.

Contains tools to analyze factories usage, integrate with Ruby profilers,
profile your examples using ActiveSupport notifications (if any) and
statically analyze your code with custom RuboCop cops.
gems
webmock on Ruby Gems

WebMock allows stubbing HTTP requests and setting expectations on HTTP requests.

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
activeadmin on Ruby Gems

The administration framework for Ruby on Rails.

gems
bundler on Ruby Gems

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

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
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.

gems
stackprof on Ruby Gems

stackprof is a fast sampling profiler for ruby code, with cpu, wallclock and object allocation samplers.

gems
aws-partitions on Ruby Gems

Provides interfaces to enumerate AWS partitions, regions, and services.

1 2 3 4 5 6 7

Don't miss a new release

NewReleases is sending notifications on new releases.