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/chiditarod/dogtag

Racer registration and management application for the CHIditarod. Integrates with Stripe and Classy.

heroku rails rails4 registration ruby ruby-on-rails signup ticketing-system

Last synced: 03 Jan 2026

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/apaciuk/rails-rello

Rails 7 Trello type app with Dragula JS and Bootstrap 5, Devise, Omniauth and more

database dragula kanban-board-application rails rails-application ruby

Last synced: 01 Oct 2025

https://github.com/drexed/lite-command

Ruby Command based framework (aka service objects)

command-pattern ruby service-object

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/george-swift/twitter-ish

Twitter clone. Users can create and manage content and associations with other users. Utilizes AWS S3 for cloud storage.

aws bootstrap minitest postgresql rails rspec ruby scss

Last synced: 31 Jul 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/caironoleto/my-dot-files

My AWEEEESOME dotfiles!

dotfiles ruby

Last synced: 23 Jul 2025

https://github.com/algerina/ror_blog_app

This project is a classic example of a fully functional blog website. It shows the list of posts and empower readers to interact with them by adding comments and liking posts. Built with Ruby, Ruby on Rails

postgresql rspec ruby ruby-on-rails

Last synced: 17 Aug 2025

https://github.com/i2y/konpeito

A gradually typed Ruby subset compiler with Hindley-Milner type inference, dual LLVM/JVM backends, and seamless Java interop.

jvm llvm mruby raylib ruby skija

Last synced: 14 Mar 2026

https://github.com/lambda2/breezer

🔒 Lock your Gemfile dependencies to safe versions

ci gemfile ruby security

Last synced: 18 Jan 2026

https://github.com/taichi-ishitani/rbtoon

Toon decoder for Ruby

ruby toon

Last synced: 18 Jan 2026

https://github.com/jbampton/ruby-eclipse-cheatsheets-to-dita

Transforms Eclipse cheat sheets (XML) to DITA with Ruby, XSLT, XPath, Nokogiri

command-line-tool dita eclipse-cheat-sheets nokogiri ruby xml xpath xslt

Last synced: 27 Jan 2026

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/madh93/rpotify

Spotify CLI remote control

cli ruby shell spotify terminal

Last synced: 16 Oct 2025

https://github.com/javitocor/mastermind_ruby

Classic Mastermind game in command line built with Ruby by following OOP. Users can play this classic game being the code maker or the decoder.

classic-game code project rspec ruby

Last synced: 07 Oct 2025

https://github.com/euglena1215/grpc_required_annotator

Annotator for null validation of gRPC requests using `required`

grpc ruby

Last synced: 09 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/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/slbug/claude-ruby-grape-rails

Claude Code plugin for Ruby, Rails, Grape, PostgreSQL, Redis, and Sidekiq development

ai ai-agent ai-agents ai-tools claude claude-code llm ruby ruby-on-rails

Last synced: 06 May 2026

https://github.com/aliyeysides/openai-quickstart-ruby

Ruby example app from the OpenAI API quickstart tutorial

ai artificial-intelligence openai ruby sinatra tutorial

Last synced: 01 Feb 2026

https://github.com/chargrilledchook/chess

Final assignment for the Ruby section of The Odin Project

chess odin ruby

Last synced: 23 Oct 2025

https://github.com/patricktulskie/concuss

Throw a bunch of headers at a web app and see what sticks

malformed-headers pentest ruby security security-auto security-tools testing webapp-security

Last synced: 28 Apr 2025

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/andremleblanc/druiddb-ruby

Ruby client for Druid using the Kafka Indexing Service

druid ruby ruby-on-rails timeseries-database

Last synced: 06 Oct 2025

https://github.com/jdennes/buienalarm

Super-simple library to scrape Buienalarm.nl for projected rainfall.

dutch netherlands rainfall ruby weather

Last synced: 01 Apr 2026

https://github.com/vin-droid/to_rupees

Spell out numbers in Indian currency. https://rubygems.org/gems/to_rupees

indian money money-in-words ruby ruby-on-rails rupees words

Last synced: 10 Oct 2025

https://github.com/mrdziuban/opal-rb-loader

Opal webpack loader

opal ruby webpack webpack-loader

Last synced: 09 Oct 2025

https://github.com/jimmycuadra/lita-wordnik

A Lita handler for dictionary functionality backed by Wordnik.

chatops lita lita-handler ruby wordnik

Last synced: 16 Oct 2025

https://github.com/skateman/dev-board

A simple developer dashboard that displays open PRs for a GitHub repo

dashboard development rails ruby

Last synced: 12 Apr 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/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/mohamedhnoor/rails-blog

For this project, I created a simple blog application using CRUD operations and routes in Ruby on Rails. I started by setting up my models, controllers, and views, and then added the necessary routes to enable CRUD functionality for blog posts.

bootstrap ruby ruby-on-rails

Last synced: 10 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/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/scientist-labs/ruby_llm-red_candle

Support for local LLMs, running inside of your Ruby process for RubyLLM

candle llm red-candle ruby ruby-llm

Last synced: 31 May 2026

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/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/tanhongit/samuraicrm

Build a Modular Engines Application with Rails 6, Rails 5. You can try it at https://railssamuraicrm.herokuapp.com

engines modular modular-rails modular-rails-application rails rails-crm rails-engine ruby samurai-crm samurai-crm-rails-6 samuraicrm tanhongit-rails

Last synced: 13 Oct 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/userlist/userlist-ruby

Ruby wrapper for the Userlist Push API

ruby userlist

Last synced: 11 Feb 2026

https://github.com/tubbo/active_record-embedded

Embed Data in your ActiveRecord Models

activerecord document-database rails ruby

Last synced: 12 Apr 2025

https://github.com/teeparham/loady

Simple file reader and logger

csv ruby

Last synced: 13 Apr 2025

https://github.com/restaurant-cheetah/fuli

Respond to application errors with configurable notifiers

configurable-notifiers error-handling error-notifier fuli ruby

Last synced: 06 Oct 2025

https://github.com/five-embeddev/riscv-isa-data

Machine readable ISA data

risc-v riscv ruby yaml

Last synced: 10 Apr 2025

https://github.com/jo-sm/base_emoji

The most useful way to encode your data!

emoji encoding ruby

Last synced: 17 Jan 2026

https://github.com/hrs/blueprint

A teeny tiny Scheme implemented in Ruby.

fexprs interpreter ruby scheme

Last synced: 07 May 2025

https://github.com/descholar-ceo/telegram-bot

In this project, I built a telegram bot that tells you the COVID-19 statistics, today's word of brevity, and today's quote.

ruby telegram-bot

Last synced: 28 Oct 2025

https://github.com/danielpclark/read_source

Read method source and even open it in VIM with this gem.

ruby ruby-gem source-parser vim

Last synced: 10 Apr 2025

https://github.com/datacrafts-io/stepped

Make your services running step-by-step with error handling, logging and easy testing.

gem ruby stepped tools

Last synced: 26 Oct 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/distroid/selectize-ajax

Useful Selectize.js form control tag with autocomplete, create and edit items by ajax.

ajax rails rails-helper-tag ruby selectize selectize-ajax-tag selectize-rails

Last synced: 20 Mar 2025

https://github.com/eldoy/mongocore

MongoDB ORM implementation on top of the Ruby MongoDB driver. Very fast and light weight.

mongodb mongodb-orm mongodb-ruby-driver odm orm rails ruby ruby-mongodb-driver schema

Last synced: 21 Oct 2025

https://github.com/sdaubert/packetgen-plugin-smb

SMB protocol suite plugin for packetgen

packetgen ruby smb smbv1

Last synced: 07 Sep 2025

https://github.com/chip/pathos.rb

pathos.rb - CLI for editing a PATH env variable

cli command-line command-line-tool env environment-variables path ruby tty

Last synced: 15 Jul 2025

https://github.com/sambeck87/budget_app

The Budget app is 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. This app allows the user to: register and log in, so that the data is private to them. introduce new transactions associated with a category.

bootstrap device postgresql ruby ruby-gem ruby-on-rails

Last synced: 23 Apr 2025

https://github.com/brunoarueira/blog

My site and blog where I write some random thoughts about software development and related things - https://brunoarueira.com

blog graphql nodejs rails rest rest-api ruby software-architecture software-development software-engineering

Last synced: 15 Jun 2025

https://github.com/elastic/elastic-transport-ruby

Transport classes and utilities shared among Ruby Elastic client libraries

elastic http http-client ruby

Last synced: 04 Apr 2025

https://github.com/chaintope/tapyrusrb

The ruby library for Tapyrus

ruby tapyrus

Last synced: 09 Jul 2025

https://github.com/cyberarm/author_enginev2

A virtual console that you code in Ruby.

game-development gosu ruby virtual-console

Last synced: 11 Apr 2025

https://github.com/abongsjoel/sub-strings

This project implements a #substrings method that takes a word and an array of valid substrings as arguments and returns a hash listing each substring that was found.

ruby

Last synced: 11 Apr 2025

https://github.com/burtlo/ruby-automation

A five-day program to teach Ruby with the focus on building tools and automation.

automation rspec ruby testing

Last synced: 11 Apr 2025

https://github.com/abongsjoel/tic-tac-toe

This project creates a simple but amazing Tic Tac Toe game using Ruby and OOP. Also implemented Testing using Rspec.

rspec ruby

Last synced: 11 Apr 2025

https://github.com/sparkymat/argon

Argon generates a workflow engine (built around a state machine)

ruby ruby-on-rails state-machine workflow-engine

Last synced: 10 Apr 2025

https://github.com/balerum03/linter_capstone

This is a basic linter that verifies that all the parentheses and brackets were properly used. This is a console app that runs using Ruby for the logic and Rspec for testing.

gems linter rspec rubocop ruby tester

Last synced: 11 Apr 2025

https://github.com/sammyhenningsson/hal_presenter

DSL for writing Presenters to serialize JSON HAL

curie hal hypermedia-api ruby serialization

Last synced: 19 Mar 2025

https://github.com/gangelo/simple_command_dispatcher

A Ruby Gem that dispatches SimpleCommands (simple_command gem) dynamically, so that API applications do not have to hard-code things like api modules and version numbers.

api api-rest rails rails-api rails-gem ruby ruby-on-rails

Last synced: 13 Apr 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/tlatsas/webpacker_uploader

Upload webpack(-er) generated assets to the cloud

assets cloud frontend rails ruby s3-cdn webpacker

Last synced: 08 Sep 2025

https://github.com/mova-rb/mova

Translation and localization library

i18n ruby translation

Last synced: 19 Mar 2025

https://github.com/pienkowb/preserve

Persist parameter values between requests

rails ruby ruby-on-rails

Last synced: 13 Apr 2025

https://github.com/squiidz/rusty_camel

Ruby snake to camel in rust

camelcase gem ruby rubynlp rust snakecase

Last synced: 12 Apr 2025

https://github.com/aldesantis/artic

The scheduling toolkit for Ruby.

availability calendar ruby time

Last synced: 17 Jun 2025

https://github.com/rubenpazch/group-our-transactions

Group our Wishlist is a web application with responsive behavior for mobile usage built with Ruby on Rails this application is based on an app for grouping payments by a goal with your family friends you can find the full requirements here. Exploring this project you can find these options (login, sign in, all my wishlist, all my external wishlist, all groups and log out, check out a wish list as an additional feature).

boostrap4 factory faker postgresql rspec-rails ruby ruby-on-rails

Last synced: 04 Apr 2026

https://github.com/mongodb/docs-ruby

MongoDB Ruby Documentation

mongodb nosql ruby

Last synced: 11 Nov 2025

https://github.com/icy/rolo

Prevents a program from running more than one copy at a time

cronjob ruby system

Last synced: 17 Mar 2025

https://github.com/yokawasa/fluent-plugin-documentdb

Azure DocumentDB output plugin for Fluentd

azure azure-documentdb documentdb fluent-plugin fluentd ruby

Last synced: 26 Mar 2025

https://github.com/picoruby/picoruby-esp32

This is a component that can be used with ESP-IDF, allowing you to add PicoRuby to your project.

esp-idf-component esp32 picoruby ruby

Last synced: 07 May 2025

https://github.com/natasha-ct/blog-app-rails

The Blog app is a classic example of a blog website. It is a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.

css3 html rails railsgems rspec-rails rubocop ruby unit-testing validation

Last synced: 05 May 2025

https://github.com/amkisko/action_reporter.rb

ActionReporter as a ruby wrapper for multiple reporting services for exceptions, notifications and context reporting

audited error-reporting honeybadger monitoring ruby ruby-on-rails scoutapm sentry

Last synced: 02 Apr 2026

https://github.com/dreamingechoes/pomodoro-gui

Pomodoro with a minimal graphical interface in Ruby with Gosu, made for fun.

gem pomodoro ruby

Last synced: 14 Jun 2025

https://github.com/rubycocos/gems

gems cache (& timelines)

gems ruby

Last synced: 11 Jul 2025

https://github.com/parolkar/rayrayhooray

A Rails 8 LLM Starter Kit with Raix and RailsUI on Replit

rails replit replit-hosting ruby ruby-on-rails starter-kit starter-template

Last synced: 10 Apr 2025

https://github.com/johnvoloski/ruby

Ruby Presentation

gem rake rbenv ruby rvm

Last synced: 17 Mar 2025

https://github.com/kkasaija/tasty_trek

An app to keep 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

cancancan capybara-rspec devise postgresql rspec ruby ruby-on-rails

Last synced: 08 Sep 2025

https://github.com/mikoto2000/librarysystem

架空の図書館の貸出管理システム

library-system ruby ruby-on-rails-7

Last synced: 10 Apr 2025

https://github.com/natasha-ct/school-library-with-ruby

This is an application that works as 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, save records of who borrowed a given book and when. The data is later preserved in a database. This application also has a well organised UI layer which will be console app

associations constructor getter-and-setter ruby

Last synced: 05 May 2025

https://github.com/jqr/postgres_sequence_support

Support for manipulating PostgreSQL sequences from ActiveRecord.

postgresql rails ruby

Last synced: 27 Jun 2025

https://github.com/ozovalihasan/whistle

🐋 Whistle is a social networking website for divers. It is built by using Ruby on Rails and deployed to Heroku.

aws-s3 css3 html5 ruby ruby-on-rails

Last synced: 30 Apr 2025

https://github.com/javitocor/ruby-capstone-project

Web Scraper - Final project of Ruby section inside Microverse's course - Project built to get all information related to the products inside Disney Store website. Information of the search is exported into a CSV file.

cleancode ruby ruby-capstone scraper

Last synced: 06 Apr 2026