Sorted by download count
Brakeman detects security vulnerabilities in Ruby on Rails applications via static analysis.
Official AWS Ruby gem for Amazon Simple Notification Service (Amazon SNS). This gem is part of the AWS SDK for Ruby.
The CocoaPods-Core gem provides support to work with the models of CocoaPods. It is intended to be used in place of the CocoaPods when the the installation of the dependencies is not needed.
Byebug is a Ruby debugger. It's implemented using the TracePoint C API for execution control and the Debug Inspector C API for call stack navigation. The core component provides support that front-ends can build on. It provides breakpoint handling and bindings for stack frames among other things and it comes with an easy to use command line interface.
Character information and metadata for Unicode emoji.
Strategies for cleaning databases. Can be used to ensure a clean slate for testing.
The official AWS SDK for Ruby. Provides both resource oriented interfaces and API clients for AWS services.
Mongoid is an ODM (Object Document Mapper) Framework for MongoDB, written in Ruby.
Process manager for applications with multiple components
Official AWS Ruby gem for Amazon CloudWatch (CloudWatch). This gem is part of the AWS SDK for Ruby.
BDD for Ruby
Hashie is a collection of classes and mixins that make hashes more powerful.
FasterCSV is intended as a complete replacement to the CSV standard library. It is significantly faster and smaller while still being pure Ruby code. It also strives for a better interface.
kaminari-activerecord lets your Active Record models be paginatable
Easy upload management for ActiveRecord
A fast, open source text processor and publishing toolchain for converting AsciiDoc content to HTML 5, DocBook 5, and other formats.
Object oriented authorization for Rails applications
Official AWS Ruby gem for AWS Secrets Manager. This gem is part of the AWS SDK for Ruby.
The Ruby cloud services library. Supports all major cloud providers including AWS, Rackspace, Linode, Blue Box, StormOnDemand, and many others. Full support for most AWS services including EC2, S3, CloudWatch, SimpleDB, ELB, and RDS.
factory_bot_rails provides integration between factory_bot and rails 5.0 or newer
Autoload dotenv in Rails.
kaminari-core includes pagination logic independent from ORMs and view libraries
Manipulate images with minimal use of memory via ImageMagick
See also: http://logging.apache.org/log4j
Gettext is a GNU gettext-like program for Ruby. The catalog file(po-file) is same format with GNU gettext. So you can use GNU gettext tools for maintaining.
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.
Ruby FFI library
Ruby bindings for the Apache Thrift RPC system
Official AWS Ruby gem for AWS Identity and Access Management (IAM). This gem is part of the AWS SDK for Ruby.
Official AWS Ruby gem for Auto Scaling. This gem is part of the AWS SDK for Ruby.
Track changes to your models, for auditing or versioning. See how a model looked at any stage in its lifecycle, revert it to any version, or restore it after it has been destroyed.
A library for bulk inserting data using ActiveRecord.
Official AWS Ruby gem for Amazon CloudWatch Logs. This gem is part of the AWS SDK for Ruby.
Official AWS Ruby gem for Amazon EC2 Container Service (Amazon ECS). This gem is part of the AWS SDK for Ruby.
...
BDD for Ruby. RSpec runner and example groups.
kaminari-actionview provides pagination helpers for your Action View templates
Prawn is a fast, tiny, and nimble PDF generator for Ruby
Preloads your application so things like console, rake and tests run faster
This is a legacy project, do not use it for new projects. Ruby 2.3 and later should make this obsolete. kgio provides non-blocking I/O methods for Ruby without raising exceptions on EAGAIN and EINPROGRESS.
Create JSON structures via a Builder-style DSL
Resque is a Redis-backed Ruby library for creating background jobs, placing those jobs on multiple queues, and processing them later. Background jobs can be any Ruby class or module that responds to perform. Your existing classes can easily be converted to background jobs or you can create new classes specifically to do work. Or, you can do both. Resque is heavily inspired by DelayedJob (which rocks) and is comprised of three parts: * A Ruby library for creating, querying, and processing jobs * A Rake task for starting a worker which processes jobs * A Sinatra app for monitoring queues, jobs, and workers.
Attributes on Steroids for Plain Old Ruby Objects
The fastest JSON parser and object serializer.
Ruby integrations for Elasticsearch (client, API, etc.)
Official AWS Ruby gem for AWS Lambda. This gem is part of the AWS SDK for Ruby.
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.
Official AWS Ruby gem for Amazon Relational Database Service (Amazon RDS). This gem is part of the AWS SDK for Ruby.
Official AWS Ruby gem for Amazon Route 53 (Route 53). This gem is part of the AWS SDK for Ruby.
YARD is a documentation generation tool for the Ruby programming language. It enables the user to generate consistent, usable documentation that can be exported to a number of formats very easily, and also supports extending for custom Ruby constructs such as custom class level definitions.