1.02
SWD (Simple Web Discovery) Client Library
2021
2022
2023
2024
2025
2026
2.03
Catch unsafe migrations in development
2021
2022
2023
2024
2025
2026
2.03
Administrate is a library for Rails that generates admin dashboards. These
give users clean interfaces that allow them to create, edit, search, and
delete records for any model in the application. Administrate aims to
provide the best user experience, and doing as much work as possible for
you, w...
2021
2022
2023
2024
2025
2026
0.08
Kaitai Struct is a declarative language used for describe various binary data structures, laid out in files or in memory: i.e. binary file formats, network stream packet formats, etc.
The main idea is that a particular format is described in Kaitai Struct language (.ksy file) and then can be com...
2021
2022
2023
2024
2025
2026
0.97
A simple Ruby natural language parser for elapsed time. (For example, 4 hours and 30 minutes, 6 minutes 4 seconds, 3 days, etc.) Returns all results in seconds. Will return an integer unless you get tricky and need a float. (4 minutes and 13.47 seconds, for example.) The reverse can also be perfo...
2021
2022
2023
2024
2025
2026
1.14
A modest JavaScript framework for the HTML you already have.
2021
2022
2023
2024
2025
2026
0.07
A Ruby client for the Model Context Protocol (MCP) that seamlessly integrates with RubyLLM.
Supports both native full-featured implementation and the official mcp-sdk gem.
Connect to MCP servers via SSE, stdio, or HTTP transports, automatically convert MCP tools into
RubyLLM-compatible tools, and...
2021
2022
2023
2024
2025
2026
0.07
A Ruby client for the Model Context Protocol (MCP) that seamlessly integrates with RubyLLM.
Connect to MCP servers via SSE or stdio transports, automatically convert MCP tools into
RubyLLM-compatible tools, and enable AI models to interact with external data sources and
services. Makes using MCP ...
2021
2022
2023
2024
2025
2026
0.03
MidiSmtpServer is the highly customizable ruby SMTP-Server and SMTP-Service library with builtin support for AUTH and SSL/STARTTLS, 8BITMIME and SMTPUTF8, IPv4 and IPv6 and additional features.
2021
2022
2023
2024
2025
2026
0.26
The sys-cpu library provides an interface for gathering information
about your system's processor(s). Information includes speed, type,
and load average.
2021
2022
2023
2024
2025
2026
0.0
Form generation for Rails models based on original scaffolding with some minor tweaks. Need to whip up a form quickly? Use this. Or use Formtastic which works better because it has better form helpers than Rails does.
Scaffolding, out of the box, is really not a good idea. You'll generate a ...
2021
2022
2023
2024
2025
2026
0.0
Convert statement HTML from the Co-operative bank's online banking system to OFX for import into financial apps. = Usage For a Current Account: 1. Save the HTML source of the statement page. coop_to_ofx --current /path/to/statement.html Will produce /path/to/statement.ofx For a Credit Card:...
2021
2022
2023
2024
2025
2026
0.0
== FEATURES/PROBLEMS: * Full REST API support * Support for streams * no tests at this point == DESCRIPTION: s3-ruby interfaces with the REST API of Amazon's S3 (Simple Storage Service) to give your ruby applications full access to the service.
2021
2022
2023
2024
2025
2026
0.0
MySpaceID lets your users log on using their MySpace account info, after which their MySpaceID data becomes available; that is, your web servers will be able to communicate with our web servers and request user data. This SDK project contains examples of the base API code necessary to make signe...
2021
2022
2023
2024
2025
2026
0.05
Many other Ruby libraries that simplify parallel execution support one primary use case - crunching through a large queue of small, similar tasks as quickly and efficiently as possible. This library primarily supports the use case of executing a few larger and unrelated tasks in parallel, automa...
2021
2022
2023
2024
2025
2026
0.12
Sometimes we have to write some Rails code in the migrations and it's hard to
keep them in working state because models wich are used there changes too often. there
some techniques which help to avoid these pitfalls. For example, define model
...
2021
2022
2023
2024
2025
2026
1.01
This gem allows easy conversion from punycode ACE strings to unicode UTF-8 strings and vice-versa.
2021
2022
2023
2024
2025
2026
1.01
Methods for processing ANSI escape codes in strings.
2021
2022
2023
2024
2025
2026
0.0
# Gadget
Some methods for getting metadata and other deep details from a PostgreSQL database.
## Installation
Add this line to your application's Gemfile:
gem 'gadget'
And then execute:
$ bundle
Or install it yourself as:
$ gem install gadget
## Usage
`#tables(conn)`
Return...
2021
2022
2023
2024
2025
2026
0.29
resque-status is an extension to the resque queue system that provides simple trackable jobs. It provides a Resque::Plugins::Status::Hash class which can set/get the statuses of jobs and a Resque::Plugins::Status class that when included provides easily trackable/killable jobs.
2021
2022
2023
2024
2025
2026