0.0
Senren UI is a Rails-native UI component library inspired by the developer
experience of shadcn/ui. It ships generators, a registry, and a centralized
AI-agent skill system. Components are copied into the host app (source-copy
architecture) so developers and AI agents can read and edit them direc...
2021
2022
2023
2024
2025
2026
0.0
This is an empty gem specifying a list of dependencies for RSence
Additionally, you may want to install these gems also, even though
they are tested for and auto-installation in tried:
- sqlite3
- rmagick
You must install a Javascript runtime engine separately, because
RubyGems isn't smart en...
2021
2022
2023
2024
2025
2026
0.0
== DESCRIPTION: ofx-parser is a ruby library to parse a realistic subset of the lengthy OFX 1.x specification. == FEATURES/PROBLEMS: * Reads OFX responses - i.e. those downloaded from financial institutions and puts it into a usable object graph. * Supports the 3 main message sets: banking, cr...
2021
2022
2023
2024
2025
2026
0.0
Astrails-Safe is a simple tool to backup databases (MySQL and PostgreSQL), Subversion repositories (with svndump) and just files.
Backups can be stored locally or remotely and can be enctypted.
Remote storage is supported on Amazon S3, Rackspace Cloud Files, or just plain SFTP.
2021
2022
2023
2024
2025
2026
0.0
This is a hacked-together version of the gem 'bootstrap-sass', with the generators from 'twitter-bootstrap-rails', has also replaced the Glyphicons icons with [Font Awesome](http://fortawesome.github.com/Font-Awesome/), since svg icons are resizable and colorable and such. There are also some cu...
2021
2022
2023
2024
2025
2026
0.0
Alf brings the relational algebra both in Shell and in Ruby. In Shell, because
manipulating any relation-like data source should be as straightforward as a
one-liner. In Ruby, because I've never understood why programming languages
provide data structures like arrays, hashes, sets, trees and grap...
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
One extends standard I18n so that you could store your translations in a Comma-Separated Value files (CSV) in a key-value manner, where the key is a word or a phrase or even a poem if you wish. No limits here (except be aware to escape symbols so the CSV format is kept). And the value is the same...
2021
2022
2023
2024
2025
2026
0.0
SessionKeys is a cryptographic tool for the deterministic generation of
NaCl compatible Curve25519 encryption and Ed25519 digital signature keys.
The strength of the system is rooted in the fact that the keypairs are derived from
passing an identifier, such as a username or email...
2021
2022
2023
2024
2025
2026
0.0
I believe that some of developers faced a situation when you can't convince your customer | project manager | team lead | teammates to use any of existing business logic handler, as they think it:
- has no value for business
- is hard to integrate
- needs to be learned be developers
- is no guara...
2021
2022
2023
2024
2025
2026
0.0
A Ruby gem implementing the SMART App Launch 2.2.0 specification and UDAP Security protocol for healthcare client applications. It supports OAuth 2.0 authorization against HL7 FHIR servers, including PKCE, private_key_jwt assertions (RS384 and ES384), confidential client flows, and the Backend Se...
2021
2022
2023
2024
2025
2026
0.0
OnLooker is a simple rails plugin that lets a user check the status of his or her website or server. OnLooker uses
Ping's to check via TCP or HTTP whether the site, sites or servers that you specify are online and accessible. OnLooker
also supports custom images to distinguish status.
2021
2022
2023
2024
2025
2026
0.0
== Synopsys
Ruby Enumerable extension. Main idea is lazy computations within enumerators.
== Usage
Install as a gem:
sudo gem install deferred_enum
This gem introduces DeferredEnumerator class:
ary = [1, 2, 3, 4]
deferred = ary.defer # #<DeferredEnumerator: [1, 2, 3, 4]:ea...
2021
2022
2023
2024
2025
2026
0.0
A Ruby port of @solana/wallet-adapter. Provides typed wallet adapter
abstractions, server-side signature verification, Sign-In-With-Solana
(SIWS) helpers, and a wallet registry for Rails applications.
2021
2022
2023
2024
2025
2026
0.0
Sileo Rails provides a dependency-light toast notification system for Rails 8.
It ships with a Stimulus controller, plain CSS styles, server-side helper methods,
and a JavaScript API for triggering notifications from anywhere in your app.
2021
2022
2023
2024
2025
2026
0.0
Packrat is a Sinantra extension based around the idea of mixing and matching. With Packrat we can combine multiple Sinatra applications into one instance, where they can share configuration data, filters, css and other static assets. Creating a new site out of existing pieces should be as simple ...
2021
2022
2023
2024
2025
2026
0.0
Scrapula is a library for scraping web pages that simplifies some of the
common actions that are involved.
It has a very simple API that can be used in several ways and contexts, and
another, shorter, that facilitates processing pages when characters are
scarce, like irb / pr...
2021
2022
2023
2024
2025
2026
0.0
The rubber plugin enables relatively complex multi-instance deployments of RubyOnRails applications to
Amazon's Elastic Compute Cloud (EC2). Like capistrano, rubber is role based, so you can define a set
of configuration files for a role and then assign that role to as many con...
2021
2022
2023
2024
2025
2026
0.0
CLI tools for streaming search (s3grep), viewing (s3cat), and reporting (s3info, s3report) on S3 objects. Supports gzip compression and searches large files with minimal memory usage.
2021
2022
2023
2024
2025
2026
0.0
CSV Files: I hate them, you probably do too, but sometimes you need to get data into your system and this is the only way it's happening.
If you're deploying a rails app in a cloud setup, you may have troubles if you're trying to store an uploaded file locally and process it later in a bac...
2021
2022
2023
2024
2025
2026