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/ssvb/hunaftool

Automatic manipulation and conversion of Hunspell dictionary files

affix affix-rules compression crystal decompression dictionary hunspell ruby spellchecking

Last synced: 07 Jul 2025

https://github.com/blackwinter/pms

Poor Man's Search

ruby rubynlp text-search

Last synced: 07 Sep 2025

https://github.com/snkrheadz/random_password

Generate strong passwords

password-generator ruby rubygem

Last synced: 22 Jun 2025

https://github.com/glurp/minitcp

Helper for programming client, server TCP/UDP in a few lines of code.

dsl ruby tcp udp

Last synced: 19 Jun 2025

https://github.com/orozcoding/seispalabras

Seis Palabras is a web app for Spanish students on which they can try to translate up to 6 words every day. Built with React and Ruby on Rails.

css full-stack javascript react redux ruby ruby-on-rails spanish spanish-language translate

Last synced: 19 Jan 2026

https://github.com/iaintshine/ruby-spanmanager

Current span management for OpenTracing in Ruby

opentracing ruby span-management tracing

Last synced: 10 Jun 2025

https://github.com/rakeshpatra/custom_db_driver

A gem for cross db associations.

activerecord mongoid ruby ruby-on-rails

Last synced: 27 Jul 2025

https://github.com/billymohajeri/create-your-own-enumerable

Create your own Enumerable is a project to create a class MyList and a module MyEnumerable. Our module MyEnumerable will implement a subset of the functionality of Enumerable.

ruby

Last synced: 29 Mar 2025

https://github.com/w-zengtao/rsa-tools-rb

Generate keys & Verify request params and source & Encrypt and Decrypt

rsa ruby tools

Last synced: 14 Jun 2025

https://github.com/igneus/vextab2lily

reads VexTab tablature and produces LilyPond source

lilypond ruby vexflow vextab

Last synced: 17 Mar 2025

https://github.com/arkency/inspect_xml

Discover the schema and unique values of an XML file you need to parse #ruby

nokogiri ruby xml xml-parsing

Last synced: 15 May 2026

https://github.com/yasslab/qiita-team-reporter

Create a report based on daily reports in your Qiita:Team.

bot cron heroku qiita-team ruby

Last synced: 11 Apr 2025

https://github.com/ansaribrahim/enumerable

"Project MyEnumerable empowers Ruby developers to create custom iterable objects by implementing a custom Enumerable module. This project showcases the flexibility of Ruby, allowing users to define their own data structures with iterable behavior. It includes essential Enumerable methods like 'each,' 'all?,' 'any?,' and 'filter.' By encapsulating

gemfile gitflow linters rubocop ruby

Last synced: 29 Mar 2025

https://github.com/shinesolutions/ruby_aem_aws

Ruby client for Shine Solutions Adobe Experience Manager (AEM) Platform on AWS

aem aem-opencloud aws ruby

Last synced: 08 Mar 2026

https://github.com/mattruggio/basketball

This library is meant to serve as the domain for a basketball league/season simulator/turn-based game. It models core ideas such as: players, general managers, draft strategy, drafting, season generation, season simultation, playoff generation, playoff simulation, and more.

basketball-drafting basketball-game basketball-sim basketball-simulator ruby ruby-game

Last synced: 11 Apr 2025

https://github.com/shalomb/vizor

Vizor builds Windows VM Images for XCP/XenServer/CloudStack

batchfile cloudstack cloudstack-images puppet-razor ruby vizor vm-images windows-vm winpe xapi xenserver xenserver-images

Last synced: 14 May 2026

https://github.com/lordksix/catalog-things-ruby

*Catalog of my things is a console application we the user can create, list, save and load movies, books and music albums.

postgresql ruby

Last synced: 13 Apr 2025

https://github.com/parnic/shift_stats

Ruby gem for pulling data from any Digital Shift site (HockeyShift, BasketballShift, etc.)

baseball basketball football gem hockey lacrosse ruby ruby-gem rubygem shift soccer sports

Last synced: 30 Apr 2025

https://github.com/mrk21/firebrew

Firefox add-ons manager for CUI.

ruby rubygems

Last synced: 09 Jul 2025

https://github.com/zilola-nazarova/ruby-capstone-project

A console app that allows users to manage collections of their things: books, music albums, and games. The data is be stored in JSON files. Built with Ruby.

console-app rspec ruby

Last synced: 12 Sep 2025

https://github.com/circleci-public/circleci-demo-ruby-sinatra

Example Ruby on Rails application running on CircleCI

circleci circleci-demos ruby sinatra

Last synced: 31 Jul 2025

https://github.com/ziguzagu/capistrano-scm-tar

A strategy for Capistrano 3 to deploy prebuilt tarball.

capistrano ruby rubygem

Last synced: 12 Apr 2025

https://github.com/shafiuyushawu/ruby-oop

A ruby program that exhibit the principles of Object Oriented Programming (Abstraction, Encapsulation, Inheritance and Polymorphism).

abstraction class encapsulation inheretence oops-in-ruby polymorphism ruby

Last synced: 28 Mar 2025

https://github.com/vic778/money-exchange

this is a simple exchange web app that allow users to exchange their moeny according to the currency they have choosed. it update the curency database by getting rule from an api. for that i'm using background job and sidekiq cron for schedule every single day at 07h 05 AM to run the function. if the exchange is done it create a object and so far w

postgresql redis rswag rubocop ruby ruby-on-rails sidekiq sidekiq-cron

Last synced: 18 Jun 2025

https://github.com/kidd254/decode_morse_code

"Decode Morse code" is a Ruby program that's meant to decode a morse code message.

morse-code ruby

Last synced: 29 Mar 2025

https://github.com/lararosekelley/secret-santa

Organize a gift exchange anonymously

cli command-line gem ruby secret-santa sms twilio

Last synced: 18 May 2026

https://github.com/rishabhtayal/fastlane-plugin-hours

Record total time saved by fastlane

fastlane gem ruby

Last synced: 11 Jul 2025

https://github.com/boratanrikulu/volva_the_seer

Völva is a seer. She says you what should do. She is alive on telegram. https://t.me/volva_bot

ruby telegram-bot

Last synced: 30 Apr 2025

https://github.com/mevdschee/adventofcode2018

Advent of Code 2018 puzzle solutions in Ruby

advent-of-code advent-of-code-2018 ruby

Last synced: 18 Feb 2026

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

Imagine that you are the librarian of OOP University, and you need a tool to record what books are in the library and who borrows them. This APP will allow you to: Add new students or teachers. Add new books. Save records of who borrowed a given book and when. And all of this is done in a beautiful and well-organized way!

ruby

Last synced: 12 Apr 2025

https://github.com/williamcanin/golink

:link: Go!link is a minimal theme for Jekyll, especially for those who want to have a page only to redirect links to other addresses.

gem golink jekyll-site jekyll-template jekyll-theme ruby

Last synced: 28 Oct 2025

https://github.com/yfractal/ccache

Ccache is a Redis client-side caching based on Etag for providing a better consistency guarantee.

cache etag ruby rust

Last synced: 04 Feb 2026

https://github.com/peimelo/controlled_health_api

Controlled Health website API built with Ruby on Rails 6 as API and using devise_token_auth.

api devise-token-auth rails ruby ruby-on-rails

Last synced: 17 May 2026

https://github.com/wldyslw/cvetyonline

Online shop-window.

full-stack javascript ruby web

Last synced: 16 May 2026

https://github.com/yasulab/gpt4docs

Proof of Concept: Can a generative AI automate tech contents translation?

actions ai ci documentation ruby translation

Last synced: 08 Sep 2025

https://github.com/rookiemonkey/journal-app

A Ruby-on-Rails project on Avion School :tada: A journal application written in ruby :diamonds: using ruby on rails framework :train2: :tada:

ph philippines ruby ruby-on-rails ruby-on-rails-6

Last synced: 23 Apr 2025

https://github.com/martinnajjar12/lintertin

A simple ruby linter that detects errors and omissions. Built with Ruby.

rspec rubocop ruby rubygems

Last synced: 15 May 2026

https://github.com/alexfalkowski/standort

Standort provides location based information.

cucumber golang make ruby

Last synced: 04 Jul 2026

https://github.com/amplitude/experiment-ruby-server

Amplitude Experiment Ruby Server SDK

experiment ruby

Last synced: 17 Jun 2025

https://github.com/schmich/fsws

Ruby file system web server. Replaced by https://github.com/schmich/sfs

development devtools http ruby server static-site web web-server webserver

Last synced: 28 Oct 2025

https://github.com/matt-taylor/json_schematize

Turn JSON data into nested Schema Ruby Objects. Remove unimportant data and keep what you need

cache-layer json ruby schema

Last synced: 08 Sep 2025

https://github.com/jonathanyiv/odinbook

a practice implementation of Facebook in Rails

heroku rails5 ruby

Last synced: 19 Jul 2025

https://github.com/joneshf/servant-ruby

Create a Ruby client from a Servant API using Net::HTTP.

haskell ruby servant servant-client

Last synced: 11 Sep 2025

https://github.com/blocknotes/ruby_experiments

Some Ruby experiments

rails ruby

Last synced: 18 May 2026

https://github.com/goyalmunish/request_response_stats

A Ruby gem which captures request response statistics such as cycle time, memory allocation, etc. for each request response cycle grouped in configurable granularity level. As this library makes use of TCP protocol, using DataDog or NewRelic RPM would be way faster because of UDP protocol.

mongo performance-monitoring profiling rails redis request request-response request-response-cycle request-response-processing request-response-stats response response-time ruby stats

Last synced: 25 Aug 2025

https://github.com/alextselegidis/easyappointments-sdk

📅 Multi-lingual SDK packages for the Easy!Appointments API

appointments csharp events google-calendar javascript openapi php python rest-api ruby scheduler sync time web

Last synced: 14 Mar 2026

https://github.com/lucianghinda/backup-postgresql-db-remote

A simple Ruby script to backup a PostgreSQL DB remote to Cloudflare R2

backup postgresql ruby

Last synced: 08 Sep 2025

https://github.com/kaakati/hyperpay_ruby

HyperPay is a powerful payment gateway, transforming the online buying experience in the MENA region. HyperPay enable internet businesses to accept and manage payments online, with more flexibility, security and ease. HyperPay have been processing online payments since 2014.

hyperpay hyperpay-sdk hyperpaysdk ruby rubygem rubygems

Last synced: 27 Apr 2025

https://github.com/stevenjcumming/rails-toolbox

Ruby on Rails snippets, sample code, and cheatsheet focused on API-only (-mostly) applications

rails rails-api rails-cheat-sheet rails-development rails-snippets rails-template rails7 ruby toolbox

Last synced: 06 Feb 2026

https://github.com/lukaselmer/sun_spot_puzzle_rails_server

The rails (http-)server for the SunSpot puzzle

api hsr javascipt jquery project ruby ruby-on-rails sunspot work

Last synced: 06 Feb 2026

https://github.com/tbuehlmann/hots_api

Client library for the Heroes of the Storm replay metadata API hotsapi.net

hotsapi ruby

Last synced: 09 Apr 2025

https://github.com/ilynette/recipe_app

The Recipe app keeps track of all the users' recipes and ingredients. It will allow the user 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. Also, since sharing recipes is an important part of cooking, the app should allow the user to make them public so anyone can access them.

database ruby

Last synced: 13 Apr 2026

https://github.com/kulesh/recurgent

Recursive agents as skills for model harnesses

agent-runtime llm multi-runtime ruby tool-builder

Last synced: 05 Mar 2026

https://github.com/gangelo/immutable_struct_ex

ImmutableStructEx is yet another immutable struct. What makes ImmutableStructEx different, is that it allows you to create immutable structs in one step by default. In other words, other immutable struct gems force you to first define the struct, then instantiate the struct object; or, define the struct and instantiate the struct object via chaining.

gem gems immutable immutable-datastructures immutable-objects immutable-store immutable-struct immutables ruby ruby-gem ruby-gems ruby-struct ruby-structs struct

Last synced: 26 Oct 2025

https://github.com/daipham1210/short-link-api

URL shortener backend using Rails 7

postgresql rails7 ruby

Last synced: 06 Feb 2026

https://github.com/adriangs1996/morty

A framework for creating API endpoints based on dry.rb fully compatible with rails

api dependency-injection dsl grape-api rails rails-api ruby

Last synced: 13 Apr 2026

https://github.com/sbagdat/mastermind_generator

Fully customizable mastermind game generator. Supports custom items, multiplayer, timers, and etc.

game mastermind multiplayer rails ruby wordle

Last synced: 26 Apr 2025

https://github.com/nicolachoquet06250/tools_library

Constitution d'une liste d'outils, répos, d'idées d'apps, challanges ou tout autre ressource pour s'améliorer en programmation peux importe son niveau.

clang cpp css golang java javascript nim-lang nodejs php python3 ruby rust shell typescript

Last synced: 01 Apr 2026

https://github.com/chrissiku/morse_code

Morse-code decryption

ruby ruby-gem

Last synced: 03 Jul 2026

https://github.com/rokumatsumoto/boyutluseyler

Yet another 3D model repository

3d-models repository ruby ruby-on-rails vuejs

Last synced: 26 Feb 2026

https://github.com/chrisledet/shorty_url

flexing some Sinatra skills writing a url shortener.

ruby url-shortener

Last synced: 25 Oct 2025

https://github.com/powerlevel9000/ruby-getting-started

Geting Sarted with ruby Learning syntax and various coding game with Challenges here just basics syntaxes of the ruby programming language

programming-language ruby tutorial-exercises

Last synced: 06 Jul 2025

https://github.com/owusu-desmond/oop-school-library

A simple app for OOP university that helps their librarians to record books in the library and student who borrows them. This app allow librarians to add new students or teachers, add new books, save records of who borrowed a given book and when.

education ruby school-library

Last synced: 08 Feb 2026

https://github.com/ahtung/bunq.rb

A ruby gem for the Bunq API

gem ruby

Last synced: 26 Feb 2026

https://github.com/pragmarb/pragma-rails-starter

A boilerplate for developing RESTful APIs with Ruby on Rails.

api ecosystem pragma ruby ruby-on-rails starter template

Last synced: 16 Apr 2026

https://github.com/fnordfish/roda-phlex

A Roda plugin for rednering Phlex

phlex roda ruby

Last synced: 05 Oct 2025

https://github.com/cerner/cerner-oauth1a

Cerner OAuth 1.0a Library for Consumers and Service Providers

cerner oauth1 oauth1a ruby rubygem

Last synced: 05 Oct 2025

https://github.com/bruk19/budget-app

This web application is a Ruby on Rails application that allows you to manage your budget in a professional way. You can register and/or log in and your data will be safely saved and you will be the only one person to manage access them. You can perform transaction transactions associated with a category of your transaction and see the money spent

bootstrap css3 database rails6 ruby

Last synced: 23 Feb 2026

https://github.com/jkulton/gistkv

Use GitHub gists as simple key-value databases

gist key-value-store ruby

Last synced: 25 Apr 2025

https://github.com/pipefy/omniauth-pipefy

OmniAuth strategy for Pipefy

oauth2 pipefy rails ruby

Last synced: 05 Mar 2026

https://github.com/melashu/time_greeting_message

This is a simple gem to display a message with the phrase `Good Morning` if it is in the morning, `Good Afternoon` if it is in the afternoon, `Good Evening` if it is in the evening, `Good Night` if it is at night

ruby

Last synced: 24 Apr 2025

https://github.com/powerlevel9000/catalog

Catalog is ruby based with terminal user interface project in which you can organize your things according to various item object such as book, music, video etc Catalog is a totally OOP (Object Oriented Programming) with inheritance, polymorphism and private methods

database oop-principles psql ruby

Last synced: 02 Apr 2025

https://github.com/jbryant92/rails-movie-app

Simple rails API for movies, actors & characters. Demonstrates a simple migration from REST to GraphQL.

graphql rails rest ruby

Last synced: 11 Feb 2026

https://github.com/yhara/nlog2

source code of yhara.jp

blog ruby sinatra

Last synced: 18 Jan 2026

https://github.com/lukel97/hilary-bot

An automated Slack bot designed to debate against https://github.com/414owen/TrumpBot

google-cloud markov-chain natural-language-processing ruby

Last synced: 31 Mar 2025

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

A mobile web application where you can manage your budget: you have a list of transactions associated with a category, so that you can see how much money you spent and on what.

rspec ruby ruby-on-rails

Last synced: 10 Apr 2025

https://github.com/neikei/syntaxchecks

Syntaxchecks for Bash, PHP, Python, Ruby, Yaml and Crontab files. Ready to use with Jenkins, Bamboo, Bitbucket Pipelines and Travis CI.

bamboo bash bitbucket-pipelines continuous-testing crontab jenkins php python ruby syntaxcheck travis-ci yaml

Last synced: 10 Apr 2025

https://github.com/MatthewLaFalce/schema_to_md

:zap: Generate beautiful markdown documentation for your PostgreSQL Database from schema.rb files.

documentation generator markdown postgresql ruby ruby-on-rails schema

Last synced: 30 Jul 2025

https://github.com/postmodern/ruby-nikto

A Ruby interface to Nikto.

command-mapper infosec nikto nikto-parser ruby

Last synced: 28 Oct 2025

https://github.com/mkdika/learn-ruby

Learning Ruby and Its Framework Repository

learning poc ruby ruby-on-rails training

Last synced: 29 Jul 2025

https://github.com/smridge/swagcov

OpenAPI documentation coverage check for Rails Routes.

openapi rspec rswag ruby

Last synced: 22 Apr 2025

https://github.com/khcr/snaptable

A gem that generate HTML tables from your models in order to display them in your admin views.

html html-tables rails ruby search sort tables

Last synced: 24 Oct 2025