0.0
ZenTest provides 4 different tools and 1 library: zentest, unit_diff, autotest, multiruby, and Test::Rails. ZenTest scans your target and unit-test code and writes your missing code based on simple naming rules, enabling XP at a much quicker pace. ZenTest only works with Ruby and Test::Unit. un...
2021
2022
2023
2024
2025
2026
0.0
A smart, static site generator that automatically manages dependencies to
achieve blazing build times with minimal cognitive load. Only new and changed
files, and files upstream of a changed dependency are processed. Renders
markdown or embedded-Ruby (Erb-like) content as HTML.
Supports template...
2021
2022
2023
2024
2025
2026
0.0
pg_any_where patches Arel so that `where(column: array)` emits
`column = ANY($1::type[])` instead of `column IN ($1, $2, …)`.
This yields a stable prepared-statement shape (one bind parameter regardless
of array size), better PostgreSQL plan cache utilisation, and cleaner
pg_stat_statements outp...
2021
2022
2023
2024
2025
2026
0.0
database-cloner-rails provides two rake tasks for moving database records between
Rails environments. `rake database:download` dumps all ActiveRecord model records
to plain Ruby files (Model.create(...) statements). `rake database:upload` replays
those files to restore records in the target datab...
2021
2022
2023
2024
2025
2026
0.0
Locallingo extends i18n-tasks with AI translation (via RubyLLM — OpenAI, Anthropic, and more), source-hash drift detection so only missing/changed keys are re-translated, and a static + AI translation-quality linter. Everything app-specific — target locales, provider/model, prompt context and glo...
2021
2022
2023
2024
2025
2026
0.0
Extends ActionView with a `vue` helper for the Islands architecture: Vue
components mounted on otherwise static, server-rendered pages. Unlike the
built-in `tag` helper, it emits v-bind shorthand for typed props, switches
to single-quote attribute delimiters when values contain double quotes (e.g...
2021
2022
2023
2024
2025
2026
0.0
This gem modifies capistrano recipes to allow deploys to windows machines.
Several nuances such as the lack of symlinks make the deploy a little different, but it's better than doing it by hand.
See the github page for instruction on how to set up Windows to get it ready for a deploy.
2021
2022
2023
2024
2025
2026
0.0
== DESCRIPTION: Charlie is a library for genetic algorithms (GA) and genetic programming (GP). == FEATURES: - Quickly develop GAs by combining several parts (genotype, selection, crossover, mutation) provided by the library. - Sensible defaults are provided with any genotype, so often you only n...
2021
2022
2023
2024
2025
2026
0.0
RailsRestKit provides a comprehensive solution for building RESTful Rails controllers with minimal boilerplate. It automatically generates standard CRUD actions (index, show, new, create, edit, update, destroy) with built-in lifecycle callbacks and validation states (valid/invalid). The gem inclu...
2021
2022
2023
2024
2025
2026
0.0
LogicalTabs assists in the creation of a tabbed panel UI for Rails apps
with several advantages. A Rails helper generates the tedious (but
semantically clean) HTML structures for you. Tab selection persists across
page loads, the page is functional when JavaScript and/or CSS ar...
2021
2022
2023
2024
2025
2026
0.0
Khaleesi is a blog-aware or documentation-aware static site generator write in Ruby, supports markdown parser, series of decorators wrapping, code syntax highlighting, simple page script programming, page including, dataset traversing etc.
2021
2022
2023
2024
2025
2026
0.0
This is a specialized selenium framework that should work on Salesforce.com, to create test scripts or enable users to perform activies that cannot be handled through the use of APIs.
2021
2022
2023
2024
2025
2026
0.0
This gem allows you to store some text in a simple-key value format and fetch it whenever you need from your methods. Various classes may have different messages attached and apply different fetching logic. Messages also support interpolation and can be stored in separate YAML files.
2021
2022
2023
2024
2025
2026
0.0
MailPot is a simple SMTP server honeypot that will catch emails and store
them in S3 and then pop a message into SQS for later processing
2021
2022
2023
2024
2025
2026
0.0
windraw renders shapes and text into an off-screen bitmap using the graphics
stack that already ships with Windows — Direct2D for vector drawing,
DirectWrite for text, and WIC for PNG encoding — then saves a PNG to a file
or returns the bytes as a string. A Cairo-style 2D canvas with no window or...
2021
2022
2023
2024
2025
2026
0.0
Simplifies the integration of a custom, standards-compliant SSO service into any Rack-based application (like Rails or Sinatra) using the OmniAuth framework.
2021
2022
2023
2024
2025
2026
0.0
A manual-generation plugin for Hoe.
This is a plugin for Hoe[http://seattlerb.rubyforge.org/hoe/] that
adds tasks and resources for generating a manual or cookbook.
It's self-documenting, so for more, see
{the latest manual for hoe-manualgen itself}[http://deveiate.org/code/hoe-manualgen/].
2021
2022
2023
2024
2025
2026
0.0
Standalone Ruby library for completed AI input and output safety. Detects and redacts PII, identifies prompt injection attacks (including multi-turn patterns), scans for leaked secrets, enforces reusable custom restricted-content policies, and provides explicit Rails boundary adapters and sanitiz...
2021
2022
2023
2024
2025
2026
0.0
SocketHarness is a test utilities that helps implement Test Harness pattern from the book "Release it!". It seats between application and integration server to simulate odd network/application behaviors, e.g. slow network.
2021
2022
2023
2024
2025
2026
0.0
The input consists of a string containing a sequence of commands, where a command is represented by a single capital letter at the beginning of the line. Parameters of the command are separated by white spaces and they follow the command character.
Pixel co-ordinates are a pair of integers: a co...
2021
2022
2023
2024
2025
2026