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/nebulab/renderful

A Ruby rendering engine for headless CMSs, with support for caching and Ruby on Rails.

component contentful rails rendering ruby ui

Last synced: 22 Apr 2025

https://github.com/reednj/udp_rest

Client and server modules to allow making REST HTTP requests over UDP

http rest ruby udp

Last synced: 02 Jul 2025

https://github.com/dbroeglin/azure-rails-starter

Sample Ruby on Rails app deployed (Bicep) on Azure Container App with PostgreSQL

azd-templates azure azure-devops azure-postgres devcontainer github rails ruby ruby-on-rails

Last synced: 24 Aug 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/marcosvbras/100-days-of-ruby

100 days learning the Ruby World

algorithms challenge ruby syntax-sugar

Last synced: 31 Jul 2025

https://github.com/tomlobato/sys_watchdog

sys_watchdog keeps your *NIX servers green by performing periodic checks, service restarts and notifications.

alerts cron high-availability linux mmonit monitor-website-uptime monitoring monitoring-server nagios notifications pingdom ruby rubygem server-management shellscript slack sys-watchdog sysadmin systemd unix

Last synced: 15 Apr 2025

https://github.com/govuk-ruby/govuk-design-system-rails

Implementation of GOV.UK Design System components in Ruby on Rails

govuk govuk-design-system govuk-frontend rails ruby

Last synced: 23 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/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/acushlakoncept/micro-reddit

This project was used to get our feets wet working on database model using Rails powerful ORM called Active Records. The data structures necessary to support link submissions and commenting on Reddit was the main focus of this project

active-records gem ruby ruby-on-rails webpack

Last synced: 23 Apr 2025

https://github.com/madh93/rpotify

Spotify CLI remote control

cli ruby shell spotify terminal

Last synced: 16 Oct 2025

https://github.com/utsargo/utsargo.github.io

A personal blog made with Jekyll

css html javascript jekyll ruby

Last synced: 24 Apr 2025

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

Click on Readme bellow for the description of the project

opp rubocop-configuration rubocop-rspec ruby

Last synced: 09 Oct 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/tanvir002700/convert_unit

A Ruby Library for dealing with different types of unit conversion.

conversion ruby ruby-gem unit-conversion

Last synced: 28 Apr 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/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/mhdez221993/tic_tac_toe

A game in which two players alternately put Xs and Os in compartments of a figure formed by two vertical lines crossing two horizontal lines and each tries to get a row of three Xs or three Os before the opponent does .

games ruby shell

Last synced: 23 Apr 2025

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/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/toburger/rulesengine

Experimentations with DLR (Dynamic Language Runtime) and MEF (Managed Extensibility Framework)

dlr dotnet javascript mef php python ruby

Last synced: 13 Apr 2025

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/dannyben/loadrunner

GitHub Webhook Server and Event Simulator

gem github-webhooks ruby

Last synced: 18 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/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/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/DragonRuby/lightstorm

Minimalistic ahead-of-time Ruby compiler

llvm mlir mruby ruby

Last synced: 10 Aug 2025

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/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/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/peterzhu2118/declarative_minitest

Ports Rails declarative minitest into regular minitest

minitest ruby

Last synced: 07 Jul 2025

https://github.com/dannyben/apicake

Build Dynamic API Wrappers

api api-wrapper gem ruby

Last synced: 18 Oct 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/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/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/jpalumickas/backup-repos

Backup your GitHub, BitBucket and GitLab repositories

backup bitbucket github gitlab gitlab-repositories ruby rubygems

Last synced: 28 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/cbrnrd/radon

🤖 Create starter code for all different environments

boilerplate code code-generator ruby

Last synced: 15 Oct 2025

https://github.com/artofcodelabs/generic_job

Run instance and class methods in the background jobs with ease. GenericJob is a higher level abstraction on the top of ActiveJob.

activejob enhancement plugin queueing rails ruby ruby-on-rails

Last synced: 21 Jan 2026

https://github.com/wbnns/eyeofsatoshi

A ruby gem that pulls the current bitcoin price from multiple cryptocurrency APIs.

bitcoin bitcoin-api bitcoin-price rails ruby ruby-on-rails rubygems

Last synced: 26 Oct 2025

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/sevlamare/tictactoe_ruby

Mini game to play on command line.

object-oriented-programming ruby

Last synced: 12 Mar 2026

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/westonganger/pairer

Pairer is Rails app/engine to Easily rotate and keep track of working pairs

pair-programming pairing pairs rails rails-engine ruby ruby-on-rails

Last synced: 19 Oct 2025

https://github.com/donkirkby/active-sinatra

Sandbox project for ActiveRecord and Sinatra web server, including test fixtures

activerecord oracle ruby sandbox sinatra

Last synced: 07 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/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/zhisme/lazy_names

Ease your console typing with redefining constants by shorter version

console constants irb pry ruby

Last synced: 23 Apr 2025

https://github.com/grahamedgecombe/ignition

Static pages for Rails 4.

rails ruby

Last synced: 23 Apr 2025

https://github.com/josephbuchma/postman-ruby

Parse & make http requests from Postman's (getpostman.com) exported collections (Collection V2)

gem postman 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/nilsding/questiongenerator

A simple question generator.

generator justask question retrospring ruby

Last synced: 23 Apr 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/davidkirwan/ardtweeno

Ardtweeno is an application gateway which bridges devices connected via Serial Link and an Internet Protocol network. The system is designed as a PaaS (platform as a service) for the Raspberry Pi ARM platform.

gateway home-automation internet-of-things raspberry-pi ruby

Last synced: 09 Apr 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/jdenen/watir-ng

Identify watir-webdriver elements with ng directives

angular ruby testing watir webdriver

Last synced: 06 Oct 2025

https://github.com/jrjoacir/template-ruby-grape-api

Purpose of this project is to offer a template for create an API in Ruby language using Grape API framework inside docker container and propose a development architecture for APIs

api api-blueprint backend container-docker database-container development-architecture docker docker-compose grape healthcheck orm postgresql puma rspec rubocop ruby ruby-language sequel template

Last synced: 05 Jul 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/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/simandebvu/data-structures-algorithms

This repository will serve as a reference for knowledge, practice and implementation. More information available in the project WIKI.

practice ruby sorting-algorithms zimbabwe

Last synced: 23 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/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/jpalumickas/revolut-ruby

Ruby wrapper for Revolut API

api api-wrapper revolut revolut-api ruby

Last synced: 09 Apr 2025

https://github.com/prx/feeder.prx.org

Dovetail podcast content management system

podcasting rails ruby

Last synced: 10 Apr 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/lucasmsa/timeblocks-problem

⏱ Trying to come up with my solution to the problem seen in this video: https://youtu.be/3Q_oYDQ2whs

algorithms ruby

Last synced: 24 Apr 2025

https://github.com/safafa/ror-book-stats

A rails web application that allows users to keep track of their readings. The app is deployed on Heroku.

css erb heroku html5 postgres 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/nilsding/webm-index

a simple frontend for your WebM directory

coffeescript frontend index ruby webm

Last synced: 06 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/klaxit/danger-brakeman_scanner

A Danger plugin for running Ruby files through Brakeman.

danger-plugin ruby ruby-on-rails security-scanner

Last synced: 01 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/ajitsing/rails_distributed_tracing

Distributed tracing for rails microservices

distributed-tracing microservices ruby ruby-on-rails rubygem

Last synced: 08 Oct 2025

https://github.com/jeremywrnr/tv.rb

fuzzy terminal art

art ruby terminal tv

Last synced: 09 Apr 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/teeparham/loady

Simple file reader and logger

csv ruby

Last synced: 13 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/itenfay/IPAPkgTool

一款自动化打包 ipa 的 MacOS 应用。(A macOS application that packs ipa automatically.)

ipa mac macos objective-c pack-ipa package python ruby shell ui

Last synced: 13 Jul 2025

https://github.com/pablobona/school_library

In this project, I will start building a school library app. In this initial step, I will implement the classes to represent students and teachers.

databases ruby ruby-app

Last synced: 23 Apr 2025

https://github.com/dannyben/bobkit

Site Generation Toolkit with Slim, SCSS, CoffeeScript and Markdown

gem ruby site-generator

Last synced: 18 Apr 2025

https://github.com/koenpunt/capistrano-pumactl

Puma server control tasks for Capistrano 3

capistrano puma ruby

Last synced: 01 Aug 2025

https://github.com/bkuhlmann/marameters

A dynamic method parameter inspector.

metaprogramming methods parameters ruby

Last synced: 01 Aug 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/kenzietechnologies/messaged

A gem for quickly and easily implementing Hotwire Turbo chat modules on Ruby on Rails apps.

hotwire-turbo instant-messaging ruby ruby-on-rails

Last synced: 29 Sep 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/yaairfernando/joinme

RoR application to create events and invite users to your events, also with a commenting system.

axios rails6 rspec ruby web-design webpack

Last synced: 30 Sep 2025

https://github.com/darwinz/my-cli

Bash CLI installed as a binary executable for local development and dev ops environments

apache aws bash cli devops docker hacktoberfest redis ruby shell zend-server

Last synced: 30 Jul 2025

https://github.com/justalever/blogmorphing

A short guide on how to use morphing from Turbo 8 and ruby on rails

rails7 ruby ruby-on-rails turbo turbo-rails

Last synced: 01 Oct 2025

https://github.com/dohliam/workflow

Quick prototyping script for creating rich html and pdfs from markdown documents

css html markdown pdf prototyping ruby

Last synced: 14 Apr 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