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/javiidiazglez/lpp

Lenguaje y Paradigmas de Programación

c css git html5 javascript rakefile ruby shell

Last synced: 14 Apr 2026

https://github.com/victorokoroji/school-library-app

The goal of this project is to build an app for a school library that will allow them to add new students or teachers, add new books, save records of who borrowed a given book and when the book was borrowed. This project solely used Object Oriented Programming(OOP).

oop oop-principles ruby

Last synced: 10 Apr 2025

https://github.com/aaronc81/parlour-datamapper

Parlour plugin to generate DataMapper resource types

datamapper parlour ruby sorbet

Last synced: 08 Jun 2026

https://github.com/tufahel/interview-prep-q-a

This repo is to track, save and practice mostly asked questions in technical interview for future use and hand-note for beginners like me.

algorithms back-end css data-structures database front-end html javascript postgresql reactjs redux ror ruby

Last synced: 13 Apr 2026

https://github.com/florence-nyokabi/alx-system_engineering-devops

alx-system_engineering-devops

c puppet ruby shell

Last synced: 21 Jan 2026

https://github.com/fabianofrank/ruby-catalog

Catalog of Things is a console app that will help you to keep a record of different types of things you won: books, music albums, movies, and games.

cli ruby

Last synced: 28 Feb 2025

https://github.com/fabianofrank/ruby-enumerables

This project uses a module inside a class. A class MyList and a module MyEnumerable. The module MyEnumerable implements a subset of functionalities of Ruby Enumerables.

ruby

Last synced: 20 Aug 2025

https://github.com/radf0x/rails-docker-api-server

A sample rails project boostrap with Docker and docker-compose.

docker docker-compose ruby sample-project

Last synced: 10 May 2026

https://github.com/fursich/hack_jack_compiler

training repository for Jack compiler implemented in Ruby

hack-jack-compiler jack jack-compiler jack-language nand2tetris nand2tetris-compiler ruby

Last synced: 11 Nov 2025

https://github.com/kusnierewicz/webserver

The Odin Project Assignment: Build simple webserver

odin-project ruby

Last synced: 31 May 2026

https://github.com/mateusmaso/suncalc-ruby

Ruby port of SunCalc via ExecJS

ruby suncalc

Last synced: 01 Apr 2025

https://github.com/kolesnikovde/ssim

SSIM parser for Ruby.

aviation ruby ssim

Last synced: 28 Feb 2025

https://github.com/peterconsuegra/multiple_files_by_pete

An agile way to implement multiple files uploads in Ruby On Rails scaffold without the need to create additional tables

javascript ruby rubyonrails

Last synced: 21 Jan 2026

https://github.com/jarkonik/mruby3-sys

Rust bindings to mruby 3.x.

bindings ffi ruby rust

Last synced: 15 Oct 2025

https://github.com/bsclifton/cloud-config

Build configuration used for my cloud server

configuration digitalocean nginx ruby ssh ubuntu

Last synced: 09 May 2026

https://github.com/webdestroya/binstream

Ruby Binary Stream handlers

binary ruby

Last synced: 10 Jan 2026

https://github.com/benmuiruri/palindrome_app

This repo contains a live a dynamic Ruby web app that uses `Sinatra` - A ruby micro-framework. The app will put the custom Ruby gem `bkiarie_palindrome` to good use in a web-based palindrome detector app.

minitest ruby ruby-on-rails sinatra

Last synced: 15 May 2026

https://github.com/wilsonkinyua/ruby-sinatra-application-structure

Typical file structure for a Sinatra application

folder-structure ruby sinatra-applications

Last synced: 28 Apr 2025

https://github.com/benmuiruri/hello-rails-back-end

A Rails Back End API that displays a random greeting from around the world

postgresql ruby ruby-on-rails

Last synced: 05 May 2026

https://github.com/ergoserv/func_live

Official Ruby client for https://func.live - a collection of handy online functions

gem ruby ruby-gem

Last synced: 16 Mar 2025

https://github.com/nullnull/simple_sitemap_generator

A gem for rails to generate sitemap.xml by using config/routes.rb

ruby ruby-gem

Last synced: 15 Oct 2025

https://github.com/lucasctnh/rpg-text-game

A simple RPG-style text game made in Ruby.

rpg ruby simple-game text-game

Last synced: 15 Oct 2025

https://github.com/mtwilliams/typespec

:nut_and_bolt: Specify complex schema made of types or specific values.

composition dsl gem ruby

Last synced: 30 Jan 2026

https://github.com/dtinth/sense_of_place

(Mac OS X) Place detection using WiFi BSSID, Gateway Mac Address

ruby

Last synced: 15 Oct 2025

https://github.com/redding/sanford-protocol

Ruby implementation of the Sanford TCP communication protocol.

ruby sanford tcp tcp-protocol

Last synced: 06 Oct 2025

https://github.com/m1ari/bitbot

Discord Bot for Crypto-Currencies

bot discord discord-bot discordapp ruby

Last synced: 21 Apr 2026

https://github.com/vs4vijay/data-structures-and-algorithms

Data Structures and Algorithms problems and solutions in Ruby

data-structures datastructures dsa ruby

Last synced: 27 Feb 2025

https://github.com/jonas-lucas/hello-world

Unlocking the World of 'Hello, World!' in Multiple Programming Languages.

c cpp go hello-world java javascript language python r ruby typescript

Last synced: 07 Apr 2026

https://github.com/bparanj/gildie

Starting point for Gilded Rose kata for the TDD in Ruby book.

gildedrose ruby tdd

Last synced: 18 Mar 2025

https://github.com/star1431/star1431.github.io

ruby & Jekyll-theme 활용해서 만들어본 블로그 (체험용)

css3 html5 jekyll-theme ruby

Last synced: 13 Apr 2026

https://github.com/vadim-geroim/todo

Todo app helps to automate your daily routines

factory-bot-rails javascript rails5 rspec-rails ruby

Last synced: 22 Jan 2026

https://github.com/sixarm/sixarm_ruby_date_time_random

SixArm.com » Ruby » Date and Time #random methods

date datetime extensions gem random ruby time

Last synced: 30 Mar 2025

https://github.com/the-universal-linux-society/pointless

This is a pointless script...made for fun. It generates random information such as strings, numbers, dates, IP addresses, MAC addresses, UUID, and timestamps. Created in Ruby to handle the random data and user interaction.This is a pointless script...made for fun. It give you the chance to find random information you will probably never need.

ip linux linux-script mac pointless random random-generation ruby ruby-script script time

Last synced: 13 Apr 2026

https://github.com/yusufyusie/enumerable

In this project I learned how to use a module inside my class. For this I will create a class MyList and a module MyEnumerable. My module MyEnumerable will implement a subset of the functionality of Enumerable.

basic-programming ruby ruby-style-guide

Last synced: 16 Oct 2025

https://github.com/mgmerino/battleship-game

Classic game implemented in Ruby

battleship-game game ruby

Last synced: 06 Jul 2025

https://github.com/timdeputter/rcqrs

cqrs in ruby

cqrs ruby

Last synced: 20 Mar 2025

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

Budget App is about building 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.

devices devise rails7 rspec ruby rubyonrails

Last synced: 24 Feb 2026

https://github.com/yigger/rubyword

RubyWord is a simple, efficient word document generation gem and easy to generate docx file

gem ruby rubyword word

Last synced: 06 Oct 2025

https://github.com/fixrb/fix-command

Fix extension gem for the fix command.

command-line ruby

Last synced: 24 Jan 2026

https://github.com/sergueik/serverspec_custom_types

misc. handy serverspec snippets

chef puppet ruby serverspec spec

Last synced: 18 Jan 2026

https://github.com/ksylvest/uhaul

A Ruby library for U-Haul that crawls self-storage facilities and prices.

ruby

Last synced: 14 Mar 2026

https://github.com/sixarm/sixarm_ruby_vital

SixArm.com → Ruby → Vital signs module for debugging, profiling, logging

gem health monitoring ruby sysadmin vital

Last synced: 30 Mar 2025

https://github.com/jangseongwoo/blog-app

Jenkins, Google Cloud Platform을 활용해 자동화 어플리케이션 배포 테스트 저장소입니다.

capistrano ci-cd google-cloud-platform jenkins ruby ruby-on-rails

Last synced: 10 Mar 2025

https://github.com/elquimista/godfather

No Strings Attached

family-tree godfather reactjs ruby

Last synced: 16 Apr 2026

https://github.com/ansaribrahim/hello-rails-react

This repository is a comprehensive guide and codebase for building a web application that seamlessly combines the power of Ruby on Rails and React. It's a step-by-step project that walks you through creating a web application from scratch, incorporating features such as greetings, database integration, routing, and state management.

linters rails react redux rubocop ruby store webpack

Last synced: 08 Apr 2026

https://github.com/cliftondavies/learnar

A Ruby on Rails full-stack app for learners to share progress, connect and find inspiration.

bootstrap4 css3 devise font-awesome-sass heroku html5 postgresql rspec rspec-rails ruby ruby-on-rails sass shoulda-matchers sql

Last synced: 07 Apr 2026

https://github.com/johansenja/sparkl

A decorator-like way of writing hooks for your Rails controllers

decorators decorators-python rails ruby ruby-gem ruby-on-rails

Last synced: 21 Jan 2026

https://github.com/elifoster/ruby-benchmarks

:speedboat: A repository full of Ruby benchmarks and their results.

benchmarking ruby

Last synced: 27 Jan 2026

https://github.com/hausgold/countless

Code statistics/annotations helpers

annotations cloc gem oss rake rake-task ruby ruby-gem statistics

Last synced: 11 Mar 2026

https://github.com/jdenen/watir-device

Automate Chrome Developer Tools' device emulation with watir-webdriver

device-emulation ruby testing watir watir-webdriver

Last synced: 18 Oct 2025

https://github.com/neymarsabin/memory-bot

A TelegramBot in ruby

bot ruby rubygem

Last synced: 09 Oct 2025

https://github.com/guppster/quizgenerator

JSON databases --> Brain knowledge

cli mobile react-native ruby thor

Last synced: 13 May 2026

https://github.com/emsk/romajic

Automatic romaji spelling checker for programmer.

cli gem japanese romaji ruby

Last synced: 18 Oct 2025

https://github.com/braincee/school-library-project

Microverse Module 04 Project: This is an educational project to create a tool to record what books are in the library and who borrows them. The app will allow you to add new students or teachers , add new books and save records of who borrowed a given book and when.

microverse microverse-projects microverse-students oop-principles ruby

Last synced: 28 Mar 2025

https://github.com/clear-group-ausbildung/greetings

Ruby on Rails Web Client for the Welcome Screen Application

bootstrap rails4 ruby sqlite

Last synced: 21 Jan 2026

https://github.com/jgarber623/rubocop-configs

A collection of RuboCop configuration files for inclusion in other Ruby-based projects.

rubocop rubocop-configuration ruby

Last synced: 27 Mar 2025

https://github.com/samojeyinka/niravest-api-investment-platform

Niravest is a Ruby on Rails API for an investment platform, featuring user authentication with Devise and JWT for password security. Admins can create investment packages for users to activate by paying for them. Users can also add packages to their watchlist and later activate them. The API provides high-level authentication and security.

fintech fintech-api fullstack investment investment-portfolio rails rails-api rails-application rails-engine rails-tutorial rails7 ruby ruby-app ruby-gem ruby-on-rails website

Last synced: 21 Jan 2026

https://github.com/sevlamare/trackdayapi

An API with token auth.

api bcrypt jwt postgres rails-api rspec ruby

Last synced: 13 Apr 2026

https://github.com/bestbynature/chatwave

Chatwave is a modern and user-friendly chat application designed to foster seamless communication between users across the globe. With ChatConnect, users can connect with friends, family, and colleagues, engaging in real-time conversations through instant messaging.

rails-application rails7 ruby

Last synced: 21 Jan 2026

https://github.com/s3rvac/redmine_pwauth

Adds the pwauth authentication to Redmine.

authentication pwauth redmine ruby

Last synced: 09 Oct 2025

https://github.com/donkeycode/cucumber-sentences

This gem is a collection of pre-built sentences compatible with cucumber and page-object

cucumber cucumber-steps page-object ruby

Last synced: 13 May 2026

https://github.com/dayanfreitas/rsa

Simple implementation of the RSA algorithm

coverage decoding docker docker-compose rsa-algorithm ruby testunit

Last synced: 05 Jul 2025

https://github.com/sasaharukimedes/gen3-kotonoha

This is the repository of my application "Kotonoha (version.3)".

google-analytics google-api rails7 render ruby ruby-on-rails tailwindcss

Last synced: 06 Oct 2025

https://github.com/ad1992/finance-tracker

This is the finance tracker app from the Complete Ruby on Rails Developer course

css devise html javascript mysql ruby ruby-on-rails

Last synced: 12 Apr 2026

https://github.com/devteds/cloudcli

Package of CLI tools for the cloud: AWS CLI, Kubectl, Helm, Terraform, doctl (DigitalOcean)

aws cli cloudcli devteds doctl helm kubectl kuberentes ruby terraform

Last synced: 09 May 2026

https://github.com/alexeevit/valera

A telegram bot with a Markov chain under the hood

markov-chain ruby

Last synced: 14 Jun 2025

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

Decode a Morse code message

ruby

Last synced: 19 Oct 2025

https://github.com/oklas/activeadmin-sqlpage

rails dbconsole online - ActiveAdmin page that allow execute SQL requests and show result in table

activeadmin database dbconsole online ruby ruby-gem ruby-on-rails sql

Last synced: 08 Oct 2025

https://github.com/acook/impasta

IMPASTA!! A test spy for your Ruby app.

minimalist-library mocking-framework modular ruby spy test-spies testing-framework

Last synced: 05 Jul 2025

https://github.com/rukbotto/jekyll-absolute-links

Absolute link converter for Jekyll sites.

jekyll ruby

Last synced: 17 May 2026

https://github.com/fabianofrank/hello-rails-react

This Hello World project implements a connection between Ruby on rails back-end with React fron-end and generate random greeting messages.

rails react ruby

Last synced: 13 Jun 2025

https://github.com/try2code/unifiedplot

basic line plot with single data interface for NArray/GSL::Vector/ruby-array input

plot ruby

Last synced: 02 Apr 2025

https://github.com/justdvnsh/warriorpy

An exciting game of programming and Artificial Intelligence

artificial-intelligence javascript python ruby ruby-warrior warriorjs warriorpy

Last synced: 13 Apr 2026

https://github.com/yosefbennywidyo/short_io

A Ruby gem to use with short.io

gems ruby

Last synced: 06 Feb 2026

https://github.com/optum/telemetry-scriber

A Ruby InfluxDB gem to subscribe to rabbitmq and write to a local InfluxDB

influxdb ruby telemetry

Last synced: 11 Mar 2025

https://github.com/taylorthurlow/rust_json_schema-rb

Ruby wrapper for Rust's jsonschema-rs crate

json json-schema ruby rust

Last synced: 21 Feb 2026

https://github.com/petercamilleri/mini_erb

A simplified, streamlined, fast, pure-ruby replacement for erb. Experimental.

erb ruby ruby-gem

Last synced: 03 Apr 2025

https://github.com/sixarm/sixarm_ruby_secure_token

SixArm.com » Ruby » SecureToken class to generate a strong text string

gem ruby secure security token

Last synced: 23 Feb 2026

https://github.com/kenjij/mos-eisley-lambda

"You will never find a more wretched hive of scum and villainy." (Slack bot framework ep. 2—AWS Lambda)

aws-lambda bot bot-framework ruby slack

Last synced: 29 Apr 2026

https://github.com/ekohe/sourcescrub

A Ruby Wrapper based on SourceScrub API

api rest-api ruby sourcescrub

Last synced: 05 Jun 2026

https://github.com/dapi/venpay.ru

Оплата вендинговых услуг через QR-коды

ruby saas

Last synced: 27 Jan 2026

https://github.com/noile-arch/flux_ecommerce_rails_backend

A ruby on rails backend for an ecommerce web application + PostgreSQL + JWT Auth✌️

jwt-authentication postgresql ruby ruby-on-rails

Last synced: 14 Apr 2026

https://github.com/alexfalkowski/bin

A place for common executables.

bash docker ruby

Last synced: 03 Jun 2026

https://github.com/gimmyxd/check-ahead

Create consistent and transparent rules for checking commit messages

ruby

Last synced: 24 Oct 2025

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

this project is about building 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. You will create a Ruby on Rails application that allows the user to: register and log in,

bootstrap devise devise-jwt gem html-css-javascript javascript rails restful-api ruby ruby-on-rails

Last synced: 14 Apr 2026

https://github.com/vadim-geroim/grammable

Instagram clone with the Test Driven Development approach.

bootstrap4 carrierwave devise figaro heroku minimagick rails5 rspec ruby simpleform

Last synced: 13 Apr 2026

https://github.com/beyarz/ruconnect

Control multiple devices through their terminal via tcp

ruby tcp-client tcp-server tcp-socket

Last synced: 24 Oct 2025

https://github.com/jonathanyiv/mastermind

Implementation of Mastermind in Ruby

mastermind ruby

Last synced: 24 Oct 2025

https://github.com/odilson-dev/hashmap

The Hashmap Project is an assignment from TOP's curriculum, where participants work on creating and implementing a hashmap data structure as part of their learning exercises.

data-structures hashmap ruby theodinproject

Last synced: 24 Oct 2025