0.02
if/case conditionals can get really hairy in highly sophisticated business domains.
Domain model inheritance can help remedy the problem, but you don't want to dump all
logic variations in the same domain models.
Strategy Pattern solves that problem by externalizing logic variations to
separate c...
2021
2022
2023
2024
2025
2026
2.22
Official AWS Ruby gem for AWS Panorama (Panorama). This gem is part of the AWS SDK for Ruby.
2021
2022
2023
2024
2025
2026
2.22
Admin interface for the Solidus e-commerce framework.
2021
2022
2023
2024
2025
2026
2.22
Official AWS Ruby gem for Amazon Managed Grafana. This gem is part of the AWS SDK for Ruby.
2021
2022
2023
2024
2025
2026
2.22
Official AWS Ruby gem for AWS Cloud Control API (CloudControlApi). This gem is part of the AWS SDK for Ruby.
2021
2022
2023
2024
2025
2026
2.6
Nap is a really simple REST library. It allows you to perform HTTP requests
with minimal amounts of code.
2021
2022
2023
2024
2025
2026
0.0
The middleware makes sure any request to specified paths would have been
preflighted if it was sent by a browser.
We don't want random websites to be able to execute actual GraphQL
operations from a user's browser unless our CORS policy supports it. It's
not good enough just to ensure that the b...
2021
2022
2023
2024
2025
2026
1.54
JSON API(jsonapi.org) serializer that works with rails and can be used to serialize any kind of ruby objects
2021
2022
2023
2024
2025
2026
1.54
Ascii85 provides methods to encode/decode Adobe's binary-to-text encoding of the same name.
2021
2022
2023
2024
2025
2026
2.59
A Rack app that provides request/response rewriting proxy capabilities with streaming.
2021
2022
2023
2024
2025
2026
2.21
Official AWS Ruby gem for AWS Resilience Hub. This gem is part of the AWS SDK for Ruby.
2021
2022
2023
2024
2025
2026
0.74
Spoon is an FFI binding of the posix_spawn function (and Windows equivalent), providing fork+exec functionality in a single shot.
2021
2022
2023
2024
2025
2026
0.01
Bond is a small library that can be used to spy values and mock functions
during tests. Spying is a replacement for writing the assertEquals in your
test, which are tedious to write and even more tedious to update when your
test setup or code inevitably changes. With Bond, you sep...
2021
2022
2023
2024
2025
2026
0.0
Ply is a ruby gem for reading Stanford PLY-format 3D model files.
The PLY file format is a flexible format for storing semi-structured binary
data, and is often used to stored polygonalized 3D models generated with
range scanning hardware. You can find some examples of the format at the
{Stanfo...
2021
2022
2023
2024
2025
2026
0.0
There are many software applications that aim to watch processes, and keep them alive and clean. Some of them are well known: god, monit, bluepill.
All have good and bad sides. One of the bad sides is that each alternative is based on a deamon that computes data and then sleeps for a while. W...
2021
2022
2023
2024
2025
2026
0.12
Creates stub classes from any ActiveRecord model. By using stubs in your tests you don't need to load Rails or the database, sometimes resulting in a 10x speed improvement. ActiveMocker analyzes the methods and database columns to generate a Ruby class file. The stub file can be run standalone an...
2021
2022
2023
2024
2025
2026
0.33
Capistrano is an open source tool for running scripts on multiple servers. It’s primary use is for easily deploying applications. While it was built specifically for deploying Rails apps, it’s pretty simple to customize it to deploy other types of applications. This package is a deployment "r...
2021
2022
2023
2024
2025
2026
0.79
A fast XML parser and object serializer that uses only standard C lib.
Optimized XML (Ox), as the name implies was written to provide speed optimized
XML handling. It was designed to be an alternative to Nokogiri and other Ruby
XML parsers for generic XML parsing and as an alternative to Marshal...
2021
2022
2023
2024
2025
2026
0.79
A fast XML parser and object serializer that uses only standard C lib.
Optimized XML (Ox), as the name implies was written to provide speed optimized
XML handling. It was designed to be an alternative to Nokogiri and other Ruby
XML parsers for generic XML parsing and as an alternative to Marshal...
2021
2022
2023
2024
2025
2026
0.0
= FFProbe - ffprobe wrapper for Ruby
FFprobe is a simple multimedia streams analyzer with a command-line
interface based on the FFmpeg project libraries. This is a ruby
interface to that command-line program.
== You will need
* A working Ruby installation
* A working ffprobe installation (htt...
2021
2022
2023
2024
2025
2026