0.75
An intelligent layer for ActiveRecord (via Rails and Sinatra) for the Sphinx full-text search tool.
2021
2022
2023
2024
2025
2026
0.82
Cloud Translation can dynamically translate text between thousands of language pairs. Translation lets websites and programs programmatically integrate with the translation service. Note that google-cloud-translate-v3 is a version-specific client library. For most uses, we recommend installing th...
2021
2022
2023
2024
2025
2026
0.0
StartAt is a simple class for future code execution. It is designed
to execute a block of code at a specific point in time in the future.
StartAt works by spawning a new thread, determining how long it must wait (in
seconds) until the future date and time is reached, calling sleep with the
exa...
2021
2022
2023
2024
2025
2026
0.0
zenprofiler helps answer WHAT is being called the most. spy_on helps
answer WHERE those calls are being made. ZenProfiler provides a faster
version of the standard library ruby profiler. It is otherwise pretty
much the same as before. spy_on provides a clean way to redefine a
bottleneck method so...
2021
2022
2023
2024
2025
2026
0.0
Base32 is one of several base 32 transfer encodings. Base32 uses a 32-character set comprising the twenty-six upper-case letters A–Z, and the digits 2–7. Base32 is primarily used to encode binary data, but Base32 is also able to encode binary text like ASCII. Base32 is a notation for encoding arb...
2021
2022
2023
2024
2025
2026
1.1
Adds support for creating state machines for attributes on ActiveRecord
2021
2022
2023
2024
2025
2026
2.15
A simple gem to atomically write files
2021
2022
2023
2024
2025
2026
0.99
An Action Dispatch session store backed by an Active Record class.
2021
2022
2023
2024
2025
2026
0.02
Own your errors. Own your stack. A fully open-source, self-hosted error tracking Rails engine for solo founders, indie hackers, and small teams. Exception monitoring with beautiful dashboard UI, multi-channel notifications (Slack, Email, Discord, PagerDuty), platform detection (iOS/Android/Web/AP...
2021
2022
2023
2024
2025
2026
0.01
= sinatra-mongo
Extends Sinatra with an extension method for dealing with monogodb using the ruby driver.
Install it with gem:
$ gem install sinatra-mongo
Now we can use it an example application.
require 'sinatra'
require 'sinatra/mongo'
# Specify the database to use. Defa...
2021
2022
2023
2024
2025
2026
1.81
ember-data source code wrapper for use with Ruby libs.
2021
2022
2023
2024
2025
2026
0.0
StartMeUp helps designers start projects faster by defining a basic set of Sass
variables, default element style and project structure. It’s been specifically
designed for use within web applications. StartMeUp should live in your project’s
root Sass directory and we encourage you to modify and e...
2021
2022
2023
2024
2025
2026
0.0
Studio Game
Program is meant to add multiple players to a game, and then give or remove health and points based on random rolls of a die. These players also accumulate random treasures that give them bonus points. Included are some other mixins that have weighted die, or players that have higher...
2021
2022
2023
2024
2025
2026
0.0
Help the user get to a place where the speedy F8/F10/F11/etc keys work.
== Pry F-Keys
[+F4+] ls -l (show all locally-defined variables and values)
[+F5+] whereami (show the code context)
[+F6+] up (a frame, depends on pry-stack_explorer, as does the next one)
[+F7+] down
[+F8+] continue (dep...
2021
2022
2023
2024
2025
2026
0.0
Oddjob is a simple command line driver web server, written in ruby and
utilizing ruby's built in web server webrick. It is meant to be a test and
development tool, suitable for static content from a local directory.
Oddjob also provides basic file upload capabilities (single or multi-file
uploa...
2021
2022
2023
2024
2025
2026
2.14
Simple low-level client for Redis 6+
2021
2022
2023
2024
2025
2026
2.14
The PDF::Reader library implements a PDF parser conforming as much as possible to the PDF specification from Adobe
2021
2022
2023
2024
2025
2026
1.22
Power Assert shows each value of variables and method calls in the expression. It is useful for testing, providing which value wasn't correct when the condition is not satisfied.
2021
2022
2023
2024
2025
2026
0.0
SemillaGen let's you create (Actionscript3.0 based) projects and classes with ease.
SemillaGen generated projects or classes are customizable via templates.
The default templates setup the project for Continuous Integration using FlexUnit.
the default class template creates a class and a test ca...
2021
2022
2023
2024
2025
2026
0.12
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"...
2021
2022
2023
2024
2025
2026