0.59
In showing a long lists, sometimes one would prefer to see the value
arranged aligned in columns. Some examples include listing methods
of an object or debugger commands.
See Examples in the rdoc documentation for examples.
2020
2021
2022
2023
2024
2025
0.17
CircuitBreaker is a relatively simple Ruby mixin that will wrap
a call to a given service in a circuit breaker pattern.
The circuit starts off "closed" meaning that all calls will go through.
However, consecutive failures are recorded and after a threshold is reached,
the circuit will "trip"...
2020
2021
2022
2023
2024
2025
0.0
minitest-shared_description adds support for shared specs and shared spec subclasses
to Minitest. Minitest supports shared specs by default using plain ruby modules, but
does not support shared spec subclasses. In addition to making it possible to share
subclasses, minitest-shared_desciption al...
2020
2021
2022
2023
2024
2025
1.93
Provide Ruby core source files for C extensions that need them.
2020
2021
2022
2023
2024
2025
0.0
Manage your notes from the console.
If you're like me, you spend most of your computing time in a terminal, you have a text-editor set up just to your liking, and you wish you could use it for everything. Naturally, when it comes time to ditch your paper note-pad, you refuse to to use the more p...
2020
2021
2022
2023
2024
2025
0.01
Telework is a Resque plugin aimed at controlling Resque workers from the web UI. It makes it easy to manage workers on a
complex systems that may include several hosts, different queue(s) and an evolving source code that is deployed several times a day.
Beyond starting and stopping worker...
2020
2021
2022
2023
2024
2025
0.01
I'm tired of the complications that tools like bundler and rvm inject
into my system and my workflow. I don't want 4 billion gems installed
globally. I don't want to have `rake` slow down for no good reason. I
don't want rvm to regress on undefined variables over and over and
over (and I don't wa...
2020
2021
2022
2023
2024
2025
1.31
This gem wraps the blueimp JavaScript Templates library as a Rails asset gem. The library is by Sebastian Tschan, and the gem is packaged by Mike Virata-Stone.
2020
2021
2022
2023
2024
2025
0.04
The RTF library provides a pure Ruby set of functionality that can be used to
programmatically create RTF documents. The main aim in developing this library
is to ease the complexity involved in assembling RTF documents although some
consideration has also been given to generating documents that ...
2020
2021
2022
2023
2024
2025
0.46
Collects test coverage data from your Ruby test suite and sends it to Code Climate's hosted, automated code review service. Based on SimpleCov.
2020
2021
2022
2023
2024
2025
0.81
A set of methods for working with strings such as align, truncate, wrap and many more.
2020
2021
2022
2023
2024
2025
0.63
BrowserCMS is a general purpose, open source Web Content Management System (CMS) that supports Ruby on Rails v3.2. It can be used as a standalone CMS, added to existing Rails projects or extended using Rails Engines.
2020
2021
2022
2023
2024
2025
0.56
Shopify CLI helps you build Shopify apps faster. It quickly scaffolds Node.js
and Ruby on Rails embedded apps. It also automates many common tasks in the
development process and lets you quickly add popular features, such as billing
and webhooks.
2020
2021
2022
2023
2024
2025
0.0
This is a gem originated from another gem called permalink.
Since I often want a permalink that provides no way to tell the database ids,
I came up with the idea about encrypting the id and prepending it to the permalink.
For more information about FPE(Format Preserving Encryption...
2020
2021
2022
2023
2024
2025
0.0
A Successful Deployment Ends Peacefully With No Bullets Fired.
If That’s Simply Not Possible, SWAT Uses Special Weapons and Tactics to Keep the Public Safe
GitLab-Swat allows admins to quickly deploy scripts that can be remotely executed through a rails console
Enabling fast action by using an...
2020
2021
2022
2023
2024
2025
0.0
This is the game I made following the exercises in the Pragmatic Studios Ruby Course.
Run studio_game to play a silly game.
You can add your own players to the game by creating a CSV file.
Each line of the file should contain the player's name and starting health like so :
Alvin,100
Simon,60
...
2020
2021
2022
2023
2024
2025
0.0
# Odin Caesar Cipher
This repository is a solution to the [Odin Caesar Cipher](https://www.theodinproject.com/paths/full-stack-ruby-on-rails/courses/ruby-programming/lessons/caesar-cipher) problem. This code is overkill for such a simple project. The point of this project is to practice the skil...
2020
2021
2022
2023
2024
2025
1.17
This gem provides Switchery driver for your Rails application
2020
2021
2022
2023
2024
2025
1.3
A simple and responsive jekyll theme template based on type-theme. Great for blogs, easy to customize and responsive.
2020
2021
2022
2023
2024
2025
0.01
FuzzBall is a gem that finds fuzzy matches of a string (the 'needle') within an array of strings (the 'haystack'). It does so via a two-step process: first, it finds candidate strings from the haystack that have high similarity to the needle, then uses a Smith-Waterman algorithm to fuzzily match ...
2020
2021
2022
2023
2024
2025