An open API service indexing awesome lists of open source software.

Ruby

Ruby was developed by Yukihiro “Matz” Matsumoto in 1995 with the intent of having an easily readable programming language. It is used by the Rails framework to create dynamic web-applications. Ruby’s syntax is similar to that of Perl and Python.

https://github.com/dannyben/loadrunner

GitHub Webhook Server and Event Simulator

gem github-webhooks ruby

Last synced: 18 Apr 2025

https://github.com/mauricelambert/cve-2021-31166

CVE-2021-31166: exploitation with Powershell, Python, Ruby, NMAP and Metasploit.

bluescreen crash cve cve-2021-31166 denial-of-service dos exploit iis metasploit microsoft nmap payload powershell python3 ruby vulnerability webserver

Last synced: 04 Sep 2025

https://github.com/rspec-3-book/rspec-print_failures_eagerly

Tweaks the built-in RSpec formatters to cause failures to be printed immediately when they occur.

rspec rspec-formatter ruby

Last synced: 11 Jul 2025

https://github.com/bdurand/simple_throttle

Simple redis backed throttle ruby gem

performance redis ruby throttle

Last synced: 09 Jul 2025

https://github.com/ampaire/tic-tac-toe

This is an implementation of the tic tac toe game in ruby

board game microverse-projects player ruby turns

Last synced: 11 Sep 2025

https://github.com/ph-7/peachlang

:peach: PeachLang™ is a simple interpreted language done with Ruby using Racc (the Ruby version of Yacc/Bison). The language has been made thanks to MACournoyer's book http://01script.com/comment-creer-son-langage-de-programmation/

bison interpreted-language interpreted-languages interpreted-programming-language interpreter language own-language parser peach-language peachlang programming programming-language programming-languages racc ruby simple-programming-language yacc

Last synced: 09 Apr 2025

https://github.com/simandebvu/data-structures-algorithms

This repository will serve as a reference for knowledge, practice and implementation. More information available in the project WIKI.

practice ruby sorting-algorithms zimbabwe

Last synced: 23 Apr 2025

https://github.com/joshbeckman/readwise-ruby

Minimal Readwise API client and highlight parsing library

gem readwise ruby

Last synced: 03 Sep 2025

https://github.com/zeljkofilipin/pacman

Automating Google Pacman

game pacman ruby selenium

Last synced: 28 Apr 2025

https://gitlab.com/robotmay/chunky_cache

Multi-fetching cache doodad for Rails. Cache lots of small areas of views with no network latency penalty. Exclude certain parts from cached areas. Has science gone too far?

caching rails ruby ruby-on-rails

Last synced: 13 Apr 2025

https://github.com/haroonabdulrazaq/tictactoe

(Solo)TicTacToe is a 3x3 grid dual player game that assigns symbols(Xs, Os) to players. The final outcome is either a tie or a win. There are 8 possible winning combinations from a player, the player can win by making 3 consecutive moves either vertically, horizontally or diagonally. A player has a maximum of 5 possible moves.

game ruby solo

Last synced: 25 Feb 2026

https://github.com/german-cobian/my-first-rails-app

This unstyled app is an exercise in building CRUD (Create, Read, Update and Destroy) functionality the Ruby-on-Rails way. It allows users to input a car (with it's make, model and year information) into a listing, view that listing, edit the info on a specific car listing, or delete that car from the listing.

rails ruby

Last synced: 31 Aug 2025

https://github.com/kmc-jp/rubwiki2

Wiki based on git

git ruby wiki

Last synced: 01 Feb 2026

https://github.com/infrablocks/confidante

A configuration engine combining environment variables, programmatic overrides and the power of hiera.

configuration hiera hierarchical hierarchical-data hierarchy infrablocks library ruby ruby-gem ruby-library rubygem

Last synced: 10 Jul 2025

https://github.com/tubbo/active_record-embedded

Embed Data in your ActiveRecord Models

activerecord document-database rails ruby

Last synced: 12 Apr 2025

https://github.com/y-crdt/yrb-redis

A Redis companion for yrb.

crdt redis ruby

Last synced: 15 Apr 2025

https://github.com/shayonj/emergency_number

Get any emergency numbers for any country in the world. Based on Emergency Number API.

api-wrapper emergency-numbers ruby ruby-gem

Last synced: 24 Oct 2025

https://github.com/artob/myonn.rb

The source code for my If.rb #5 presentation Make Your Own Neural Network with Ruby.

handwriting-recognition mnist neural-network ruby

Last synced: 04 Aug 2025

https://github.com/mohamedhnoor/rails-blog

For this project, I created a simple blog application using CRUD operations and routes in Ruby on Rails. I started by setting up my models, controllers, and views, and then added the necessary routes to enable CRUD functionality for blog posts.

bootstrap ruby ruby-on-rails

Last synced: 10 Apr 2025

https://github.com/jonathanhefner/dub_thee

Rails page titles via I18n

page-title rails ruby ruby-on-rails

Last synced: 11 Nov 2025

https://github.com/jeremywrnr/tv.rb

fuzzy terminal art

art ruby terminal tv

Last synced: 09 Apr 2025

https://github.com/healthypackrat/safari_bookmarks_parser

Dump ~/Library/Safari/Bookmarks.plist as JSON/YAML (RubyGems)

bookmarks ruby safari

Last synced: 28 Apr 2025

https://github.com/skateman/dev-board

A simple developer dashboard that displays open PRs for a GitHub repo

dashboard development rails ruby

Last synced: 12 Apr 2025

https://github.com/johansenja/quince

A web framework for building React-style apps in Ruby. Check out the demo 👇

ruby

Last synced: 29 Apr 2025

https://github.com/dodonki1223/eroge_release_cmd

美少女ゲームの発売リストをコマンドラインで操作するツールです

cli-app google-drive-ruby rspec ruby

Last synced: 23 Oct 2025

https://github.com/bigcommerce/gruf-commander

Command/Request library for Gruf request validation

cqrs gruf ruby

Last synced: 22 Apr 2025

https://github.com/fnando/epub

Create epub files using Ruby (EPUB 3.3).

epub epub3 ruby

Last synced: 12 Mar 2026

https://github.com/jrjoacir/template-ruby-grape-api

Purpose of this project is to offer a template for create an API in Ruby language using Grape API framework inside docker container and propose a development architecture for APIs

api api-blueprint backend container-docker database-container development-architecture docker docker-compose grape healthcheck orm postgresql puma rspec rubocop ruby ruby-language sequel template

Last synced: 05 Jul 2025

https://github.com/jpalumickas/backup-repos

Backup your GitHub, BitBucket and GitLab repositories

backup bitbucket github gitlab gitlab-repositories ruby rubygems

Last synced: 28 Apr 2025

https://github.com/noma4i/pivotal_miner

Redmine Plugin to Sync Pivotal Tracker with Redmine and vise versa

pivotal-tracker redmine redmine-plugin ruby

Last synced: 12 Aug 2025

https://github.com/eregon/adventofcode

My solutions in Ruby to http://adventofcode.com/

advent-of-code advent-of-code-2015 advent-of-code-2016 advent-of-code-2017 ruby

Last synced: 29 Sep 2025

https://github.com/ksk001100/pixel_matcher

Library to compare images and generate difference image files

diff-image image-processing imagemagick rmagick ruby

Last synced: 10 Apr 2025

https://github.com/javitocor/members-only

A project built with Ruby on Rails based on authenticate users and modify the view for logged users

microverse odin-project ruby ruby-on-rails

Last synced: 07 Oct 2025

https://github.com/remedyit/r2corba

R2CORBA, the Ruby CORBA Implementation

corba idl middleware omg rclm ruby

Last synced: 09 Aug 2025

https://github.com/grahamedgecombe/ignition

Static pages for Rails 4.

rails ruby

Last synced: 23 Apr 2025

https://github.com/mrdziuban/opal-rb-loader

Opal webpack loader

opal ruby webpack webpack-loader

Last synced: 09 Oct 2025

https://github.com/yahir91/scraper

A web scraper that is used to retrieve medical articles from the Scielo website. Built with Ruby.

ruby scraper

Last synced: 15 Jul 2025

https://github.com/melashu/json_or_ruby_to_csv

This gem converts arrays of JSON objects, arrays of hashes, arrays of ActionController params, simple hashes, or ActiveRecord relations and objects to a CSV-formatted string.

ruby ruby-gem

Last synced: 24 Apr 2025

https://github.com/teekaytech/techtalks

A blog for creating and reading tech-related articles. Users can sign up/log in with third-party apps like twitter/google. Built with Ruby on Rails, AWS S3 and Bootstrap.

bootstrap4 css3 html5 responsive-web-design ruby ruby-on-rails

Last synced: 07 May 2025

https://github.com/frempongdev/oop-school-library

School Library is a Ruby console application for managing a library of a school. The application leverages Object Oriented Programming (OOP) and its classes to create manageable objects like students, teachers, classroom etc. Built with Ruby, Postgesql.

database oop oop-in-ruby orm postgresql relational-databases ruby sql

Last synced: 09 Oct 2025

https://github.com/dbroeglin/azure-rails-starter

Sample Ruby on Rails app deployed (Bicep) on Azure Container App with PostgreSQL

azd-templates azure azure-devops azure-postgres devcontainer github rails ruby ruby-on-rails

Last synced: 24 Aug 2025

https://github.com/euglena1215/grpc_required_annotator

Annotator for null validation of gRPC requests using `required`

grpc ruby

Last synced: 09 Oct 2025

https://github.com/nafidurmus/covid-19-live-count

Türkiye ve Dünyadaki Covid-19(Coronavirüs) vakalarını canlı takip edebileceğiniz bir platform.

boostrap ruby ruby-on-rails

Last synced: 05 May 2025

https://github.com/stitchfix/resqutils

Handy methods, classes, and test support for applications that use Resque

gem opensource ruby

Last synced: 25 Apr 2025

https://github.com/c00p75/oop-school-library

School Library is a Ruby practice project aimed at mastering Object Oriented Programming.

rspec ruby

Last synced: 01 Sep 2025

https://github.com/tobuya/post_stream

The Post Stream is a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts. Built by Ruby on Rails

css3 javascript postgresql ruby ruby-on-rails

Last synced: 14 Jun 2025

https://github.com/reednj/udp_rest

Client and server modules to allow making REST HTTP requests over UDP

http rest ruby udp

Last synced: 02 Jul 2025

https://github.com/zhisme/lazy_names

Ease your console typing with redefining constants by shorter version

console constants irb pry ruby

Last synced: 23 Apr 2025

https://github.com/adewunmi97/ror-capstone

In this project, I built a Job opinion application based on a redesign of Twitter.

database ruby

Last synced: 23 Apr 2025

https://github.com/mhdez221993/tic_tac_toe

A game in which two players alternately put Xs and Os in compartments of a figure formed by two vertical lines crossing two horizontal lines and each tries to get a row of three Xs or three Os before the opponent does .

games ruby shell

Last synced: 23 Apr 2025

https://github.com/dannyben/victor-cli

Command line for Victor, the Ruby SVG library

gem ruby svg svg-builder

Last synced: 17 Apr 2025

https://github.com/bienvenuushindi/recipe-app

The Recipe app keeps track of all your recipes, ingredients, and inventory. It will allow you to save ingredients, keep track of what you have, create recipes, and generate a shopping list based on what you have and what you are missing from a recipe.

bootstrap rspec ruby ruby-on-rails

Last synced: 20 Apr 2025

https://github.com/postmodern/fake_io.rb

A mixin module for creating fake IO-like classes.

help-wanted io mocking ruby

Last synced: 21 Apr 2025

https://github.com/danifromecuador/recipes

This is a Server-side Rendering application (SSR) following the MVC architecture. After the user logs in, them can create or edit recipes, adding or removing ingredients, generating shopping list and sharing their recipes with all other users.

postgresql rails render-deployment ruby

Last synced: 24 Apr 2025

https://github.com/dklisiaris/bibliography

Bibliography is a book cataloging web application with social features.

bibliography book-catalog rails ruby social-network

Last synced: 10 Jan 2026

https://github.com/iamyunusali/eventify-backend

Eventify is a Full-stack web application. that makes easier to post, reserve and delete events on a click of button. This is the Backend(API) of the System.

postgresql rspec-rails ruby ruby-on-rails swagger swagger-ui

Last synced: 24 Apr 2025

https://github.com/nbulaj/alpha_card

A Ruby / JRuby / Rails gem for integrating with Alpha Card Services

alpha-card jruby payment-gateway ruby sales

Last synced: 04 Jul 2025

https://github.com/oybekkayumov/morse-code

This project uses ruby to decode morse code and returns the message in plain English.

irb linters pair-programming rubocop ruby

Last synced: 23 Apr 2025

https://github.com/pablobona/recipe-app

Welcome to the Recipe App, a Ruby on Rails-based application designed to simplify your recipe management process. This application allows users to save and organize ingredients, manage their inventory, create new recipes, and generate shopping lists based on available ingredients and missing items.

devise rails ruby ruby-app ruby-gem ruby-on-rails

Last synced: 06 Jul 2025

https://github.com/diowa/ruby3-rails7-bootstrap-heroku

An opinionated starter application based on Ruby 3.1, Rails 7.1, Webpack 5, pnpm, and Bootstrap 5, deployable on Heroku

bootstrap font-awesome heroku pnpm postgresql rails redis rspec rubocop ruby slim starter-app turbo

Last synced: 16 Apr 2025

https://github.com/infrablocks/rake_docker

Rake tasks for managing images and containers.

docker infrablocks rake rake-task rake-taskset ruby ruby-gem rubygem taskset

Last synced: 22 Apr 2025

https://github.com/DragonRuby/lightstorm

Minimalistic ahead-of-time Ruby compiler

llvm mlir mruby ruby

Last synced: 10 Aug 2025

https://github.com/fabianfrz/opnsense_client_lib

Library to use the OPNsense API - written in Ruby

client opnsense ruby

Last synced: 26 Apr 2025

https://github.com/andredarcie/tracker

The most funny entertainment tracker ever 🔥

books comics documentaries games movies postgres rails ruby tv-shows

Last synced: 28 Apr 2025

https://github.com/nebulab/renderful

A Ruby rendering engine for headless CMSs, with support for caching and Ruby on Rails.

component contentful rails rendering ruby ui

Last synced: 22 Apr 2025

https://github.com/toburger/rulesengine

Experimentations with DLR (Dynamic Language Runtime) and MEF (Managed Extensibility Framework)

dlr dotnet javascript mef php python ruby

Last synced: 13 Apr 2025

https://github.com/maumagnaguagno/map_generator

:globe_with_meridians: Map generator for the lazy game designer

labyrinth map maze ruby

Last synced: 09 Apr 2025

https://github.com/kaykeeb3/concessionaire

Projeto de nota final de cursor, ele foi desenvolvido através de boas práticas e consolidado com nota máxima sendo aprovado.

javascript php ruby

Last synced: 16 Jul 2025

https://github.com/ptsurbeleu/jekyll-theme-specs

:gem: Human-readable specifications for your Jekyll theme!

cucumber jekyll jekyll-theme jekyll-themes ruby ruby-gem

Last synced: 05 Jul 2025

https://github.com/infrablocks/ruby_helm

A thin ruby wrapper for Helm

helm ruby ruby-gem rubygem

Last synced: 10 Jul 2025

https://github.com/simnalamburt/kollus-ruby

:package: kollus API written in ruby

kollus ruby

Last synced: 31 Jul 2025

https://github.com/cbrnrd/krypton

🔒 A CLI tool for easy cryptography

cli command-line-tool cryptography encryption ruby security

Last synced: 22 Apr 2025

https://github.com/hausgold/factory_bot_instrumentation

Allow your testers to generate test data on demand

api factory-bot gem oss ruby

Last synced: 12 May 2025

https://github.com/klaxit/danger-brakeman_scanner

A Danger plugin for running Ruby files through Brakeman.

danger-plugin ruby ruby-on-rails security-scanner

Last synced: 01 Apr 2025

https://github.com/govuk-ruby/govuk-design-system-rails

Implementation of GOV.UK Design System components in Ruby on Rails

govuk govuk-design-system govuk-frontend rails ruby

Last synced: 23 Apr 2025

https://github.com/thoughtbot/clearance-i18n

Translations for clearance

clearance i18n ruby thoughtbot

Last synced: 27 Apr 2025

https://github.com/ronin-rb/ronin-post_ex

A Ruby API for Post-Exploitation

hacktoberfest post-exploitation ruby

Last synced: 05 Sep 2025

https://github.com/kanzatahreem/recipe-app

The Recipe app keeps track of all your ingredients, recipes, and public recipes. It allows users to save ingredients, keep track of what they have, create recipes, and generate a shopping list based on what they have and what they are missing from a recipe.

bullet cancancan capybara-rspec crud database devise psql ruby ruby-on-rails

Last synced: 27 Oct 2025

https://github.com/kevinelliott/power_snoop

Ruby gem to snoop on power consumption from known devices.

consumption heat power ruby ruby-gem

Last synced: 01 May 2025

https://github.com/nvoynov/punch

Punch focuses on business logic layer design in accordance with the principles of The Clean Architecture. It provides basic frame, code-generators, DSL, and CLI

business-logic-layer cli dsl entity erb interactor plugin poro ruby service source-code-generator the-clean-architecture usecase

Last synced: 26 Oct 2025

https://github.com/mtarnovan/ruby_pg_cdc

An (experimental) Ruby replication client / CDC for Postgres

cdc change-data-capture logical-replication postgres psql replication ruby

Last synced: 07 May 2025

https://github.com/schmich/runx

Cross-platform, zero-install, Ruby-based task runner

command-line cross-platform go golang make rake ruby task-runner zero-install

Last synced: 28 Oct 2025

https://github.com/abhinavs/scoop

Scoop - a production-ready Sinatra boilerplate project using Corneal, ActiveRecord, Capistrano, Puma & Nginx

activerecord api-boilerplate capistrano corneal json-api nginx nginx-proxy puma ruby sinatra sinatra-boilerplate sinatra-mvc sinatra-skeleton

Last synced: 23 Apr 2025

https://github.com/rnd-soft/rapidity

Simple but fast Redis-backed distributed rate limiter. Allows you to specify time interval and count within to limit distributed operations.

gem rate-limiting redis ruby

Last synced: 16 May 2025

https://github.com/fga-eps-mds/owla

Real-time Q&A and Slides sharing to help teachers and students

classes rails real-time ruby

Last synced: 17 Aug 2025

https://github.com/raviqqe/dockerfile-dsl.rb

Dockerfile DSL in Ruby

docker dsl ruby

Last synced: 16 Apr 2025

https://github.com/a-chacon/minitest-cc

Plugin for minitest. It provides minimal information about code coverage.

minitest minitest-plugins ruby

Last synced: 12 May 2025

https://github.com/acushlakoncept/micro-reddit

This project was used to get our feets wet working on database model using Rails powerful ORM called Active Records. The data structures necessary to support link submissions and commenting on Reddit was the main focus of this project

active-records gem ruby ruby-on-rails webpack

Last synced: 23 Apr 2025

https://github.com/ruby/win32api

ruby

Last synced: 19 Oct 2025

https://github.com/general-cbic/ruby-heap

Binary or multiple heap (heapsort)

heapsort ruby sort sorting-algorithms-implemented

Last synced: 12 May 2025

https://github.com/lewiscowles1986/jekyll-improved-category-pages-plugin

I Believe a better way of generating category pages for Jekyll

jekyll needs-tests older proof-of-concept ruby template

Last synced: 19 Apr 2025

https://github.com/german-cobian/form-creator

A Rails exercise in the building of forms, HTML first and then using the helper methods that Rails provides, namely #form_tag and #form_with. It consists of an app which allows the user to input and save his/her username, email address and password. .

css html rails ruby

Last synced: 03 Jul 2025

https://github.com/miguelargentina/microverse-ruby-capstone-project

A Ruby developed Telegram bot to get the weather forecast based on the GPS location or searching for a location in Open Weather Map

ruby telegram-bot

Last synced: 19 Apr 2025

https://github.com/darrhiggs/sidekiq-trackable_batch

Access detailed, up-to-date information about a Sidekiq::Batch as it runs

batch rails ruby sidekiq

Last synced: 25 Aug 2025