1.05
Rack middleware to force SSL/TLS.
2021
2022
2023
2024
2025
2026
0.0
== FEATURES/PROBLEMS: * Partial string matching * The algorithm is not particularly performant == SYNOPSIS: require 'goto_string' s = %w(goto_string is a small library that implements a substring matching and ranking algorithm. The matching and ranking is similar to that found in Quicksilver ...
2021
2022
2023
2024
2025
2026
0.0
pico_phone-rails wires the pico_phone gem into Rails: a :phone_number ActiveRecord attribute type, a PhoneValidator for ActiveModel validations, a normalize_phone class macro that rewrites phone attributes to E.164 before validation, extract_phone_numbers_from for pulling phone numbers out of fre...
2021
2022
2023
2024
2025
2026
0.0
The Cont module provides methods for working with continuations.
Continuations are a way to save the execution state of a program
so that it can be resumed later. They are used for advanced control
flow structures such as coroutines, generators, and so on.
Ruby have a built-in support for contin...
2021
2022
2023
2024
2025
2026
0.0
OxAiWorkers (ox-ai-workers) is a cutting-edge Ruby gem designed to seamlessly integrate
a sophisticated state machine with the powerful capabilities of generative intelligence
via the ruby-openai gem. This innovative tool empowers developers to construct state machines
that effici...
2021
2022
2023
2024
2025
2026
0.0
Entries in a flatfile will be parased by the BioRuby's Bio::FlatFile.auto module. These entries are used as queries for the Sun Grid Engine (SGE) system. Huge amount of queries are automatically splitted into subdirectories. With a specified command line to be executed, queries are submited to th...
2021
2022
2023
2024
2025
2026
0.0
Stationed is an extensive Rails application generator, providing you with a
starter app full standard goodies such as testing, authentication,
authorization, decorators, tasks and styles. But as an engine it also provides
you with customized scaffold generators including proper tests. Finally, it...
2021
2022
2023
2024
2025
2026
0.0
Works like ActiveRecord's acts_as_paranoid, but for sequel.
-
I am not the original author of this plugin. I merely took the source, fixed one minor bug, and put it up on rubygems because I found it so useful.
The original author is at https://gist.github.com/bgentry. To automatically use delet...
2021
2022
2023
2024
2025
2026
0.0
This plugin for Rails allows several web apps in an authentication domain to share session state, facilitating single sign-on in a distributed web app. It only provides session sharing and does not concern itself with authentication or replication of the user database.
2021
2022
2023
2024
2025
2026
0.0
A minimal MCP (Model Context Protocol) server that exposes ask_web_search
as a callable tool over stdio. Designed for use with clients that support MCP
(ZCode, Claude Code, etc.), it queries a local SearXNG instance and returns
formatted search results suitable for LLM consumption. The tool shell...
2021
2022
2023
2024
2025
2026
0.0
Libraries for Amazon Web Services (ruby-aws) is a set of libraries and tools designed to make it easier for you to build solutions leveraging Amazon Web Services like Amazon Mechanical Turk. The goals of the libraries are: * To abstract you from the "muck" of using web services * To simplify us...
2021
2022
2023
2024
2025
2026
0.0
Sifar can be used to check for strong passwords. Apart from the standard tests for length and homogeneity, it can check passwords that sound and spell similar to a given word. Sifar can also generate passwords that satisfy the same criteria.
2021
2022
2023
2024
2025
2026
0.0
Description:
Studio_game is a practice application from the pragmatic studio ruby lessons. they walk you through the creation of creating a video game while teaching you the basics of learning ruby. It includes Numbers and Strings, Variables and Objects, Self, Methods, Classes, Attributes, Arrays...
2021
2022
2023
2024
2025
2026
0.0
Problem: when tracking time, I don't want to have to
start and stop a timer. Trak is a tool that lets me say "I just spent
15 minutes working on email", instead of "I'm starting to email
now...whoops! I forgot to tell the computer I stopped." Then later in
the day when you spend some more time em...
2021
2022
2023
2024
2025
2026
0.0
Colonize is a simple provisioning tool for Vagrant.
Since shell scripts can get difficult and Colonizeing systems like Puppet, Chef
and/or Ansible can be too much for simple projects. I decided to write Colonize
to cover the middleground.
Colonize is written in Ruby and uses a Ruby-typical confi...
2021
2022
2023
2024
2025
2026
0.0
Studio Engine is a non-isolated Rails engine that ships an opinionated authentication + SSO contract, a polymorphic ErrorLog model, a Sluggable concern, a 7-role dynamic theme system with CSS-custom-property generation, and an S3-backed ImageCache. Used in production across the McRitchie Studio +...
2021
2022
2023
2024
2025
2026
0.0
test-cmd.rb is a Go-inspired, object-oriented interface for running commands on UNIX-like systems, in the spirit of Go's `os/exec`. A command can be built by chaining multiple method calls that impact different command attributes. The environment the command executes with can be set, its standard...
2021
2022
2023
2024
2025
2026
0.0
This is a basic HTTP Live Streaming (HLS) server written in Ruby using the Rack interface. It serves MP3 audio files by converting them on-the-fly into HLS format (M3U8 playlist and MP3 segment files) using `ffmpeg`. Converted files are cached for subsequent requests.
This server is desig...
2021
2022
2023
2024
2025
2026
0.0
Converter for complete ANSI SGR codes to HTML. Similar to ansitags gem, but smaller output (no nested spans), faster (converts everything in one pass), more flexible (init options to specify palette, line ending conversion, etc.) and better SGR code support (handles ';'-separated code-sequences, ...
2021
2022
2023
2024
2025
2026
0.0
Well, who needed another serialization format? Not me, but that's what I've made. Ruby Object Notation (Ron) is a textual format for the representation of Ruby data structures. It's somewhat like YAML, XML, or (most of all) JSON. However, since it is defined entirely within and as a subset of Ru...
2021
2022
2023
2024
2025
2026