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/cheezenaan-sandbox/sample_app_rev4

Sample application forked from https://railstutorial.jp/

docker rails rails-tutorial ruby

Last synced: 29 Jul 2025

https://github.com/owusu-desmond/guess-game

This is a simple guessing game. The program will generate a random number between 0 and 9. It will then prompt the player to enter a guess. After a guess is entered, the program will indicate whether the guess is too low or too high. If the guess is correct, the game will print a congratulatory message and exit.

guessing-number-game ruby

Last synced: 29 Jul 2025

https://github.com/powerlevel9000/school-library

School Library is ruby based with terminal user interface project in which you can create persons books and bunch of more objects School Library is a totally OOP (Object Oriented Programming) with inheritance, polymorphism and private methods

database relationships ruby

Last synced: 30 Jul 2025

https://github.com/gedeonts/morse_code_decoder

This is a project to decode a Morse code using Ruby programming language.

ruby

Last synced: 23 Sep 2025

https://github.com/jeffkay16/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.

postgresql rails ruby

Last synced: 01 Aug 2025

https://github.com/bondok6/enumerable

In this project we learned how to use a module inside a class. For this we created a class `MyList` and a module `MyEnumerable`. the module MyEnumerable will implement a subset of the functionality of Enumerable.

ruby

Last synced: 02 Aug 2025

https://github.com/foca/granola-cache

Cache the output of your Granola serializers.

caching granola json-serialization lesscode ruby

Last synced: 03 Aug 2025

https://github.com/bilby91/ddsl

Docker Declarative Specific Language

ci circleci ddsl docker gitlab ruby travis-ci

Last synced: 02 Aug 2025

https://github.com/trashhalo/constant_sandbox

Tool for ruby codebases used to enforce boundaries and modularize Rails applications

linter rails ruby

Last synced: 03 Aug 2025

https://github.com/mtwilliams/ryb

:meat_on_bone: Generate build files for Visual Studio, XCode, and Ninja.

build-system dsl ninja ruby visual-studio xcode

Last synced: 29 Sep 2025

https://github.com/michaelherold/bridgetown-webfinger

A Bridgetown plugin that gives your site the ability to answer Webfinger requests

bridgetown-automation bridgetown-plugin ruby webfinger

Last synced: 30 Sep 2025

https://github.com/raminmammadzada/rails-members-only

Microverse School > Rails > #5 Members Only

rails6 ruby ruby-on-rails

Last synced: 29 Sep 2025

https://github.com/bright-phiri/art-backend

💎| AliLabs ART Sample Tracking Backend

api-development back-end backend-development rails-api rails7 ruby

Last synced: 01 Oct 2025

https://github.com/dvinciguerra/business-br

Business::BR is a namespace to put all validations like CPF, CNPJ, CEP and some other things to be used in a brazilian ruby project.

brazilian cep cnpj cpf gem ruby validation

Last synced: 11 Aug 2025

https://github.com/juanvqz/simple_form-theme

The easiest way to install modern CSS themes for SimpleForm.

bulma-css rails ruby rubygems tailwind-css

Last synced: 04 Oct 2025

https://github.com/delano/uri-valkey

URI support for Valkey/Redis connection settings

dev redis ruby valkey

Last synced: 24 Aug 2025

https://github.com/ijustdev/lazuli

CLI for transforming Amazon products into blog posts with eruby.

affiliate-marketing amazon cli commandline-interface paapi5 ruby templating

Last synced: 04 Oct 2025

https://github.com/narazaka/opal-file

native File.read, File.write etc... for Opal

dir file filesystem opal ruby

Last synced: 12 Aug 2025

https://github.com/andriy-baran/rspec_request_helpers

A set of helpers for testing with RSpec

dsl hacktoberfest rails rspec ruby testing

Last synced: 13 Aug 2025

https://github.com/eval/sequel-xtdb

Adapter to connect to XTDB v2 using Sequel.

ruby rubygem sequel xtdb

Last synced: 15 Aug 2025

https://github.com/dannyben/rigit

Scaffolding that doesn't bite

gem ruby scaffolder scaffolding

Last synced: 04 Oct 2025

https://github.com/jesusgautamah/lucy_dockerunner

This gem is a tool to run docker containers with rake commands, good for CI/CD and Rails projects

containers docker docker-compose docker-container gem rails rake ruby ruby-on-rails tasks wrapper

Last synced: 16 Aug 2025

https://github.com/bodsch/ruby-grafana

A simple ruby wrapper for the Grafana HTTP API

api gem grafana monitoring ruby

Last synced: 04 Oct 2025

https://github.com/tomeraberbach/hackathon

A hackathon web application with a comprehensive administrative backend, email infrastructure, attendee registration, and optional MLH integration.

event-management event-management-system hackathon hackathon-application hackathon-website major-league-hacking mlh rails rails-application ruby ruby-application ruby-on-rails web-application

Last synced: 05 Oct 2025

https://github.com/larevanchedessites/google-robotstxt-ruby

🤖 Ruby gem wrapper around Google Robotstxt Parser C++ library

c-plus-plus cpp gem google robots-parser robots-txt ruby ruby-gem rubygem rubygems seo

Last synced: 17 Aug 2025

https://github.com/nimacpp/rubyino

Translate ruby to arduino

arduino ino nimacpp rb ruby rubyino teranslate

Last synced: 17 Aug 2025

https://github.com/krim/light_serializer

Light and Fast serializer

ruby ruby-gem serialization

Last synced: 09 Mar 2026

https://github.com/anthonycorletti/modal-rb

An unofficial ruby client for Modal.

ai modal ruby ruby-on-rails

Last synced: 11 Nov 2025

https://github.com/dubek/salsa20-ruby

Ruby bindings for the Salsa20 stream cipher algorithm

cipher encryption ruby salsa20

Last synced: 19 Mar 2025

https://github.com/soffes/icns

Ruby library for extrating images from ICNS files

apple icns icon image jpeg-2000 linux macos png ruby

Last synced: 14 Apr 2025

https://github.com/takezyou/rb-spinners

More than 60 spinners for terminal, ruby wrapper for amazing node library cli-spinners and python library py-spinners.

gem json ruby sipnners

Last synced: 16 Jan 2026

https://github.com/200ok-ch/gh-events

Determine Github event types by their payload and translate them into textual representations

events github ruby slack

Last synced: 15 May 2025

https://github.com/natasha-ct/creating-an-enumerable

This is a project where I created the functionality of the popular Ruby Enumerable using a module inside a class object.The Enumerable implements the following methods: #all? , #any? , #filter.

classes enumerable modules rubocop ruby

Last synced: 08 Feb 2026

https://github.com/vikdotdev/gh-note

An opinionated way of working with gists for note-taking.

gh-extension ruby

Last synced: 28 Apr 2025

https://github.com/mozameljawad/morse-decode

The Morse-Decode is the first project in Ruby, in this project we solve the basic coding challenge.

ruby

Last synced: 15 May 2025

https://github.com/gedeonts/catalog-of-my-things

A console app that helps users to keep a record of different types of things we won

crud ruby

Last synced: 03 Feb 2026

https://github.com/bfontaine/graphs.rb

Some Ruby functions to manipulate graph files

gdf graphs library ruby

Last synced: 15 Apr 2025

https://github.com/juanje/mortero

Place for testing LWRP for Chef

chef cucumber lwrp ruby testing

Last synced: 16 Jan 2026

https://github.com/jdennes/invoices

:euro: Jekyll-based invoicing for me (and maybe you).

invoice invoicing jekyll pdf ruby

Last synced: 15 May 2025

https://github.com/artichoke/spec-state

💎📈 Records historical ruby/spec compliance for Artichoke

artichoke language-specs ruby rubyspec

Last synced: 10 Apr 2025

https://github.com/ebenezr/clock-me-back-end

About timecard application made with react(Typescript) and Ruby , used to track clock in and clock out timestamps for employees and manage employees

activerecord react ruby sass typescript

Last synced: 15 Apr 2025

https://github.com/ebenezr/clock-me-front-end

About timecard application made with react(Typescript) and Ruby , used to track clock in and clock out timestamps for employees and manage employees

activerecord react ruby sass typescript

Last synced: 15 Apr 2025

https://github.com/noraj/sigsegv2.reverse_6

A reverse challenge that was available during SigSegV2 CTF (2019)

bytecode challenge ctf disassembly misc reverse-engineering rtfm ruby sigsegv2

Last synced: 08 Nov 2025

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

This project demonstrates Object-Oriented Programming (OOP) concepts in Ruby by creating a simple school system.

ruby

Last synced: 15 Apr 2025

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

Gruf plugin for Prometheus support

gruf prometheus ruby

Last synced: 10 Mar 2026

https://github.com/sclorg/ror-container

Container images based on Red Hat Software Collections and intended for OpenShift and general usage, that provide a platform for building and running Ruby on Rails applications. Users can choose between Red Hat Enterprise Linux, Fedora, and CentOS based images.

centos container docker-image dockerfile fedora rhel ruby rubyonrails

Last synced: 11 Jul 2025

https://github.com/mark24code/sinatra-app-template

Sinatra web app template

mvc rack ruby sequel sinatra

Last synced: 09 Apr 2025

https://github.com/chadowo/gosu-mruby-wrapper

Wrapper around Gosu and MRuby to run Gosu games natively on desktop platforms

game-dev gamedev gamedev-tool gosu libgosu mruby ruby

Last synced: 04 Sep 2025

https://github.com/jmoseka/enumerable

How to use a module inside class

ruby

Last synced: 09 Apr 2025

https://github.com/kentdahl/magic_maze

Magic Maze - Ruby/SDL2 port - Magic Maze is a simple and low-tech monster-bashing maze game. - It was originally inspired by playing Gauntlet II on the Atari ST.

game ruby ruby-sdl sdl2

Last synced: 18 Jan 2026

https://github.com/tcdowney/sinatra-k8s-sample

A basic stateless Ruby app for experimenting with Kubernetes

kubernetes ruby sinatra

Last synced: 24 Apr 2025

https://github.com/makevoid/bitcoin-address-watcher

Bitcoin address watcher // transaction notifier - receive a push notification when you receive a transaction

bitcoin block-explorer blockcypher loop notification notifier ruby transactions tx-notifier

Last synced: 08 Apr 2025

https://github.com/avvo/docker-ruby

Our base ruby image. Do not use the image, see https://github.com/avvo/docker-base instead

docker rails ruby

Last synced: 12 Oct 2025

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

Rails Members Project. In there you can see posts without author. If you sign up or log in then you can see the author name.

bootstrap-4 devise rails6 ruby sass

Last synced: 21 Jan 2026

https://github.com/rajputlakhveer/active_admin_access_control

Through the gem you can create the dynamic role and permissions for different types of users to access active admin panel

access-control active-admin activeadmin cancancan permssions rails roles-permission-management ruby ruby-gem ruby-on-rails

Last synced: 11 Oct 2025

https://github.com/ericlondon/ruby-nokogiri-mongodb-crawler

Ruby class to crawl a website using Nokogiri, MongoDB database, and MongoMapper ORM

crawl mongodb mongomapper-orm nokogiri ruby

Last synced: 03 May 2025

https://github.com/garllon/ruby-mentorship

This is the Guideline for Ruby Mentorship Sessions

mentorship practise ruby

Last synced: 10 Oct 2025

https://github.com/jeopard/historical-bank-ruby

A Ruby Bank that serves historical exchange rates

currency currency-converter currency-exchange-rates gem ruby

Last synced: 10 Oct 2025

https://github.com/jsmoreira02/forcecannon

"Force Cannon" is a brute force tool made in ruby, that performs attacks on login forms using the POST method without robust filters or protections.

bruteforce cybersecurity hacking-tool pentest-scripts ruby scripting-language web-attacks

Last synced: 10 Oct 2025

https://github.com/ronin-rb/ronin-web-server

A custom Ruby web server based on Sinatra.

infosec ronin-rb ruby sinatra webserver

Last synced: 10 Oct 2025

https://github.com/altcha-org/altcha-lib-rb

A lightweight library for creating and verifying ALTCHA challenges.

altcha ruby

Last synced: 09 Apr 2025

https://github.com/amake/srx-languagetool-ruby

SRX segmentation rules from LanguageTool, for Ruby

languagetool ruby segmentation srx

Last synced: 19 Oct 2025

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

Simple decoder for Morse messages.

ruby

Last synced: 09 Oct 2025

https://github.com/qingstor/qingstor-sdk-ruby

The official QingStor SDK for Ruby programming language.

qingstor qingstor-sdk ruby sdk

Last synced: 02 Sep 2025

https://github.com/mustafa-kamel/rails-chat

Chat app built using Ruby on Rails that does the crud operations in background tasks using Redis and Sidekiq and supports a full-text search using elastic search.

api chat docker docker-compose elasticsearch mysql rails redis ruby sidekiq

Last synced: 09 Oct 2025

https://github.com/craigdoescode/the-do

The Do. An app to help with organising stag and hen do's

html-css-javascript rails7 ruby stimulus-js

Last synced: 08 Oct 2025

https://github.com/owen2345/rspec_chunked

This gem permits running rspec tests in parallel by chunking tests into defined groups and balancing by file size. If the default order is not enough, it permits to balance manually by moving x percentage of test files from group A into group B.

github-workflow parallel-tests rspec ruby

Last synced: 08 Oct 2025

https://github.com/tresor11/css-linter

A CSS linter capable of identifying errors in CSS code built with Ruby.

css-linter ruby

Last synced: 08 Oct 2025

https://github.com/zedtux/human_size_to_number

Implement missing reverse of ActionView::Helpers::NumberHelper#number_to_human_size

gem rails ruby ruby-on-rails

Last synced: 08 Oct 2025

https://github.com/ajitsing/amusing_git

Brings fun to the git workflow

fun git githook githooks-plugin ruby rubygem

Last synced: 07 May 2025

https://github.com/aldesantis/hertz-email

A Hertz courier for sending email notifications with ActionMailer.

email hertz notifications rails ruby

Last synced: 08 Oct 2025

https://github.com/codenoble/active_model_normalizr

An ActiveModelSerializers adapter for Normalizr-like JSON

flux gem json rails redux ruby ruby-gem serializer

Last synced: 11 Apr 2026

https://github.com/joelmoss/creed

Stupid simple Command pattern for Rails

command-pattern rails ruby ruby-on-rails

Last synced: 11 Nov 2025

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

[MIRROR] Groupped::Settings is a plugin that manage groupped settings for Rails :)

gem rails ruby ruby-on-rails

Last synced: 08 Oct 2025

https://github.com/thefox/homebrew-brewery

Homebrew Tap

homebrew-tap ruby

Last synced: 23 Apr 2025

https://github.com/openSUSE/simple_review_app

A simple way to create review apps for your open pull requests

docker docker-compose review-app ruby

Last synced: 16 May 2025

https://github.com/audy/dna

A biological sequence file (fasta, fastq, qseq) parser for Ruby

bioinformatics dna parser ruby

Last synced: 07 Oct 2025

https://github.com/civo/client-rubygem

Ruby gem to interact with Civo's API

civo-api cloud rails ruby rubygem

Last synced: 07 Oct 2025

https://github.com/tarellel/crossbeam

An easy way to create and run service objects with callbacks, validations, errors, and responses

ruby rubygem rubyonrails service-object

Last synced: 23 Oct 2025

https://github.com/digitalnz/plug

🔌 A Rails engine to turn on/off features (Feature flipper).

feature-flags feature-flipper feature-toggles flipper gem mysql plug rails rails-engine ruby ruby-on-rails

Last synced: 06 Oct 2025

https://github.com/luizpicolo/rails_admin_featured_content

:high_brightness: Easy way for create featured contents using rails_admin

news rails rails-admin ruby rubyonrails

Last synced: 08 Oct 2025

https://github.com/mariochavez/llm_client

Ruby client to connect to LLM Server.

client llamacpp llm ruby

Last synced: 06 Oct 2025

https://github.com/antoinelyset/bmo

Push notifications to iOS and Android devices, it handles TCP & HTTP Proxies.

android apns gcm ios proxy push ruby stunnel

Last synced: 18 Apr 2025

https://github.com/flightaware/flightxml-client-ruby

Ruby bindings for FlightXML -- FlightAware's API for accessing real-time and historical aviation data

aviation flightaware-flightxml-service flightxml ruby

Last synced: 12 Apr 2025

https://github.com/nix41/grape-utils

Group of Grape templates and utils for building APIs

api crud grape grape-api ror ruby rubyonrails template

Last synced: 08 Oct 2025

https://github.com/artichoke/ruby-file-expand-path

📂 Rust port of path normalization from MRI Ruby.

artichoke ffi filesystem ruby ruby-language rust rust-crate windows

Last synced: 10 Apr 2025

https://github.com/frozenfoxx/arganium

Cooperative hacking shooter

games hacking rails ruby

Last synced: 04 Feb 2026

https://github.com/maumagnaguagno/locus

:memo: Environment description language for Jason

agent agentspeak environment ruby

Last synced: 12 Oct 2025

https://github.com/nulldef/ciesta

Create form objects

form-objects forms patterns ruby

Last synced: 06 May 2025

https://github.com/bntzio/bookmark-this

Social bookmarking with email integration :star:

bloc bookmark-manager email-sender rails ruby social-bookmarking

Last synced: 23 Feb 2026