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/abdussattar-70/ruby-group-capstone

A Ruby OOP-based solution for managing and organizing your collection of books, games, and music albums. It allows you to add new items, explore your collection by labels, genres, and authors and provides a user-friendly interface for easy navigation. It's a convenient tool to keep track of your inventory of books, games, and music albums.

postgresql rspec-testing ruby

Last synced: 19 May 2026

https://github.com/notus-sh/dragonfly-cache

A cache adapter for Dragonfly, a ruby image/assets manager (http://markevans.github.io/dragonfly/).

assets cache caching dragonfly ruby

Last synced: 08 Aug 2025

https://github.com/orphic-inc/ruby-orphic-cli

This CLI provides interfaces and instruments of implementing plumbing between Ruby, RoR, Node, and Golang.

cli hacktoberfest ruby

Last synced: 14 Apr 2025

https://github.com/podemos-info/active_job_reporter

Monitoring and reporting for ActiveJob

activejob gem monitor rails ruby status

Last synced: 21 Mar 2025

https://github.com/codecov/ruby-standard-2

Codecov coverage standard for Ruby using Codecov's Bash uploader

codecov coverage-reports rails ruby

Last synced: 12 Apr 2025

https://github.com/brentgreeff/fat_model_auth

Simple clean Authorization system for Rails

authorization rails ruby

Last synced: 11 Nov 2025

https://github.com/mitchellhenke/sequel-pg-trgm

Sequel plugin for Postgres' pg_trgm

pg-trgm postgres ruby sequel sequel-plugin

Last synced: 30 Jun 2025

https://github.com/dmshvetsov/adventofcode

🎄 My Advent of Code solutions. Often done with unfamiliar languages so don't expect idiomatic code.

advent-of-code advent-of-code-2020 dart elixir erlang go javascript lua python ruby rust scala sql typescript v

Last synced: 09 Apr 2026

https://github.com/mvz/playdate

Plan recurring get-togethers.

hacktoberfest rails ruby

Last synced: 09 Aug 2025

https://github.com/linyows/nginx-cookbook

Installs/configures nginx

chef chef-cookbook nginx ruby

Last synced: 18 Sep 2025

https://github.com/dinsaw/asana_to_jira

Ruby command line application to move tasks from Asana to Jira.

asana jira ruby

Last synced: 10 Jun 2026

https://github.com/iaintshine/ruby-spanmanager

Current span management for OpenTracing in Ruby

opentracing ruby span-management tracing

Last synced: 10 Jun 2025

https://github.com/hausgold/pricehubble

Ruby client for the PriceHubble REST API

api api-client api-wrapper gem oss pricehubble ruby ruby-gem

Last synced: 12 May 2025

https://github.com/stephenkati/blog_app_prac

Blog app is a fully functional website that shows a list of posts and empower readers to interact with them by adding comments and liking posts.

postgresql ruby ruby-on-rails

Last synced: 11 May 2026

https://github.com/randycoulman/jujube

Ruby front-end for jenkins-job-builder

jenkins-jobs ruby

Last synced: 21 Mar 2025

https://github.com/ricarthlima/rails-evegano

🐄 Serviço de software que entrega ao público vegano um método prático de consultar quais produtos/marcas são ou não veganos e o porquê.

equipe-one if977 ruby sistemas-de-informacao ufpe vegan

Last synced: 13 Mar 2025

https://github.com/jungomi/mdn_query

Query the Mozilla Developer Network documentation

cli docs mdn ruby

Last synced: 15 Apr 2025

https://github.com/hrs/gensym

A library for generating unbound variable names in Ruby.

bad-idea metaprogramming ruby

Last synced: 13 Apr 2025

https://github.com/sanger/asset_audits

Add audits to assets in sequencescape

rails ruby

Last synced: 03 Apr 2026

https://github.com/faranoshamini/blog_app

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.

css gem html ruby ruby-on-rails

Last synced: 09 Apr 2026

https://github.com/brittanyblake/personal-projects

An ongoing list of all the projects that I have worked on using: HTML & CSS, Ruby, Ruby on Rails, Javascript, React & Redux.

rails ruby solo sql

Last synced: 28 Sep 2025

https://github.com/fizvlad/vk-music-rb

Ruby library to work with popular Russian network audios. VK stands for Very Kool btw

audios gem library music playlist ruby vk vk-music

Last synced: 01 Oct 2025

https://github.com/yegor256/jekyll-shorts

Automatic generator of short links for all Jekyll pages

jekyll jekyll-plugin ruby shortener url-shortener

Last synced: 27 Mar 2025

https://github.com/wizardone/jsup

A fast json builder for your apis, using Oj.

encoding fast json ruby simple

Last synced: 28 Jul 2025

https://github.com/vic778/money-exchange

this is a simple exchange web app that allow users to exchange their moeny according to the currency they have choosed. it update the curency database by getting rule from an api. for that i'm using background job and sidekiq cron for schedule every single day at 07h 05 AM to run the function. if the exchange is done it create a object and so far w

postgresql redis rswag rubocop ruby ruby-on-rails sidekiq sidekiq-cron

Last synced: 18 Jun 2025

https://github.com/render-examples/jekyll

Minimal Jekyll site deployed on Render

deployment hosting jekyll render ruby static-site

Last synced: 21 Jun 2025

https://github.com/ascender1729/bybitcalculator

A Ruby application for cryptocurrency traders to calculate and analyze risks and strategies for ByBit's Inverse BTCUSD Perpetual contracts using a GUI built with Tk.

crypto-trading cryptocurrency financial-analysis gui-application investment-tools risk-analysis ruby trading-strategies trading-tools

Last synced: 09 Mar 2026

https://github.com/najibullahjafari/budgetpro

BudgetPro is the Ruby on Rails project, this 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 .

backend database gems postgresql ruby ruby-on-rails

Last synced: 05 Jan 2026

https://github.com/wizardone/shouter

Ruby implementation for a simple publish/subscription based system with callbacks

callbacks events listeners ruby singleton store subscription

Last synced: 22 Jun 2025

https://github.com/kuper-tech/grafana_annotations

Add custom annotations to grafana from your ruby application.

grafana-annotations ruby

Last synced: 16 Aug 2025

https://github.com/tvziet/market_place_api

This project for practicing API on Rails 7

api aws-s3 postgresql rails7 ruby swagger unit-test

Last synced: 01 Oct 2025

https://github.com/abdussattar-70/oop-school-library

The OOP-School-Library project demonstrates the principles of data abstraction, inheritance, encapsulation, and polymorphism, which are fundamental concepts in object-oriented programming(OOP).

abstraction data encapsulation inheritance polymorphism rubocop-configuration ruby

Last synced: 29 Mar 2025

https://github.com/devteds/multi-stage-docker-build

Source code and terminal log related to the short course - https://devteds.com/multi-stage-docker-build

docker multi-stage-build multi-stage-docker multi-stage-dockerfiles rails-on-docker ruby ruby-on-rails rubyonrails

Last synced: 07 Mar 2026

https://github.com/uthmanbello/budget_app

Budget App is a project to allow effortless bill management, expense tracking, and financial organization. Users can create bills, add items with amounts, and gain insights into spending. Built with Ruby on Rails.

css3 postgresql ruby ruby-on-rails

Last synced: 28 Apr 2026

https://github.com/buren/spidr_cli

CLI for the spidr gem.

cli ruby rubygem spider spidr

Last synced: 02 Aug 2025

https://github.com/sshaw/ruby-jing

RELAX NG schema validation in Ruby using the Jing CLI

java relaxng ruby schema-validation xml

Last synced: 16 Aug 2025

https://github.com/dinosimone/wealthforge-ruby

Ruby gem for WealthForge API

api fintech investing ruby

Last synced: 16 Aug 2025

https://github.com/essamhassan/sneakers_rails

Integrating Rails with sneakers.io ruby RabbitMQ background processing framework

background-jobs background-processing gem rabbitmq rails ruby ruby-on-rails worker-service

Last synced: 11 Jun 2026

https://github.com/postmodern/cvelist.rb

A Ruby library for parsing the CVE JSON in the cvelist git repository

cve cvelist json ruby rubygem

Last synced: 28 Oct 2025

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

A fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts. Built with Ruby on Rails.

devise html5 postgresql rails rspec rubocop ruby

Last synced: 12 Apr 2026

https://github.com/danifromecuador/budget

This Ruby on Rails project is about building a mobile web app where the user can manage his budget. Them will provide list of transactions associated with a category.

postgresql rails render-deployment ruby

Last synced: 24 Jan 2026

https://github.com/syedabutalib/bruh

When git makes you go like 'bruh'

bash bashrc bruh git ruby zsh zshrc

Last synced: 12 Apr 2026

https://github.com/postmodern/ruby-nikto

A Ruby interface to Nikto.

command-mapper infosec nikto nikto-parser ruby

Last synced: 28 Oct 2025

https://github.com/umuthopeyildirim/mindgarden

MindGarden is an diary writing software, but you can also express your feelings on your dairies.

crud dairy daisyui daisyui-react react ruby sinatra tailwindcss

Last synced: 05 Sep 2025

https://github.com/zmekonnen251/mentor-booking-app-backend

This app is aimed to connect mentor and mentee from around the world, to make software development journey easier for the newbies developer by getting tips, ideas and guide from experience software developer (mentor).

devise jwt postgresql rest-api rspec ruby ruby-on-rails

Last synced: 10 Aug 2025

https://github.com/electionbuddy/weasy_rb

A simple Ruby wrapper for WeasyPrint HTML to PDF converter

html-to-pdf python ruby wrapper

Last synced: 17 Apr 2026

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

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.

rspec ruby ruby-on-rails

Last synced: 10 Apr 2025

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

This Rails Budget app allows users to record their transactions for a specific category.

css html rails7 ruby

Last synced: 21 Jan 2026

https://github.com/mkdika/learn-ruby

Learning Ruby and Its Framework Repository

learning poc ruby ruby-on-rails training

Last synced: 29 Jul 2025

https://github.com/startcloud/vagrant-zones

Vagrant Plugin which can be used to managed LX, Bhyve, Illumos and other zones on illumos (OmniOSce)

omnios omniosce ruby vagrant vagrant-plugin vagrant-providers

Last synced: 29 Jun 2026

https://github.com/stevenjcumming/rails-toolbox

Ruby on Rails snippets, sample code, and cheatsheet focused on API-only (-mostly) applications

rails rails-api rails-cheat-sheet rails-development rails-snippets rails-template rails7 ruby toolbox

Last synced: 06 Feb 2026

https://github.com/anselemodims/budgit

BudgIT is a mobile-web app that takes a record of categories and the transactions carried out on a category. User can create transactions on each of the category or can create a category themselves.

javascript rails ruby ruby-on-rails sass

Last synced: 18 Apr 2026

https://github.com/amey-thakur/hangman-in-ruby

A Ruby terminal-based Hangman game showcasing object-oriented design, modular architecture, and dynamic game state management.

amey ameythakur hangman hangman-game hangman-in-ruby megasatish ruby ruby-projects

Last synced: 25 Feb 2026

https://github.com/hazrat-ali9/prompt-engineering

🤢 Prompt Engineering 🥶 the art and 🤡 science of crafting 🤓 effective prompts 🤖 to communicate 👻 with AI models 👹like ChatGPT 🙈 Claude and 🙆‍♂️ Gemini Perfect 🚃 developers 🚂 researchers and ✈ AI enthusiasts 🚢 prompt styles 🚁 and results 🚀 fine tuning 🛸 and prompt 🚤 optimization 🚋

engineer engineering engineering-platforms javascript prompt prompt-engineering python ruby

Last synced: 12 May 2026

https://github.com/learnwithalfred/advise_mentors

The Advise Mentors is a classic example of a blog website. We created a fully functional website that show the list of posts and empower readers to interact with them by adding comments and liking posts

cancancan devise-gem-extension rspec ruby ruby-on-rails

Last synced: 07 May 2026

https://github.com/uiur/keema-resource

A JSON object presenter with the ability of generating JSON Schema / OpenAPI Schema

api json-schema ruby

Last synced: 07 May 2026

https://github.com/jasonmdev/rails-to-do

This a simple single-page Todo App. Multiple lists of todo items can be generated. Each todo list contains its own todo items. These can be marked as completed or deleted.

rails ruby ruby-on-rails todo todoapp

Last synced: 12 Apr 2026

https://github.com/richbl/distributed-motion-surveillance

Distributed Ruby-based video security surveillance system using Motion (a software motion detector)

client email image iot motion motion-detection motion-detector ruby security server surveillance video video-security-surveillance

Last synced: 29 Apr 2026

https://github.com/makevoid/ring-open-uri-demo

Ring OpenURI ruby sample code to open a browser via a gesture with Logbar Ring

demo gestures logbar-ring ring ruby sample-app

Last synced: 31 Dec 2025

https://github.com/gangelo/immutable_struct_ex

ImmutableStructEx is yet another immutable struct. What makes ImmutableStructEx different, is that it allows you to create immutable structs in one step by default. In other words, other immutable struct gems force you to first define the struct, then instantiate the struct object; or, define the struct and instantiate the struct object via chaining.

gem gems immutable immutable-datastructures immutable-objects immutable-store immutable-struct immutables ruby ruby-gem ruby-gems ruby-struct ruby-structs struct

Last synced: 26 Oct 2025

https://github.com/jbox-web/health_monitor

A Rails plugin which provides a health checking and monitoring API of various services and application aspects

monitoring rails ruby

Last synced: 09 Apr 2025

https://github.com/yoshoku/numo-random

Numo::Random provides random number generation with several distributions for Numo::NArray.

gem random ruby statistics

Last synced: 25 Apr 2025

https://github.com/passkit/passkit-ruby-grpc-sdk

Ruby SDK for Apple Wallet and Google Pay Membership / Loyalty / Access Cards, Coupons & Flights.

apple-wallet apple-wallet-support coupons flights google-pay google-wallet grpc loyalty loyalty-program loyalty-solutions mobile-wallet ruby sdk sdk-ruby

Last synced: 29 Jan 2026

https://github.com/crispengari/ruby-startup

💎 leaning ruby and ruby on rails from scratch.

ruby ruby-on-rails

Last synced: 29 Apr 2026

https://github.com/tylerrick/capybara-chrome_dev_tools

Integrates chrome_remote (a Chrome DevTools Protocol client) with Capybara, letting you access Chrome DevTools via `driver.dev_tools`.

capybara capybara-library chrome chrome-devtools-protocol chrome-remote crmux ruby selenium-webdriver

Last synced: 13 Jun 2025

https://github.com/akito19/rack-joint

Rack::Joint is a rack middleware to set redirect configuration with Ruby DSL.

middleware rack rack-middleware ruby rubygem

Last synced: 24 Oct 2025

https://github.com/blwatkins/learning-ruby

Learning resources and notes for the Ruby programming language.

learning notes programming-language ruby

Last synced: 13 Jun 2025

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

The official Ruby library for the Dodo Payments API

dodopayments ruby ruby-gem ruby-on-rails

Last synced: 14 May 2026

https://github.com/tarellel/healthicons

A Ruby/Rails helper to easily display Healthicons SVG icons within your application views.

gem health-icons healthicons helper icon rails ruby svg

Last synced: 11 Nov 2025

https://github.com/jkulton/gistkv

Use GitHub gists as simple key-value databases

gist key-value-store ruby

Last synced: 25 Apr 2025

https://github.com/ebyrds/szymanskis_mutex

Algorithm devised by Boleslaw Szymanski. This MutEx has linear wait and only 5 communication variables

mutex mutex-lock mutex-synchronisation mutexes race-conditions ruby rubygem szymanski

Last synced: 23 Apr 2025

https://github.com/jinhucheung/omniauth-ekuaishou

Omniauth strategy for Kuaishou Marketing

kuaishou kuaishou-api oauth2 omniauth ruby

Last synced: 05 Oct 2025

https://github.com/chrisledet/shorty_url

flexing some Sinatra skills writing a url shortener.

ruby url-shortener

Last synced: 25 Oct 2025

https://github.com/scottrobertson/dates

A small app that makes it easy to remember dates

calendar dates ruby

Last synced: 18 Oct 2025

https://github.com/hidakatsuya/flexdot

A Flexible and Rake based dotfile manager.

dotfiles rake ruby

Last synced: 25 Apr 2025

https://github.com/acushlakoncept/message-me

In this project, I developed a simple chat app using Rails ActionCable feature with Redis Server

actioncable rails redis-server ruby ruby-on-rails

Last synced: 21 Apr 2026

https://github.com/locaweb/heartcheck-sidekiq

A plugin to check sidekiq connection with heartcheck

hacktoberfest ruby

Last synced: 10 Oct 2025

https://github.com/qanastek/winenot

WineNot is an easy to use app to let you find a wine according to it's label. One step, Just can it !

android flask flutter ios levenshtein-distance object-detection opencv python rails ruby ruby-on-rails sqlite tensorflow tesseract tesseract-ocr

Last synced: 02 Apr 2026

https://github.com/danielbayley/homebrew-pipeline

@GitHub @actions to provide a simple CI pipeline for your @Homebrew tap. Easily lint formulae, casks, and @ruby files with a single command.

action actions cask ci command github-action github-actions homebrew lint lint-staged linter linting macos osx ruby style tap

Last synced: 17 Jan 2026

https://github.com/dbackowski/cookieconsent2-rails

Rails asset pipeline bundling of the Cookie Consent JavaScript plugin.

assets cookie-consent rails ruby ruby-gem

Last synced: 11 Nov 2025

https://github.com/useflyyer/flyyer-ruby-liquid

Liquid helpers to create https://flyyer.io URLs | Generate social share images with web technologies

flyyer gem image-generator liquid open-graph ruby seo shopify twitter-cards

Last synced: 13 May 2026

https://github.com/selma-belhadj/hello-rails-back-end

A Rails Back End API that displays a random random messages

postgresql ruby ruby-on-rails

Last synced: 17 Apr 2026

https://github.com/ksylvest/omniai-mistral

An implementation of the OmniAI interface for Mistral.

lechat mistral omniai ruby

Last synced: 26 Oct 2025

https://github.com/fherrerao/budget-app-capstone

A web application where users can create categories with their respective transactions, and see the total amount of each category. Must register before accessing the content.

bootstrap5 rails ruby

Last synced: 07 Feb 2026

https://github.com/natasha-ct/decode-morse-code-message

During your vacation at the seaside, time after time you find old bottles with parchment inside. Out of curiosity, you look into the next bottle and see that there is a message written in Morse code. Your curiosity grows even more - maybe you just found the lost treasure of the pirates! However, you are getting tired of decrypting messages manually. Fortunately, you can program in Ruby and you can help yourself by automating this process.

algorithms-and-data-structures ruby

Last synced: 13 May 2026

https://github.com/rubycocos/text

text tools, libraries & scripts incl. text filters, helpers, readers and more

gems ruby text

Last synced: 23 Apr 2026

https://github.com/goyalmunish/request_response_stats

A Ruby gem which captures request response statistics such as cycle time, memory allocation, etc. for each request response cycle grouped in configurable granularity level. As this library makes use of TCP protocol, using DataDog or NewRelic RPM would be way faster because of UDP protocol.

mongo performance-monitoring profiling rails redis request request-response request-response-cycle request-response-processing request-response-stats response response-time ruby stats

Last synced: 25 Aug 2025

https://github.com/lamiasristy/lamiasristy

Software Engineer | Full-Stack web developer | Frontend Developer **Preferred stack: Full-Stack development. **Currently looking for new opportunities.

bootstrap4 heroku html-css-javascript javascript postgresql-database react react-redux remote-pairing ruby ruby-on-rails webpack

Last synced: 14 Apr 2026

https://github.com/syxanash/rubomote

Remotely control iTunes with Ruby + WebSocket app

itunes ruby sinatra

Last synced: 01 May 2026

https://github.com/norbertmaleckii/simple-policy-rb

Helps you to define policy in a simple way. Define your policies in classses, it means you can separate them from models and reuse them.

rails rails-policies ruby ruby-policies

Last synced: 25 Aug 2025

https://github.com/sbagdat/mastermind_generator

Fully customizable mastermind game generator. Supports custom items, multiplayer, timers, and etc.

game mastermind multiplayer rails ruby wordle

Last synced: 26 Apr 2025

https://github.com/1d3o/lato-blog

Lato module to manage blog contents

engine rails ruby ruby-gem

Last synced: 01 May 2026

https://github.com/victorgonbu/paw-shaped-ror-capstone

Capstone project website to help and get help for your pets. Built with Ruby on Rails.

html rspec-rails ruby ruby-on-rails scss

Last synced: 11 May 2026

https://github.com/levy002/catalog_of_things

This is a console application project that will help us to keep a record of different types of things we own namely: books, music albums, movies, and games. The application allows you to perform some CRUD operations such as adding new items, reading the items that you have saved, and saving items to .json files.

rspec ruby

Last synced: 24 Apr 2026