0.0
This small gem contains several data structures that I have implemented in Ruby to learn how they work.
Sometimes it is not enough to read the description of a data structure and accompanying pseudo-code.
Actually implementing it is often helpful in understanding what is going on. It is also
usu...
2021
2022
2023
2024
2025
2026
0.0
Brings the stimulus_grid data-grid into Rails as a first-class engine. Provides ApplicationGrid for declaring columns server-side; cell-grained Turbo Stream actions (cell, cell-confirm, cell-revert, row-insert-sorted, row-remove, bulk); a single PATCH endpoint for cell mutations with optimistic-i...
2021
2022
2023
2024
2025
2026
0.0
Beam Up is a deployment CLI for static sites that works with popular hosting providers like Netlify, AWS S3, Seal Static, statichost.eu and Hetzner. Configure it once, then deploy your site to any provider with a single command. Use it from the command line, embed it in your Ruby scripts or integ...
2021
2022
2023
2024
2025
2026
0.0
This is the real deal! Download and Install away!
Ruby on Skis provides a template for your wxRuby project.
The template provides a directory structure, a set of Rakefiles to manage, and most importantly,
to _package_ your Ruby application for distribution as a standalone program. It ...
2021
2022
2023
2024
2025
2026
0.0
This is a TeX-to-HTML+MathML+CSS converter class using the Javascript-based
KaTeX, interpreted by one of the Javascript engines supported by ExecJS.
The intended purpose is to eliminate the need for math-rendering Javascript
in the client's HTML browser. Therefore the name: SsKaTeX means Server-s...
2021
2022
2023
2024
2025
2026
0.0
Backup is a Ruby Gem written for Unix and Ruby on Rails (2 and 3) environments. It can be used both with
and without the Ruby on Rails framework! This gem offers a quick and simple solution to backing up databases
such as MySQL/PostgreSQL/SQLite and Files/Folders. All backups can be transferr...
2021
2022
2023
2024
2025
2026
0.0
Clones a SourceForge project's directory tree and downloads its files by scraping the Files pages (SourceForge has no official API). Runs in two stages - map the tree, then download - with a live status bar and optional JSON metadata. Supports concurrency, file integrity verification (MD5 / SHA1)...
2021
2022
2023
2024
2025
2026
0.0
This gem allows to replace any asset (image, CSS stylesheet, script, etc.) with a light-weight link to the same asset located at a remote storage (e.g. Amazon S3). The idea behind it is to reduce the size of the application deployment, especially when it is limited by a hosting service (e.g. max ...
2021
2022
2023
2024
2025
2026
0.0
Settis provides simple settings storage for web applications using Redis. It is intended as a replacement for single-row tables and other relational database solutions to the same problem.
2021
2022
2023
2024
2025
2026
0.0
A Ruby client for the NOCMS.org web service API. Provides server-side helpers for Rails/Sinatra/Rack applications. keywords: ruby, rails, sinatra, rack, CMS, content management systems, search, cloud, SAAS, JSON, web service
2021
2022
2023
2024
2025
2026
0.0
The Kiosk framework allows you to divide your software system to be divided into
small, single-purpose software components. Parameters and return values are passed as data
that can be expressed in JSON maps.
Components can be deployed in-process or in another process or on anoth...
2021
2022
2023
2024
2025
2026
0.0
This gem is an adapter for the dogstatsd-ruby gem. Unlike the Datadog::Statsd metric sender, this gem supports pre-declaring schemas defining allowed metrics and their types, the tags that apply to them, and tag values that must be validated before streamed to Datadog. This approach allows for a ...
2021
2022
2023
2024
2025
2026
0.0
Mokio is a Content Management System that allows creation of
sophisticated websites. It consists maily of administration panel for your
desired website.
It provides the following types of content: Article (piece of text with
pictures, lists, links, etc.), Picture Gallery (easi...
2021
2022
2023
2024
2025
2026
0.0
RailStat generator creates a real-time web site statistics system. Features: - Page views paths on each session - Number of total hits / unique hits - Operating system and browser - Countries and languages - Referrers and search strings - Flash / JavaVM / Javascript / ScreenWidth / ColorDepth
2021
2022
2023
2024
2025
2026
0.0
A preset on a Line 6 Helix or HX Stomp is a saved guitar rig: an amp, a speaker cabinet, the pedals in front of them, the order it all runs in, and where every knob is set. Line 6 saves one as an .hlx file. This gem opens that file and hands the rig back as ordinary Ruby - the blocks in order, wh...
2021
2022
2023
2024
2025
2026
0.0
Solves a quirk of rspec --profile in some code bases: result vary with every random spec ordering. This seems to be due to differences in dependency load order, class initialization, and test server startup. This lib runs rspec --profile many times, averaging the results to always give the same (...
2021
2022
2023
2024
2025
2026
0.0
Have you ever find yourself going through the aws cli documentation page over and over again just to remember the right syntax or argument(s) for that command that you wanna run? Do you feel that you are more productive from the command line? Are you tired of having to open private browser window...
2021
2022
2023
2024
2025
2026
0.0
Sade is a template language designed to make writing HTML easier and more readable. It uses an S-expression based syntax, which requires parentheses, but allows flexible
indentation and line breaks. Templates and raw HTML can be embedded directly, making
reuse straightforward. Additional shorthan...
2021
2022
2023
2024
2025
2026
0.0
Format, Verify & Follow URL redirects with detailed reports. (Ex => url: 'blackwellford.com/staff', verified_url: 'https://www.blackwellford.com', response_code:'200', url_redirected: true, url_sts: 'Valid', url_path: '/staff'). Following url redirects can sometimes take a few minutes and often c...
2021
2022
2023
2024
2025
2026
0.0
== FEATURES/PROBLEMS: I have written some simple tests of my "local" code, but have not attempted to mock out SmugMug or write a bunch of fragile hard coded tests. On top of that I just put the code together without tests as I was "testing" against the API. So there are a ...
2021
2022
2023
2024
2025
2026