3.19
This pure Ruby library can read and write PNG images without depending on an external
image library, like RMagick. It tries to be memory efficient and reasonably fast.
It supports reading and writing all PNG variants that are defined in the specification,
with one limitation: onl...
2021
2022
2023
2024
2025
2026
10.55
ZURB Foundation on Sass/Compass
2021
2022
2023
2024
2025
2026
7.11
WebMock allows stubbing HTTP requests and setting expectations on HTTP requests.
2021
2022
2023
2024
2025
2026
9.25
Sinatra is a DSL for quickly creating web applications in Ruby with minimal effort.
2021
2022
2023
2024
2025
2026
4.72
Fluentd is an open source data collector designed to scale and simplify log management. It can collect, process and ship many kinds of data in near real-time.
2021
2022
2023
2024
2025
2026
10.41
EXtended http(s) CONnections
2021
2022
2023
2024
2025
2026
3.4
This is the simple REST client for Google Play Android Developer 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 th...
2021
2022
2023
2024
2025
2026
4.24
Official AWS Ruby gem for Amazon Simple Notification Service (Amazon SNS). This gem is part of the AWS SDK for Ruby.
2021
2022
2023
2024
2025
2026
0.16
This documentation describes LaunchDarkly's REST API. To access the complete OpenAPI spec directly, use [Get OpenAPI spec](https://launchdarkly.com/docs/api/other/get-openapi-spec). To learn how to use LaunchDarkly using the user interface (UI) instead, read our [product documentation](https://l...
2021
2022
2023
2024
2025
2026
0.0
Lookout
Lookout is a unit testing framework for Ruby┬╣ that puts your results in
focus. Tests (expectations) are written as follows
expect 2 do
1 + 1
end
expect ArgumentError do
Integer('1 + 1')
end
expect Array do
[1, ...
2021
2022
2023
2024
2025
2026
9.88
A Ruby client that tries to match Redis' API one-to-one, while still
providing an idiomatic interface.
2021
2022
2023
2024
2025
2026
6.44
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 de...
2021
2022
2023
2024
2025
2026
6.4
Kaminari is a Scope & Engine based, clean, powerful, agnostic, customizable and sophisticated paginator for Rails 4+
2021
2022
2023
2024
2025
2026
9.4
This is a Domain Name manipulation library for Ruby.
It can also be used for cookie domain validation based on the Public
Suffix List.
2021
2022
2023
2024
2025
2026
3.48
unicorn is an HTTP server for Rack applications designed to only serve
fast clients on low-latency, high-bandwidth connections and take
advantage of features in Unix/Unix-like kernels. Slow clients should
only be served by placing a reverse proxy capable of fully buffering
both the the request a...
2021
2022
2023
2024
2025
2026
8.12
Ember.js source code wrapper for use with Ruby libs.
2021
2022
2023
2024
2025
2026
8.08
Ember-Handlebars precompiler source code wrapper for use with Ruby libs.
2021
2022
2023
2024
2025
2026
4.05
kramdown is yet-another-markdown-parser but fast, pure Ruby,
using a strict syntax definition and supporting several common extensions.
2021
2022
2023
2024
2025
2026
3.08
Manages persistent connections using Net::HTTP including a thread pool for
connecting to multiple hosts.
Using persistent HTTP connections can dramatically increase the speed of HTTP.
Creating a new HTTP connection for every request involves an extra TCP
round-trip and causes TCP congestion avoi...
2021
2022
2023
2024
2025
2026
5.63
Arel Really Exasperates Logicians
Arel is a SQL AST manager for Ruby. It
1. Simplifies the generation of complex SQL queries
2. Adapts to various RDBMSes
It is intended to be a framework framework; that is, you can build your own ORM
with it, focusing on innovative object and collection modeli...
2021
2022
2023
2024
2025
2026