0.0
Generates saltstack's salt-ssh code for provisioning a new server. Code creates a user to run the rails application; gives that user sudo privileges without a password; installs: elasticsearch, nodejs, mysql, nginx, and rails. In the case of mysql, the code setsup a user with only the privileges ...
2021
2022
2023
2024
2025
2026
0.0
== DESCRIPTION MMS2R is a library that decodes the parts of an MMS message to disk while stripping out advertising injected by the mobile carriers. MMS messages are multipart email and the carriers often inject branding into these messages. Use MMS2R if you want to get at the real user gener...
2021
2022
2023
2024
2025
2026
0.0
BetterAppGen generates production-ready Rails 8 applications with a modern, opinionated stack. Features include: Solid Stack (Cache, Queue, Cable) backed by PostgreSQL instead of Redis, Vite 7 with Tailwind CSS 4 and Stimulus for frontend, multi-database architecture with separate databases for a...
2021
2022
2023
2024
2025
2026
0.0
It starts from the arbitrary page you provide and descents into the tree of links until it has either traversed all possible content on the web site or has stopped at some predefined traversal depth. It is written in Ruby and implemented as a CLI application. Based on user preference, it can outp...
2021
2022
2023
2024
2025
2026
0.0
A (mostly) spec-compliant OpenAPI 3.1 toolkit for Jekyll and other
Liquid-based static site generators: a navigable document model
(dereferencing, operations, tags, parameters) and schema-to-text
renderers (TypeScript-like, XML), exposed as Liquid filters.
Self-registers when listed in a Jekyll s...
2021
2022
2023
2024
2025
2026
0.0
The code to check for the iPhone user agent is from http://developer.apple.com. This doesn't have any dependencies. - in app/controllers/application.rb require 'is_it_iphone' class ApplicationController < ActionController::Base include IsItIPhone before_filter :adjust_format_for_iphone # Al...
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
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
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
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
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
== 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
Mainly the product of messing around, this gem comprises Ruby code for a few useful "Amazon Hacks" -- common techniques for manipulating Amazon product URLs and Images. This is mainly useful if you find yourself creating a site where you might link to Amazon product pages and display im...
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
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
StratoEnv populates ENV from one or more AWS SSM Parameter Store paths.
Multiple paths form layers, with later paths overriding earlier ones, so
you can split common config from node-specific or environment-specific
overrides. No Rails dependency; works in Rails, Sinatra, Lambda, scripts,
or any ...
2021
2022
2023
2024
2025
2026
0.0
Stubby is a lightweight and fast stubbing framework that was designed to help with the repetitive work of setting up stub scenarios for specifying/testing and optimized for speed and ease of use.
2021
2022
2023
2024
2025
2026
0.0
Ruby client for ScreenshotFreeAPI — screenshot-as-a-service. Capture web pages, mobile app store listings, and HTML strings via a simple HTTP API. Supports async job polling, webhook signature verification, and all billing/workspace endpoints.
2021
2022
2023
2024
2025
2026
0.0
SunRiseSet is a ruby class calculates the times of the sunrise, solar noon and sunset.
It also calculates astronomical, naval and civil twilight times.
Not sure of the origin of the algorithm.
I have seen a fortran version http://www.srrb.noaa.gov/highlights/sunrise/program.txt
a .pl www.mso.anu...
2021
2022
2023
2024
2025
2026