0.01
Galaaz brings the power of R to the Ruby community. Galaaz
is based on TruffleRuby and FastR, GraalVM-based interpreters for Ruby and the R language
for statistical computing respectively.
Over the past two decades, the R language for statistical computing has emerged as the de
facto standard...
2021
2022
2023
2024
2025
2026
2.06
Official AWS Ruby gem for Amazon Chime SDK Media Pipelines. This gem is part of the AWS SDK for Ruby.
2021
2022
2023
2024
2025
2026
2.57
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.98
A slim ruby wrapper for posting to slack webhooks
2021
2022
2023
2024
2025
2026
0.0
A simple elaboration on Ruby's native SizedQueue which allows using the queue
object to re-awaken a blocked thread and cause it to abandon its blocking
enqueue/dequeue operation. Useful for simplifying program logic, reducing the
need for external flags/Muteces (yes, I said Muteces), and for clea...
2021
2022
2023
2024
2025
2026
2.19
Official AWS Ruby gem for AWS Proton. This gem is part of the AWS SDK for Ruby.
2021
2022
2023
2024
2025
2026
0.73
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.24
minitest-hooks adds around and before_all/after_all/around_all hooks for Minitest.
This allows you do things like run each suite of specs inside a database transaction,
running each spec inside its own savepoint inside that transaction, which can
significantly speed up testing for specs that shar...
2021
2022
2023
2024
2025
2026
2.56
Extraction of the JSON parsing tools shared between a
number of providers in the 'fog' gem.
2021
2022
2023
2024
2025
2026
0.17
ActiveRecord attributes stored serialized in a json column, super smooth.
Typed and cast like Active Record. Supporting nested models, dirty tracking, some querying
(with postgres jsonb contains), and working smoothy with form builders.
Use your database as a typed object store via ActiveRecord,...
2021
2022
2023
2024
2025
2026
0.41
Ceedling is a build automation tool for C projects. It is especially adept at building and executing unit test suites — even for tricky embedded systems.
Ceedling provides three core functions:
[1] It packages up several tools including the C unit test framework Unity, the mock generation tool...
2021
2022
2023
2024
2025
2026
2.18
REST API for the Solidus e-commerce framework.
2021
2022
2023
2024
2025
2026
2.18
Essential models, mailers, and classes for the Solidus e-commerce project.
2021
2022
2023
2024
2025
2026
2.18
Admin interface for the Solidus e-commerce framework.
2021
2022
2023
2024
2025
2026
0.32
Jekyll-Scholar is for all the academic bloggers out there. It is a set of extensions for Jekyll the awesome, blog aware, static site generator; it formats your BibTeX bibliographies for the web using CSL citation styles and generally gives your blog posts citation super-powers.'
2021
2022
2023
2024
2025
2026
0.55
Webrat lets you quickly write expressive and robust acceptance tests
for a Ruby web application. It supports simulating a browser inside
a Ruby process to avoid the performance hit and browser dependency of
Selenium or Watir, but the same API can also be used to drive real
Selenium tests when nec...
2021
2022
2023
2024
2025
2026
0.0
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
Hammock is a Rails plugin that eliminates redundant code in a very RESTful manner. It does this in lots in lots of different places, but in one manner: it encourages specification in place of implementation. Hammock enforces RESTful resource access by abstracting actions away from the controlle...
2021
2022
2023
2024
2025
2026
0.0
# Game
A Ruby-powered MVC game framework.
## Install
```sh
$ gem install game
```
## Usage
### Setup
```sh
$ game new my_cool_game
```
This will create a new directory named `my_cool_game` in the current working directory.
The directory is laid out very much like a Rails application:
...
2021
2022
2023
2024
2025
2026
0.01
Showoff is a Sinatra web app that reads simple configuration files for a
presentation. It is sort of like a Keynote web app engine. I am using it
to do all my talks in 2010, because I have a deep hatred in my heart for
Keynote and yet it is by far the best in the field.
The idea is t...
2021
2022
2023
2024
2025
2026