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/juandbta/snaplife

A cutting-edge Ruby on Rails app with PostgreSQL, revolutionizing daily organization. Seamlessly merging task management and note-taking, it's your lightning-fast, all-in-one solution for streamlined life organization.

css-flexbox css3 devise postgresql render rspec rspec-testing rubocop ruby ruby-on-rails

Last synced: 19 Jan 2026

https://github.com/andydevs/general

General is a simple templating system in ruby that allows you to create templates from both pure strings and files (with the extension .general), as well as create new strings and files with these created objects.

ruby templates

Last synced: 29 Mar 2025

https://github.com/jmettraux/figa

Ruby client to OpenFIGI API v2

bloomberg openfigi ruby

Last synced: 18 May 2026

https://github.com/jamescook/fast_slice

Hash#slice implemented in a C extension

c ruby

Last synced: 19 May 2026

https://github.com/mariomarroquim/rails_application_service

Service objects for Rails - the Rails way

ruby ruby-on-rails services

Last synced: 11 Nov 2025

https://github.com/thegeorgeous/writeas

Ruby client for the Write.as API

api-client ruby writeas

Last synced: 18 Feb 2026

https://github.com/charith0901/url_shortner

URL Shortener converts long URLs into short, shareable links. It stores mappings in a database and redirects short URLs to their original destinations. Features can include analytics, expiration dates, and user authentication.

html ruby ruby-on-rails tailwindcss

Last synced: 04 May 2026

https://github.com/danielpclark/env_compat

Your tool for converting special characters to ENV compatible variables.

conversion converting-special-characters env environment-variables ruby

Last synced: 13 Mar 2025

https://github.com/mukhammadrizooff/oop-school-group-work

Group work project: This is a basic program for recording what books are in the library and who received them. This allows users to add new students, teachers, and books, as well as keep records of who received that book and when.

rspec-testing ruby

Last synced: 25 Jun 2025

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

A two-sided video streaming marketplace platform, featuring credit card payment capabilities, user role management, complex user interfaces, and advanced database relationships.

bootstrap4 carrierwave devise figaro heroku minimagick rails5 ruby simpleform stripe

Last synced: 09 May 2026

https://github.com/redding/qs

Handler-based message queueing (jobs) and pub/sub (events).

message-queue pubsub ruby

Last synced: 05 Apr 2025

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/jbox-web/ssh-tunnel

A Ruby/GTK3 gem to manage SSH tunnels, easy ;)

ruby ssh ssh-tunnel tunnel

Last synced: 31 Oct 2025

https://github.com/harrygturner/AccessAbled-frontend

AccessAbled makes London accessible to all members of society, including people with disabilities. Frontend written in React.js with vanilla CSS, no styling packages were imported, and backend written in Ruby on Rails.

cloudinary disabilities google-maps-api javascript rails react ruby tripadvisor xml

Last synced: 12 Mar 2025

https://github.com/raleighlittles/exercism.io-ruby

(WIP) Annotated solutions to Exercism.io's Ruby challenges.

exercism-exercises exercism-io exercism-ruby exercism-solutions ruby

Last synced: 23 Jun 2026

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

Demo swagger - open api

openapi rails ruby swagger

Last synced: 05 May 2026

https://github.com/shannarra/projecteuler

Solutions to (most of, if not) all 📚 Project Euler problems 🤓 in Ruby 💎.

algorithms exercises for-fun project-euler ruby

Last synced: 12 Oct 2025

https://github.com/ucsc/site-slugstrong

Roadmap to recovery and bringing students back to campus.

jekyll ruby static-site

Last synced: 08 Apr 2026

https://github.com/nonrational/short-sheet

Synchronize Shortcut ←→ Google Sheets

google-sheets productivity project-management repl ruby shortcut

Last synced: 21 Jul 2025

https://github.com/rukomoynikov/processable

A handy way (I hope) to convert a service object like things to a series of steps

ruby

Last synced: 18 Mar 2025

https://github.com/kachick/eqq

Pattern objects builder

condition functional pattern ruby

Last synced: 13 Mar 2025

https://github.com/itsmraga-hub/class-attendance

A class management system that helps teachers keep track of student's attendance of their respective classes. Built with rails and postgresql

postgresql ruby ruby-on-rails

Last synced: 20 Jan 2026

https://github.com/fabianofrank/rails-wallet

My Wallet is meant to help you organize your investments across different categories. This fully functional website shows you a list of all your wallets and the total value on them, it also displays the total amount of investments separated by wallet. It can be used by different users within the local database that was design for this application.

postgresql rails ruby

Last synced: 25 Jun 2025

https://github.com/yasslab/weekly_report_helper

A ruby script that helps writing your weekly report by showing your commits within a week.

google-calendar reporting ruby ruby-script

Last synced: 11 Jun 2026

https://github.com/oluwis/rails-blog-app

Blog feito com Ruby on Rails.

rails rails7 ruby ruby-on-rails

Last synced: 19 May 2026

https://github.com/sshaw/alias2

Make classes, modules, and constants accessible via a different namespace.

alias aliasing metaprogramming namespaces ruby

Last synced: 06 Apr 2025

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

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

ruby

Last synced: 04 Mar 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/wizardone/dual

Cloning ruby objects

clone cloner ruby sequel

Last synced: 06 Apr 2025

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/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/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/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/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/shoppyMN/most_ots

Most Money External API wrapper

api-client payment-gateway rails ruby ruby-gem

Last synced: 12 May 2025

https://github.com/mouragabriel53/ruby-workbook

Ruby anotations

ruby

Last synced: 04 Jul 2026

https://github.com/vitaee/rubytimemanagement

Ruby time management application.

postgresql ruby ruby-on-rails

Last synced: 18 Apr 2026

https://github.com/pablob07/cine

Cine project example - Modulo9 - Desarrollo de aplicaciones con Ruby on Rails - OTEC AIEP.

activerecord cine devise model ruby ruby-on-rails testing

Last synced: 19 May 2026

https://github.com/gordonbisnor/flac-converter

Command line flac converter

bash ffmpeg flac mp3 ruby

Last synced: 20 Jan 2026

https://github.com/amalfra/maildir2json

A simple ruby script to convert maildir format file to JSON format

cli commandline json maildir-format ruby

Last synced: 19 May 2026

https://github.com/wtnabe/sudachi-installer-rb

A Helper gem for download and store Sudachi jar and dict files written with Ruby ( for combination with `rudachi` )

japanese-tokenizer ruby sudachi

Last synced: 18 Feb 2026

https://github.com/jmks/csv_blueprints

A declarative way to generate CSVs

csv ruby

Last synced: 31 Dec 2025

https://0xacab.org/sutty/jekyll/jekyll-activity-pub

Jekyll plugin adding support for ActivityPub to websites, delegating dynamic stuff to Distributed Press Social Inbox. https://jekyll-activity-pub.sutty.nl/

activitypub jekyll ruby

Last synced: 04 Mar 2025

https://github.com/postmodern/nvd-json_feeds.rb

Provides a Ruby API to NVD JSON Feeds.

cve feeds gem json nvd parser ruby

Last synced: 11 May 2026

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

A ruby gem for the ING API

gem ruby

Last synced: 26 Jun 2025

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

Ruby Enumerable Methods in action.

enumerable enumerable-methods ruby

Last synced: 29 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/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/sage/rubocop-custom-cops

Custom checks for Rubocop - Static code analysis

rubocop rubocop-rails ruby ruby-gem static-code-analysis

Last synced: 13 May 2025

https://github.com/iank-code/mill-autos-backend

This is the server of Mill Autos, an ecommerce site for vehicles and bikes

actionmailer bcrypt-password-hashing daraja-api jwt-authentication ruby ruby-on-rails

Last synced: 01 May 2026

https://github.com/kgnzt/polyseerio-ruby

Official Polyseer.io SDK for Ruby.

alerting monitoring polyseer ruby ruby-on-rails

Last synced: 01 Jan 2026

https://github.com/michaeltelford/yart

Yet Another Ruby Templater (YART) turns plain Ruby into HTML, making it fun to write webpages

html ruby template-engine

Last synced: 19 May 2026

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

Yelp clone that integrates with Google Map API and includes features like user comments, star rating, image uploading, and user authentication.

carrierwave devise figaro geocoder heroku rails5 ruby

Last synced: 01 May 2026

https://github.com/vadim-geroim/image-blur-1

Build an image by using a two-dimensional array to store the pixel values for the image.

datastructures image-blur ruby

Last synced: 07 Jun 2026

https://github.com/vadim-geroim/collatz-sequence

Determining the Collatz sequence for a number.

algorithms collatz-sequences rspec ruby

Last synced: 11 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/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/makevoid/raudo

Deploy and manage multiple apps from a single UI - features google auth and custom tasks (reinstall gem/npm/bower, db migration) - status: MVP - coded in 2015

application-management automation continuous-delivery deploy deployer deployment-tool execute-tasks google-auth migrate-database mvp roda ruby task-runner tasker tool ui vm-management

Last synced: 31 Oct 2025

https://github.com/ajduncan/lol

A text adventure mu* styled game, entirely for educational purposes.

hacktoberfest ruby

Last synced: 20 May 2026

https://github.com/danielbayley/refinery

@Ruby refinements @RubyGems for your @Rails project.

gem rails refinement ruby ruby-gem ruby-on-rails rubygem

Last synced: 28 Apr 2026

https://github.com/sainingo/school_library_oop

This is a simple ruby console application that uses object oriented programming concepts like classes, objects, inheritance to constructs a simple but yet powerful application.

git oop-principles ruby terminal

Last synced: 06 May 2026

https://github.com/winebarrel/pd_event_v2

PagerDuty Events API v2 Ruby Client.

pagerduty ruby

Last synced: 28 Mar 2025

https://github.com/smerth/ruby-chinese-word-lookup

A simple CLI app, written in Ruby, to look-up Chinese words from a list in a text file.

cli ruby

Last synced: 01 Jun 2026

https://github.com/mkhuda/ruby-sinatra-api

Simple API using Sinatra and MySQL2

mysql2 ruby sinatra

Last synced: 11 Jun 2026

https://github.com/abhishekkr/abk-labs.cucumber

collection of Cucumber based setups, derailed_cuke

bdd-tests cucumber ruby testing

Last synced: 20 May 2026

https://github.com/hackvan/foodie

Ruby gem with a small utilities to make the food very fun.

aruba bundler cucumber gem rake rspec ruby

Last synced: 13 Apr 2026

https://github.com/helloojasmutreja/final-book-donation-model

This web application, built using Ruby on Rails 7, offers a platform for users to give and request books. This final version includes user registration and assigned roles, categorization of books, search functionality, the ability to make donations, and the ability to request books. Additionally, it features a professional styling design.

book database devise donation rails7 ransack ruby ruby-on-rails web-application

Last synced: 14 Mar 2025

https://github.com/merongivian/tone.rb

Ruby Wrapper for Tone.js

opal ruby tonejs web-audio

Last synced: 29 Mar 2025

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

Experience the synergy of Ruby, PostgreSQL, and object-oriented programming in our School Library Management System. With Ruby's dynamic capabilities and OOP principles, we facilitate efficient cataloging and tracking of educational resources.

postgresql ruby

Last synced: 20 May 2026

https://github.com/blackwinter/lsi4r

Latent semantic indexing for Ruby.

latent-semantic-indexing lsi ruby rubynlp

Last synced: 29 Mar 2025

https://github.com/blackwinter/solr4r

A Ruby client for Apache Solr.

ruby rubynlp solr

Last synced: 29 Mar 2025

https://github.com/orekorekorek/bbq

App for creating and managing events

rails rails-application ruby

Last synced: 20 Jan 2026

https://github.com/cdeliens/tough

Password Validator Gem for RoR Applications.

gem password-validator rails ruby validator zxcvbn

Last synced: 02 Jan 2026

https://github.com/emmvs/call_your_mom

Call your loved ones

html javascript rails ruby scss

Last synced: 20 Jan 2026

https://github.com/amacariola/ruby-programming-practice

Ruby programming practice sheet

practice-programming ruby

Last synced: 14 Mar 2025

https://github.com/amacariola/avion-ruby-bakery

Ruby Coding challenge

coding-challenge ruby

Last synced: 14 Mar 2025

https://github.com/shanecav84/sphyg

'Sphygmos' is the Greek word for 'pulse'. Sphyg provides an interface for creating throbbers to indicate that your long-running command line program still has a pulse.

cli ruby spinner throbber

Last synced: 29 Mar 2025

https://github.com/mkon/ja2r

JSON-API to ruby object conversion

json json-api ruby

Last synced: 10 Apr 2025

https://github.com/qltysh/stet

Run only the tests affected by your changes. Open-source selective test execution inspired by Stripe.

bun ci developer-tools python ruby rust selective-testing test-selection testing typescript

Last synced: 05 Jul 2026

https://github.com/jgraichen/omniauth-internal

OmniAuth strategy for simple model authentication.

authentication omniauth omniauth-strategy password ruby

Last synced: 14 Apr 2025

https://github.com/lpogic/white_gold

TGUI based Ruby gem for quick native application developing

dsl gui ruby

Last synced: 29 Mar 2025

https://github.com/munshkr/marea

Yet another musical pattern language based on TidalCycles for building higher-level musical patterns.

live-coding livecoding music music-library ruby supercollider tidalcycles

Last synced: 06 Apr 2025

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/delonnewman/kigo

Ruby is already pretty lispy let's take it the rest of the way.

lisp lisp-compiler lisp-dialect lisp-interpreter ruby

Last synced: 29 Mar 2025

https://github.com/nalgeon/ruby-wasi

Ruby WASI build.

ruby wasi wasm

Last synced: 03 May 2026

https://github.com/ashmalzahra/oop-four-principles-by-example

The project displays OOP four principles - (Encapsulation, Abstraction, Inheritance, Polymorphism) with respective examples. The project also displays examples of composition, association, and aggregation.

best-practices irb oop-principles ruby

Last synced: 27 Jun 2025

https://github.com/heycarsten/openssl-key-truncation-workbench

A workspace to figure out if OpenSSL key truncation can be worked-around

activesupport-messageencryptor openssl-key-truncation ruby

Last synced: 21 May 2026

https://github.com/rwaffen/icinga2-html-notifications

HTML Notifications for Icinga2

icinga2 mail ruby script

Last synced: 28 Mar 2025