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/oldprojectss/oop-school-library

This is a school library app, build using Ruby to practice the Object Orianted Programming. the code includes classes that represent students and teachers

ruby

Last synced: 23 Jul 2025

https://github.com/gkosmo/rcrewai

Agent orchestration

ai-agents orchestrator ruby

Last synced: 18 Aug 2025

https://github.com/fabiomux/jekyll-disqus-plugin

Jekyll plugin that provides all the required tags to render the Disqus comment section and the counter.

disqus jekyll jekyll-plugin ruby ruby-gem

Last synced: 19 May 2026

https://github.com/bayars/hackerrankcodes

My hacker rank problems solve with listed. I add problem and solve.

algorithm c cpp hacker-rank python ruby

Last synced: 09 Apr 2026

https://github.com/zhum/telebot

Universal extensible chat bot platform. Supports console, telegram and facebook for now.

bot bot-framework facebook-messenger-bot ruby telegram-bot

Last synced: 14 Sep 2025

https://github.com/talaatmagdyx/rss_feed_plus

A simple RSS parser gem for Ruby

rss rss-feed rss-parser rss-reader ruby rubygems

Last synced: 17 Aug 2025

https://github.com/vladkostikov/flespi-ruby

Gem for Flespi — Universal Telematics Gateway, Parser & API

flespi iot ruby ruby-on-rails

Last synced: 17 Aug 2025

https://github.com/cisco-open/ruby-ctypes

Ruby gem for manipuliating binary data using C datatype semantics

datatypes ruby rubygem

Last synced: 20 Feb 2026

https://github.com/yegor256/judges

Executor of Ruby scripts that update a Factbase both adding new and modifying facts inside it

ruby ruby-gem zerocracy

Last synced: 24 Aug 2025

https://github.com/shoppyMN/most_ots

Most Money External API wrapper

api-client payment-gateway rails ruby ruby-gem

Last synced: 12 May 2025

https://github.com/cori1109/batalert

Battery notifications/alerts for your favorite WM! 💯

battery hacktoberfest linux ruby ruby-application window-manager wm

Last synced: 24 Aug 2025

https://github.com/freshworks/memoize_until

This gem is an extension to the standard memoization pattern.

cache memoize rails ruby ruby-on-rails

Last synced: 26 Jul 2025

https://github.com/dvinciguerra/importmap-cli

This is a simple importmap tool to keep javascript modules dependency map

frontend importmap importmap-rails rails ruby

Last synced: 26 Feb 2026

https://github.com/adam-stokes/inline-erb

Sinatra style inline templating to your script files

erb ruby

Last synced: 04 Apr 2025

https://github.com/PHCDevworksArchives/phcdevworks_accounts_devise

Ruby on Rails 7 Authentication and User Management Engine using Devise with a nice-looking dashboard, admin panel and login views to get you going fast on your next project.

bradpotts devise phcdevworks phcdevworks-accounts rails rails-engine rails-gem rails7 ruby ruby-gems ruby-on-rails rubygems

Last synced: 12 May 2025

https://github.com/lagenorhynque/rpncalculator

A reverse Polish notation (RPN) calculator

clojure coffeescript erlang haskell java javascript ocaml python ruby scala

Last synced: 10 Apr 2026

https://github.com/condef5/weight-tracker-app

Weight Tracker App 💪

bulma ruby sinatra

Last synced: 20 Jan 2026

https://github.com/haliljon/rock-paper-scissors-itransition

This is a command-line implementation of a generalized rock-paper-scissors game with support for an arbitrary number of moves. The game includes features such as a cryptographically strong random key generation, HMAC (Hash-based Message Authentication Code) calculation, and a help menu that displays a win/lose/draw table for different move combos.

cli ruby

Last synced: 31 Oct 2025

https://github.com/frozen4917/crystal-chalk

Lightweight self-hostable markdown blog server in Ruby. Drop .md files in a folder, configure a .yml, and your blog is live

blog markdown ruby self-hosted sinatra

Last synced: 24 May 2026

https://github.com/sevlamare/enumerables

Rebuild of a few iterators methods from Enumerable.

ruby ruby-language unit-testing

Last synced: 29 Mar 2025

https://github.com/futhr/spree-last-address

Relieves user of retyping address on return order in Spree Commerce

address checkout e-ecommerce rspec ruby spree

Last synced: 12 May 2025

https://github.com/dustalov/dockerfiles

Various Dockerfiles for personal use.

alpine apk docker gem github-pages jekyll latex linux make podman ruby texlive

Last synced: 10 Apr 2026

https://github.com/knowald/simple_graph

A simple graph library for Ruby.

bfs datastructures graphs pathfinding ruby

Last synced: 25 Jul 2025

https://github.com/oblivious-oblivious/bank-account

Mock app for showcasing the Boundary-Control-Entiry-Viewmodel architecture.

bce-model ruby

Last synced: 04 Apr 2025

https://github.com/emsk/mruby-romajify

Japanese romanization library for mruby

cli japanese mruby romaji ruby

Last synced: 21 Jul 2025

https://github.com/praisespjmt/day-of-the-programmer-praisespjmt

DS & A Challenge: Marie invented a Time Machine and wants to test it by time-traveling to visit Russia on the Day of the Programmer (the 256th day of the year) during a year in the inclusive range from 1700 to 2700.

ruby

Last synced: 29 Mar 2025

https://github.com/vic778/devise-auth

in this project, I went through the devise action we can take. I didn't know it was powerful. I created the login method add google oamni and github. I created the tracktable and confirmable action. so we can have your history of when you logged in and how many per day including your IP address and occasion as well. If you try to log in 3 times with a wrong password, your account will be blocked and a token will be sent to you by email so you can unlock your account. Finally, I checked the login time setting after 30 minutes, you will be logged out because your session will have expired. This action is very useful, I think, for Upwork, because every day you have to log in again

factory github google oam omniauth rspec-rails ruby ruby-on-rails turbostreams

Last synced: 10 Apr 2026

https://github.com/praisespjmt/test-driven-development-practice

This repository has an implementation a `Solver` class with some methods using test-driven development (TDD). The idea is to write tests first and then the code. The project was done entirely with Ruby.

ruby

Last synced: 29 Mar 2025

https://github.com/meissadia/hoopscrape

HoopScrape: Ruby API for NBA data

api basketball basketball-stats nba-data ruby

Last synced: 09 Aug 2025

https://github.com/praisespjmt/morse-code-decoder

This repository contains program to decode a morse-code message using Ruby

ruby

Last synced: 29 Mar 2025

https://github.com/praisespjmt/hello-rails

This project models a practice of the MVC model using Ruby on Rails. Knowing that we have a clear path from the browser to the routes file to the Controller action, which can pull data from the database through the Model and create an instance variable that is then sent to the View to be displayed to the user.

postgresql ruby ruby-on-rails

Last synced: 07 May 2026

https://github.com/ston1x/kindle-clippings-ruby

📚A Ruby tool for grouping kindle clippings by books

books kindle reading ruby

Last synced: 07 Aug 2025

https://github.com/jerryowusu/myblogapp

Blog app made with Ruby on Rails. User can make posts, comments and likes on posts of other users. Also user can delete posts and comments created by user. User can edit profile and delete account if not happy. For creating posts and comments user must login. Admin can manage all.

rails ruby ruby-gem

Last synced: 12 May 2026

https://github.com/doamaral/ruby-cucumber-rspec-selenium-capybara

Trying out Cucumber Ruby setup and features together with Capybara

capybara cucumber rspec ruby selenium

Last synced: 07 Apr 2026

https://github.com/janlelis/exists

Turns null objects into nil

null nullobject ruby

Last synced: 09 Aug 2025

https://github.com/monade/rspec_sql_matcher

A gem to match SQL queries within your RSpec tests

rails rspec rspec-matchers ruby sql

Last synced: 18 Feb 2026

https://github.com/codesalley/myruby-psets

List of ruby problem-sets and solutions I implemented to help others get familiar and comfortable with ruby

algorithms ruby

Last synced: 07 Apr 2025

https://github.com/taichi-ishitani/ruport-wiki-table-formatter

Wiki Table Fomatter for Ruport

markdown ruby ruport

Last synced: 03 May 2026

https://github.com/od-c0d3r/mastermind-game

Made in Ruby, Master Mind is a code-breaking game for two players.

game ruby

Last synced: 29 Mar 2025

https://github.com/seapagan/update_repo

A Ruby Gem to keep multiple cloned Git Repositories up to date

git repository-management ruby rubygems

Last synced: 08 Sep 2025

https://github.com/emsk/redmine_activity

Summarize one day's activities on Redmine.

cli redmine ruby

Last synced: 23 May 2026

https://github.com/adarshaddee/hacktoberfest-2022

Hacktoberfest2022🥳 - Contribute given programs in every language😎 you want, every PR will be accepted😍!!!

adarshaddee c codarsh cpp dart golang hacktoberfest hacktoberfest-accepted java javascript mridealhat php python ruby rust

Last synced: 07 Mar 2026

https://github.com/santosh-konappanavar/school_library

The school library, managed by a Ruby-powered program, efficiently organizes and automates book lending, tracking, and online reservations, streamlining the entire library experience for students.

ruby sql

Last synced: 25 Aug 2025

https://github.com/bfontaine/slg

:metal: Slengo.it in your terminal.

cli italiano ruby slang tool

Last synced: 30 Jul 2025

https://github.com/michaelherold/activerecord-ksuid

K-Sortable Universal IDentifiers for ActiveRecord

activerecord hacktoberfest ruby

Last synced: 05 Apr 2025

https://github.com/envygeeks/simple-ansi

:art: A super simple Ansi library that does only what it needs to do.

ansi ruby stdlib

Last synced: 11 Aug 2025

https://github.com/acroos/rails_table_for

HTML tables for ActiveRecord collections, made simple

activerecord ruby ruby-on-rails

Last synced: 03 Feb 2026

https://github.com/abinoam/matrix_dot_bench

Compares different Matrix dot product implementations in Ruby

benchmark dot-product matrix-multiplication nmatrix restricted-boltzmann-machine ruby sciruby

Last synced: 18 Mar 2025

https://github.com/tmtocb/fifa-winners_ruby_cli_hangman

simple Ruby CLI text app game based on Hangman where you guess FIFA Player of the Year winners.

cli cli-app ruby

Last synced: 25 Aug 2025

https://github.com/benjaminsemah/ruby-catalogue-app

This project is a catalogue app that allows users to create and store data of things such as books, music albums and games.

database-management ruby sql

Last synced: 13 Feb 2026

https://github.com/wolfpack-digital/ruby-benchmarks

A set of open source shell, Ruby & Rails scripts with the purpose of benchmarking your machine and compare it to the rest.

benchmark hacktoberfest hacktoberfest-accepted hacktoberfest2022 ruby ruby-on-rails

Last synced: 29 Aug 2025

https://github.com/hackvan/telegram-bot

A friendship Telegram's bot that connect a Repository on GitHub with a Scrum board on Trello

ruby ruby-gem

Last synced: 06 Feb 2026

https://github.com/2moe/argvise-gem

Converts a hash into an array of command-line arguments

ci-utils lib mruby ruby

Last synced: 09 Mar 2026

https://github.com/martinnicolas/martinnicolas.github.io

Blog, Jekyll. Ruby 2.4.0

blog jekyll ruby

Last synced: 19 Jan 2026

https://github.com/rubyhcm/demo-swagger

Demo swagger - open api

openapi rails ruby swagger

Last synced: 05 May 2026

https://github.com/redding/sanford

Handler-based Sanford TCP protocol server

ruby sanford server tcp tcp-server

Last synced: 05 Apr 2025

https://github.com/neitdutra/social-network

Desenvolvendo uma rede social com Ruby-Rails

rails ruby webapp yarn

Last synced: 21 Apr 2026

https://github.com/costajob/akamai_ccu

Minimal wrapper around Akamai CCU V3 APIs.

akamai akamai-ccu akamai-edgerid cache-control ruby

Last synced: 03 Oct 2025

https://github.com/driftingruby/158-grab-bag-of-ruby-and-ruby-on-rails-tricks

In this episode, we look at various tips and tricks.

ruby ruby-on-rails tips-and-tricks

Last synced: 18 Apr 2026

https://github.com/wizardone/dual

Cloning ruby objects

clone cloner ruby sequel

Last synced: 06 Apr 2025

https://github.com/csb6/tk-code

A prototype text editor/IDE in Ruby/Tk

ruby text-editor tk

Last synced: 03 Oct 2025

https://github.com/javitocor/event-manager-ruby

Event manager project to practice serialization. Built with RUBY following the requirements in The Odin Project.

command-line csv odin-project ruby

Last synced: 28 Jul 2025

https://github.com/wizardone/recurr

Recurring events for...Rails?

events recurring ruby

Last synced: 06 Apr 2025

https://github.com/ostaptan/firudo

rubygem to setup logging and filtering secure attributes for Sinatra

filtering ruby security sinatra url-parameters

Last synced: 19 May 2026

https://github.com/mkonikov/dynamicbase

DynamicBase is a lightweight object-relational mapping tool built with Ruby.

ruby sql sqlite3

Last synced: 16 Jul 2025

https://github.com/yb66/newage

Handling year and month inputs sanely.

age ruby

Last synced: 26 Aug 2025

https://github.com/fnando/sublime-bundler-autocomplete

Autocomplete requires using your project's Gemfile as the source.

bundler ruby rubygems sublime-text sublime-text-plugin

Last synced: 19 May 2026

https://github.com/michaelchadwick/matrext

Make text phrases look like they're being decoded, Matrix-style

cli cool matrix-style ruby rubygem string

Last synced: 07 Aug 2025

https://github.com/yaegassy/coc-ruby-syntax-tree

coc.nvim support for the syntax_tree gem

coc-extensions coc-nvim neovim ruby syntax-tree vim

Last synced: 09 Apr 2026

https://github.com/bytedecoder/random_greeting_generator

Ruby Gem Random greeting generator

ruby ruby-gem

Last synced: 28 Oct 2025

https://github.com/kupolak/simpler_lexer

Lexer created for learning purposes. A good start for writing your own programming language in Ruby.

lexer lexer-generator lexer-parser programming-language-development ruby

Last synced: 26 Aug 2025

https://github.com/rockwellll/fake_phone_number_generator

Generate random, unique, phone numbers in e164 format

minitest rails rspec ruby testing

Last synced: 07 Sep 2025

https://github.com/oakten-software-engineering/ravendb-manager

Manage your RavenDB Document Database

ravendb ruby

Last synced: 14 Jun 2026

https://github.com/yuuu/aws-m5stack-iot-handson-book-site

技術同人誌「AWSとM5Stackで作るIoT開発入門」のサポートページ

aws iot m5stack nodejs ruby

Last synced: 10 Apr 2026

https://github.com/siman-man/debugtrace

to be more readable backtrace

gem ruby

Last synced: 19 Aug 2025

https://github.com/torokmark/ruby-benchmark

Benchmarked Ruby code snippets

benchmark ruby

Last synced: 29 Jul 2025

https://github.com/talaatmagdyx/play-chess

Play chess in the command line. Built with Ruby. Project for app academy Bootcamp

appacademy chess-game cli ruby

Last synced: 19 Aug 2025

https://github.com/ololobus/dev-hacks

Collection of developer hacks and tricks by @ololobus

c dba dev-hacks educational git java learn-to-code linux macos postgres postgresql python ruby scm

Last synced: 10 Apr 2026

https://github.com/toshimaru/bundled_gems

Install gem specified in Gemfile.lock without `bundle install`.

gem ruby rubygems

Last synced: 28 Jul 2025

https://github.com/adamvduke/docker-ruby-build

build ruby debs in a docker container

deb docker ruby ubuntu

Last synced: 10 Apr 2026

https://github.com/hmz777/hmz777.github.io

My Personal Website (Old, Not used anymore)

css html jekyll jquery liquid minimal-mistakes netlify ruby

Last synced: 09 Apr 2026

https://github.com/mensfeld/hookshot

A self-hosted webhook relay service built with Rails 8. Receives webhooks, filters them based on configurable rules, and dispatches to multiple target endpoints.

rails ruby webhook-receiver webhook-relay webhook-server webhooks webhooks-catcher

Last synced: 24 Apr 2026

https://github.com/marioruiz/timify

Ruby gem to easily calculate the time running (elapsed time) from one location to another inside your code and reports statistics. It helps you improve your code and find out which part of your code is consuming more time.

consumer count elapsed ruby ruby-gem statistics time timify

Last synced: 20 Aug 2025

https://github.com/eliflores/ruby-koans

THE Ruby Koans

koans ruby tdd testing

Last synced: 30 Mar 2025

https://github.com/krainboltgreene/jsonapi-materializer.rb

jsonapi-materializer is a way to turn data objects (for example, active record models) into json:api responses.

json-api ruby

Last synced: 21 Jun 2025

https://github.com/mvz/phew-font-viewer

Focused Font Viewer for GNOME 3

font-viewer gnome hacktoberfest ruby

Last synced: 09 Aug 2025

https://github.com/ijayabby/enumerable-methods

Ruby Enumerable Methods in action.

enumerable enumerable-methods ruby

Last synced: 29 Mar 2025

https://github.com/cisco-open/ruby-elf_utils

Ruby gem for parsing ELF files and DWARF debugging information

dwarf dwarf-parser elf elf-parser ruby rubygem

Last synced: 11 Jun 2025

https://github.com/alex-quiterio/repomate

A command-line tool to manage and synchronize multiple git repositories

ruby

Last synced: 04 Mar 2025