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/lolwaleet/rubshell

A simple (and ugly) ruby-based webshell.

ruby webshell

Last synced: 11 May 2025

https://github.com/interviewstreet/rails-boilerplate-2022

Ruby on Rails boilerplate configured with authentication, docker-setup, must-have gems and much more.

authentication best-practices boilerplate docker gems rails ruby ruby-on-rails starter-template

Last synced: 13 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/jasonfelice/recipe-rails

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 html rails rails7 ruby

Last synced: 28 Jul 2025

https://github.com/abongsjoel/stock-picker

The project implement's a #stock_picker method that takes in an array of stock prices and returns a pair of days representing the best day to buy and the best day to sell.

ruby

Last synced: 08 Sep 2025

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

A Redis companion for yrb.

crdt redis ruby

Last synced: 15 Apr 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/dannyben/sting

Minimal, lightweight, multi-YAML settings library

gem ruby settings settings-management yaml-configuration

Last synced: 04 Aug 2025

https://github.com/nuzair46/ask_gpt_cli

A ruby gem to ask OpenAI GPT API with context and history from command line

chatgpt cli ruby ruby-gem rubygem

Last synced: 28 Jul 2025

https://github.com/czerkacorp/citadel-2018

Citadel is a full-featured account management system for SWGEmu Core3 based Star Wars Galaxies servers built with Ruby on Rails.

account-management core3 ruby rubyonrails starwarsgalaxies swgemu swgemu-core3

Last synced: 29 Sep 2025

https://github.com/fathershafiu/kfx-social

This is a social media app that behaves in similitude to twitter. feel free to contribute on both the frontend and backend.

database ruby rubyonrails

Last synced: 12 Sep 2025

https://github.com/timkaechele/rex

Migrated to my own git server

matching-engine ruby

Last synced: 14 Mar 2025

https://github.com/gentildpinto/gitfinder

A simple tool that allows find GitHub users by his username.

github rails ruby ruby-on-rails tailwindcss

Last synced: 06 May 2025

https://github.com/envygeeks/jekyll-faker

Faker wrapper for Jekyll, a library that generates fake data

content jekyll prototyping ruby user-interface

Last synced: 13 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/ronin-rb/ronin-post_ex

A Ruby API for Post-Exploitation

hacktoberfest post-exploitation ruby

Last synced: 05 Sep 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/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/teeparham/loady

Simple file reader and logger

csv ruby

Last synced: 13 Apr 2025

https://github.com/williamscch/school_library

Object Oriented Programming app. Simulates a library of an University, a useful tool that records what books are in the library and who borrows them.

classes oop oop-principles ruby

Last synced: 15 Mar 2026

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/nilsding/webm-index

a simple frontend for your WebM directory

coffeescript frontend index ruby webm

Last synced: 06 Oct 2025

https://github.com/dannyben/docker-alpine-ruby

Minimal Ruby docker image with native extensions support

alpine docker-alpine-ruby ruby ruby-docker-image

Last synced: 07 Sep 2025

https://github.com/gangelo/deco_lite

DecoLite is a little gem that allows you to use the provided DecoLite::Model class to dynamically create Decorator class objects. Use the DecoLite::Model class directly, or inherit from the DecoLite::Model class to create your own unique subclasses with custom functionality. DecoLite::Model includes ActiveModel::Model, so validation can be applied using ActiveModel validation helpers you're familiar with; or, you can roll your own - just like any other ActiveModel. DecoLite::Model allows you to consume a Ruby Hash that you supply via the initializer (DecoLite::Model#new) or via the DecoLite::Model#load! method. Any number of Ruby Hashes can be consumed. Your supplied Ruby Hashes are used to create attr_accessor attributes (or "fields") on the model. Each attribute created is then assigned the value from the Hash that was loaded. Again, any number of hashes can be consumed using the DecoLite::Model#load! method.

decorator decorator-pattern decorators gem rails-gem ruby ruby-gem ruby-gems

Last synced: 30 Apr 2025

https://github.com/senotrusov/workety

A library to run Ruby classes as daemons. Process start, signal handling, logfile/pidfile, restart by watchdog, exception handling, reporting to Airbrake and Exceptional, Rails environment load, mutithreaded workers.

daemon error-reporting exception-handling logging multithreading pidfile process rails ruby watchdog

Last synced: 07 Oct 2025

https://github.com/peterzhu2118/declarative_minitest

Ports Rails declarative minitest into regular minitest

minitest ruby

Last synced: 07 Jul 2025

https://github.com/boardfish/nvar

Configure required environment variables for your Ruby app

environment-variables ruby ruby-gem ruby-on-rails

Last synced: 16 Jun 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/i2097i/gluby-tk

A tool for creating GTK applications using Ruby and Glade

glade gnome gtk3 listen ruby

Last synced: 03 Sep 2025

https://github.com/hafiz1379/decode-morse-message

A Morse code decoder created in Ruby, offering efficient translation of Morse code messages into plain text. The project employs reusable methods to decode single characters, entire words, and complete messages. Use it to decipher Morse code, including the iconic "SOS" message.

ruby

Last synced: 17 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/dodonki1223/eroge_release_cmd

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

cli-app google-drive-ruby rspec ruby

Last synced: 23 Oct 2025

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

Wiki based on git

git ruby wiki

Last synced: 01 Feb 2026

https://github.com/elmassimo/journeyman

Let your factories use your business logic, making them flexible and easier to update.

factory fixtures rails ruby testing

Last synced: 19 Apr 2025

https://github.com/userlist/userlist-ruby

Ruby wrapper for the Userlist Push API

ruby userlist

Last synced: 11 Feb 2026

https://github.com/stevenjcumming/rails-performance-guide

Ruby on Rails guide, checklist, and tips for performance audits and best practices

performance performance-optimization rails rails-guides ruby

Last synced: 27 Apr 2026

https://github.com/brianvanburken/exercism

My solutions for the challenges on exercism.org

coffeescript elixir elm exercism exercism-solution go javascript kotlin python ruby rust

Last synced: 19 Apr 2025

https://github.com/eapenzacharias/cashflo

cashFlo is a web application where you can manage your budget: you have a list of transactions associated with a category, so you know how much you spent.

alpinejs expense-tracker mobile-first open-source rails rspec rubocop ruby tailwindcss

Last synced: 07 Oct 2025

https://github.com/LorenzoSapora/jekyll-html5-youtube

Jekyll plugin to generate html5 snippets for embedding YouTube videos, without iframes.

bundler gem html5 jekyll liquid ruby ruby-gem youtube

Last synced: 10 May 2025

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/webhippie/po_to_json

Ruby library for converting gettext PO files to JSON

gettext i18n json ruby rubygem

Last synced: 19 Jan 2026

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/thecodechaser/my-ruby-enumerable

In this project I learned how to use a module inside a class. For this I created a class MyList and a module MyEnumerable. Our module MyEnumerable implemented a subset of the functionality of Ruby's in-built Enumerable.

ruby

Last synced: 24 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/cyberarm/cyberarm_engine

Yet another framework for building games with Gosu

game-development game-engine game-engine-2d gosu gui ruby

Last synced: 11 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/cbrnrd/krypton

🔒 A CLI tool for easy cryptography

cli command-line-tool cryptography encryption ruby security

Last synced: 22 Apr 2025

https://github.com/justalever/foodlog

This Ruby on Rails application is part of a crash course published on Traversy Media authored by Andy Leverenz of @webcrunchblog creator of web-crunch.com and the course Hello Rails.

rails ruby ruby-on-rails

Last synced: 23 Apr 2025

https://github.com/fastruby/benches

A few benchmarks we run for the Ombu Labs blog

benchmarking ruby ruby-benchmarks

Last synced: 07 Oct 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/snasirca/mikado-graph-generator

Provides a simple DSL for generating Mikado Graphs using GraphViz.

graphviz ruby

Last synced: 14 Oct 2025

https://github.com/mathrailsai/sentiment_insights

SentimentInsights is a Ruby gem for extracting actionable insights from qualitative survey responses. It provides sentiment analysis, key phrase extraction, and named entity recognition using multiple NLP providers including OpenAI and AWS Comprehend.

aws-comprehend entity-recognition key-phrases nlp openai ruby ruby-gem sentiment-analysis survey-insights text-analysis

Last synced: 28 Feb 2026

https://github.com/kevinstuffandthings/timeboss

Broadcast Calendar navigation in Ruby made simple

broadcast-calendar gregorian-calendars ruby rubygems

Last synced: 10 Oct 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/mohamedhnoor/hellorails

Hello Rails is a simple backend api that provides random greetings. It is built using Ruby on Rails and Postgres database.

postgresql ruby ruby-on-rails rubygems

Last synced: 10 Apr 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/toyama0919/tagenv

ec2 instance tag apply environment variables.

ec2 ec2-instance environment-variables ruby

Last synced: 30 Oct 2025

https://github.com/jg-rp/ruby-json-p3

JSONPath, JSON Patch and JSON Pointer for Ruby

json jsonpath ruby

Last synced: 12 Apr 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/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/dannyben/apicake

Build Dynamic API Wrappers

api api-wrapper gem ruby

Last synced: 18 Oct 2025

https://github.com/lambda2/breezer

🔒 Lock your Gemfile dependencies to safe versions

ci gemfile ruby security

Last synced: 18 Jan 2026

https://github.com/sergey-homenko/llm_cost_tracker

Rails-native LLM cost ledger: track spend by user, feature, provider, and model with self-hosted ActiveRecord storage and budget guardrails.

ai anthropic cost-management cost-tracking deepseek faraday finops gemini llm llmops openai openrouter rails ruby

Last synced: 29 Apr 2026

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/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/picatz/vifi

📶 A simple wifi signal strength monitoring application for macOS.

chartjs macos ruby visualization webapp wifi

Last synced: 22 Apr 2025

https://github.com/cosmo0920/mikutter_filter

A mikutter plugin which adds several filter features into mikutter.

mikutter ruby

Last synced: 30 Oct 2025

https://github.com/brandonweiss/git-hookshot

Share git hooks in Ruby projects among all the collaborators automatically, without them having to do anything.

bundler git ruby

Last synced: 18 Oct 2025

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

Identify watir-webdriver elements with ng directives

angular ruby testing watir webdriver

Last synced: 06 Oct 2025

https://github.com/zyxdevs/learning

Sample for Telegram Bot from many Programming languages.

c dart dotnet golang html javascript pascal php python ruby rust telegram-bots

Last synced: 21 Jul 2025

https://github.com/dwilkins/nacha

ACH Parser implemented in Ruby

ach banking-formats metaprogramming nacha rspec ruby

Last synced: 07 Jul 2025

https://github.com/owlinux1000/fsalib

format string attack payload generator

ctf-tools exploitation-framework pwn ruby

Last synced: 09 May 2025

https://github.com/koachcode/budgeter_mk

In this project, I created a budget calculator website, which has categories of budgets in which you can enter transaction cost for each sub-group in other to get the total budget price in that particular budget category.

database rails7 ruby sass

Last synced: 16 Aug 2025

https://github.com/igneus/calendarium-romanum-remote

remote calendar extension for calendarium-romanum

calendar church liturgy ruby

Last synced: 29 Jun 2025

https://github.com/elarhadu/penny-wise

PennyWise is a user-friendly and intuitive budget management application that makes it a breeze to stay on top of your finances. With PennyWise, you can effortlessly track your income and expenses, set budgets, and gain valuable insights into your spending habits.

ruby ruby-on-rails

Last synced: 15 Apr 2025

https://github.com/zven94/portfolio

This repo contains my portfolio and a selection of projects and works that I have completed. Feel free to explore these projects and know me better.

css css3 html javascript react reactjs ruby

Last synced: 28 Sep 2025

https://github.com/allenwq/settings_on_rails

:smile_cat: Ruby gem help to handle key/value settings(preferences) for ActiveRecord model. Settings are stored in hash, supports nested/multiple keys and default values.

rails ruby settings

Last synced: 19 Mar 2025

https://github.com/cancelei/search_engine

SearchEngine made with Ruby on Rails 7.1. Works for Google, Bing or Brave API.

bingsearchapi bravesearchapi googlesearchapi ruby rubyonrails

Last synced: 29 Jun 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/kojix2/ffi-bitfield

Bit field for Ruby-FFI

ffi ruby ruby-ffi

Last synced: 13 Apr 2025

https://github.com/caioagiani/ruby-on-rails

API ruby on rails - studies

api ruby ruby-gem ruby-on-rails

Last synced: 11 Jul 2025

https://github.com/nakajijapan/frustrationme_app

Web Service - Social Wish Management

frustration ruby social

Last synced: 13 Apr 2025

https://github.com/hrs/blueprint

A teeny tiny Scheme implemented in Ruby.

fexprs interpreter ruby scheme

Last synced: 07 May 2025