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/fusionauth/fusionauth-example-ruby-jwt

Example code manipulating JWTs for Ruby

fusionauth jwt ruby

Last synced: 11 Sep 2025

https://github.com/thiagohrcosta/imdb_search

A small project where user can search for a movie in our database. The user can create, edit and delete a movie and also search on our database using Pg_Search gem.

bootstrap4 css3 html5 postgresql rails ruby

Last synced: 02 Apr 2026

https://github.com/aditya30394/self-evaluation-portal

The motivation behind the CSCE 625 Self Evaluation project is to help students in assessing their preparation for the graduate-level Artificial Intelligence course. This project can assist students in understanding the course prerequisites. By using this evaluation portal, the students can make an informed decision as to whether they are sufficiently prepared to register for the class.

cucumber-tests rspec-rails ruby ruby-on-rails webapp

Last synced: 03 Aug 2025

https://github.com/arturt/virtus-and-dry

Try to use Dry::Struct to speed up items initialization for Node virtus model

dry-rb ruby virtus

Last synced: 02 Aug 2025

https://github.com/leonism/gemika-json-ld-images

"This amazing gem 💎 simplifies the process of adding structured data to your website, improving its visibility 👀 and accessibility 🌐 to search engines effortlessly!"

jekyll json-schema ruby ruby-gem ruby-lib seo-friendly seo-optimization

Last synced: 18 Jan 2026

https://github.com/thefox/ext.rb

Extended and useful helper classes for Ruby.

helper mit-license ruby ruby-gem ruby-library

Last synced: 02 Aug 2025

https://github.com/prodis/toy_robot

A simulation of a toy robot moving on a square tabletop.

prodis ruby simulation toy-robot

Last synced: 28 Mar 2025

https://github.com/brandaoplaster/paypix

A very simple one that makes external api calls to create a pix.

gem ruby

Last synced: 29 Mar 2025

https://github.com/satoryu/undine

Open your browser for searching the message of an unrescued exception.

developer-tools exception-handling ruby rubygem

Last synced: 02 Aug 2025

https://github.com/sebalp100/realstate-rails

Simple Rails 7.1 website

rails7 ruby ruby-on-rails

Last synced: 19 Feb 2026

https://github.com/martinnajjar12/members-only

Collaborative project using Ruby on Rails.

bootstrap4 devise rails ruby

Last synced: 08 Apr 2026

https://github.com/nelsonwenner/devjobs

:briefcase: A system of a job board for technology professionals.

docker docker-compose nodejs postgresql rails reactjs redis ruby ruby-on-rails sidekiq worker

Last synced: 10 Apr 2026

https://github.com/todd-a-jacobs/macos_desktop_icons

Manage state of desktop icons on macOS.

desktop-automation macos ruby utilty-scripts

Last synced: 18 May 2026

https://github.com/leadstar116/simple_rails_app

Simple Ruby on Rails app

ruby ruby-on-rails

Last synced: 19 May 2026

https://github.com/richard-degenne/irc_bot

A custom IRC bot written in Ruby.

irc-bot ruby

Last synced: 01 Aug 2025

https://github.com/cpondoc/nhd-napkins

A blog containing helpful hints and tricks for National History Day.

jekyll ruby

Last synced: 16 May 2026

https://github.com/cprieto/jupyter_notebooks

Many Jupyter Notebook docker images with different kernels, enjoy!

docker dockerfile jupyter notebook ocaml python ruby

Last synced: 09 Apr 2026

https://github.com/evaneykelen/msgtrail

A simple blog publication tool

blog-engine erb ruby

Last synced: 01 Aug 2025

https://github.com/rubyonworld/ruby-paypal

It's critical that you understand how PayPal works and how the PayPal NVP API works.

api nvp paypal ruby

Last synced: 01 Aug 2025

https://github.com/kuyio/dandruff

Dandruff is a Ruby HTML sanitizer providing comprehensive XSS protection with an idiomatic, developer-friendly API.

html rails ruby sanitization

Last synced: 13 Jan 2026

https://github.com/shiotomo/kyo-industry

誰でも簡単形態素解析ツール

mecab natto ruby sinatra unicorn

Last synced: 02 Feb 2026

https://github.com/rubyonworld/capnp-ruby

This here is a Ruby wrapper for the official C++ implementation of Cap'n Proto.

capnp rails ruby

Last synced: 10 Apr 2026

https://github.com/alok-38/learn-enough

This repository is to demonstrate my fundamental skills with HTML, CSS and some JavaScript (if necessarry)

css3 html5 javascript ruby

Last synced: 03 Jan 2026

https://github.com/petercamilleri/foorth0432

The first prototype for fOOrth in Ruby. No longer under development.

forth interpreter prototype ruby

Last synced: 02 Jul 2026

https://github.com/sachinsagrawal/tanks-game

The Tanks Game coded in Ruby that runs entirely in terminal using ASCII graphics.

game ruby tanksgame

Last synced: 30 Mar 2025

https://github.com/jackhowa/hacker-rank-big-sum

You are given an array of integers of size. You need to print the sum of the elements in the array, keeping in mind that some of those integers may be quite large.

algorithm-challenges ruby

Last synced: 15 Mar 2025

https://github.com/creadone/pipeline_ruby

Simple pipeline on ruby without dependencies

chaining pipeline ruby

Last synced: 13 Jun 2026

https://github.com/ydah/radeontop2csv

Convert log of radeontop to CSV style.

ruby

Last synced: 28 Mar 2025

https://github.com/afonsir/ruby-design-patterns

Reading "Design Patterns in Ruby" book.

design-patterns ruby

Last synced: 28 Mar 2025

https://github.com/mohuwamg/podsenv

Cocoapods 版本管理工具

cocoapods ios macos pod ruby version-manager

Last synced: 09 May 2026

https://github.com/akmalm007/personal-website

Personal website for Blog, Article, Books, and Portfolio

blogging-site jekyll ruby

Last synced: 16 May 2026

https://github.com/sayantam/deep_hash_struct

Converts a (possibly nested) Hash to a (nested) Struct.

ruby

Last synced: 29 Mar 2025

https://github.com/rubyhcm/chat_real_time

Chat realtime using rails cable(socket)

cable chat rails realtime ruby socket

Last synced: 27 Apr 2026

https://github.com/mawiegand/automatic-point-label-placement-data

Test instances for the automatic point label placement problem.

data datastructures generator javascript labeling problem ruby

Last synced: 16 May 2026

https://github.com/westrachel/ruby-small-problems

Problems I solved and small programs I wrote to practice Ruby and OOP.

oop ruby

Last synced: 11 Jun 2026

https://github.com/tsheporamantso/tdd

In this project we will implement a class with some methods, but we will do it by doing test-driven development (TDD). The idea is to write tests first and then the code.

rspec-testing ruby ruby-gem tdd-ruby

Last synced: 20 May 2026

https://github.com/shairyar/appsignal-ruby-single-task

Integrate Ruby script with AppSignal

apm appsignal ruby

Last synced: 01 Jul 2025

https://github.com/prasunanand/aether

A Machine Learning Library for Ruby.

jruby machine-learning ruby

Last synced: 15 May 2025

https://github.com/kkrull/blog-apprenticeship

Blog from my apprenticeship at 8th Light

blog markdown ruby

Last synced: 18 May 2026

https://github.com/danchulesku/magic-8-ball

ENG: Do you want to see your destiny?....... You're in the right place RUS: Вы хотите увидеть свою судьбу?....... Вы находитесь в нужном месте.

beginner-project console-app ruby

Last synced: 19 Jul 2025

https://github.com/hjrandolph/the-unbranded-railsified

Rails version of The Unbranded's site

database rails rails6 ruby

Last synced: 18 Feb 2026

https://github.com/yottaawesome/rubycon

A repo for playing around with Ruby. And yes, the name is a pun on Ruby and the Rubicon river.

ruby ruby-application

Last synced: 12 Jun 2026

https://github.com/mohsen-alizadeh/inside

Reveal what can found inside Ruby

ast bytecode compilers ruby virtual-machine

Last synced: 17 May 2026

https://github.com/seigel/kaplan-meier

Simple library to help calculate and graph survival curves.

gem kaplan-meier ruby statistics survival-analysis survival-curves

Last synced: 04 Apr 2025

https://github.com/blakegearin/extreme_overclocking_client

Ruby client for Extreme Overclocking's Folding@home Data Export

client eoc extreme folding-at-home foldingathome overclocking ruby ruby-client ruby-gem statistics

Last synced: 29 Jul 2025

https://github.com/zeero/ruboty-extension-rss

Ruboty Extension - Action trigger with RSS

rss ruboty ruby

Last synced: 29 Jul 2025

https://github.com/najibadan/ruby-udp-stack

A simple UDP stack from scratch

ruby udp-protocol

Last synced: 29 Mar 2025

https://github.com/raxeekhan/PandaNote

PandaNote is an Evernote clone featuring a Rails backend and a React frontend, designed for efficient note-taking and organization.

activerecord coffeescript postgresql react rspec ruby ruby-on-rails scss

Last synced: 29 Jul 2025

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

This is a budget app with backend built using Ruby on Rails framework. It involves creating item categories and transactions from those categories. The categories have a more detailed page for the specific transaction.

database ruby

Last synced: 18 May 2026

https://github.com/aces/cbrain-apis

External APIs for accessing the CBRAIN platform.

cbrain cbrain-api cbrain-platform cbrain-service perl ruby

Last synced: 15 May 2026

https://github.com/williammbabij/neumorphism

William M Babij's personal website and portfolio built with Jekyll and Neumorphism design. Features a mobile-first responsive design, animated preloader, landing page with particles.js, dark Neumorphism theme, animations on scroll, GitHub API integration, and a Gulp dev workflow. Hosted on GitHub Pages.

html javascript ruby scss

Last synced: 02 Jan 2026

https://github.com/tiagomenegaz/ruby-rake-cron

This Docker image is a plain ruby image with an additional configuration to run Rake tasks.

cron docker rake ruby whenever

Last synced: 18 May 2026

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

Other - Simple tic-tac-toe using rails ActionCable.

ruby

Last synced: 28 Jul 2025

https://github.com/iaintshine/ruby-delayed-plugins-tracer

OpenTracing instrumentation for Delayed::Job

delayed-job opentracing ruby tracing

Last synced: 29 Mar 2025

https://github.com/dbbrandt/precidix-test

Ruby Testing app using Cucmber and Watir

cucumber ruby testing watir

Last synced: 18 May 2026

https://github.com/elisebastian/rails-excel-reporter

🚀 A powerful Ruby gem for generating Excel reports in Rails applications with a clean DSL, streaming support, and advanced styling capabilities

excel gem report reporting ruby ruby-gem ruby-on-rails

Last synced: 20 Jan 2026

https://github.com/librity/cc_notes

All my notes from Treinadev's "Web Imersion", Ruby on Rails development course - Campus Code, São Paulo

campus-code jupyter-notebook ruby ruby-on-rails treinadev web-imersion

Last synced: 07 May 2026

https://github.com/andriikot/ruby__codewars

Codewars Ruby Solutions

algorithms codewars ruby

Last synced: 28 Jun 2025

https://github.com/takeyuweb/ruby-reversi-sample

Object-oriented Reversi

reversi-game ruby

Last synced: 15 Mar 2025

https://github.com/obitech/tutorials

Various tutorials I've tried/completed

css html javascript python rails ruby tutorial

Last synced: 11 Apr 2026

https://github.com/r4gus/zon-rb

Zig Object Notation for Ruby

gem ruby ruby-gem ruby-gems zig zig-object-notation ziglang zon

Last synced: 20 Jan 2026

https://github.com/guibrandt/antiplagio.rb

API para detecção de plágio em código

plagiarism-detection rspec ruby sinatra

Last synced: 29 Apr 2026

https://github.com/cjglitter/sectorfive

Space Ship game from Sobkowicz's Learn Game Programming with Ruby

game-development games gosu ruby

Last synced: 17 Jul 2025

https://github.com/ruby-processing/toxicgem

Experimental gem wrapper for some toxiclibs jars

art gem library ruby toxiclibs

Last synced: 18 May 2026

https://github.com/sanger/gatekeeper

Gatekeeper is used to track the production and validation of batches of tag plates for sequencing. It is designed to interface with the Sequencescape LIMS.

rails ruby

Last synced: 09 Mar 2026

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

An example of object oriented programming by using Ruby

microverse-projects object-oriented-programming oop-examples ruby ruby-basic tic-tac-toe

Last synced: 03 Oct 2025

https://github.com/stepantishhen/testcase_vk

Тестовое задание на позицию Ruby on Rails разработчика в VK

docker postgresql rest-api ruby ruby-on-rails vk

Last synced: 09 Apr 2026

https://github.com/tommay/risp

Lazy lisp in ruby. It's not "cons should not evaluate its arguments", it's "eval should not evaluate its arguments."

lazy lazy-evaluation lisp lisp-interpreter ruby

Last synced: 26 May 2026

https://github.com/radyaben/builder-shop

This is a one-page web application that allows you to order services for working with windows and balconies, calculate their cost and size.

css html javascript jquery less php ruby scss

Last synced: 11 Apr 2026

https://github.com/jugosack/tdd-project

In this project we implemented the class, 'solve' with some methods using test-driven development (TDD). The idea is to write tests first and then the code.

git-flow pair-programming ruby test-driven-development-with-ruby

Last synced: 16 Jul 2025

https://github.com/tannevaled/sprinkle-packages_selinux

SELinux package for Sprinkle

gem packages ruby selinux sprinkle

Last synced: 15 Mar 2025

https://github.com/tsaohucn/crawler_fb_user_group

This is crawler use selenium for facebook user groups

crawler facebook-user-groups rails ruby

Last synced: 16 May 2026

https://github.com/ryichk/mathpuzzles

Maths puzzles to train the programmer's brain

algorithms ruby

Last synced: 27 Jul 2025

https://github.com/dusch4593/ruby-rotate-transpose-example

Simple ruby application meant for learning about the 'minitest' gem and a few Array methods.

minitest rakefile ruby rubygems

Last synced: 23 Mar 2025

https://github.com/clearwater-rb/clearwater-virtual_list

Virtual list renderer for the Clearwater framework

clearwater ruby

Last synced: 29 Mar 2025

https://github.com/harehare/rackany

Define arbitrary fields and publish a restful api. no coding required.

headless-cms next rest-api ruby

Last synced: 09 Apr 2026

https://github.com/sergeypedan/activeadmin-tiny-improvements

A collection of small visual improvements to classic ActiveAdmin theme

activeadmin css gem rails ruby

Last synced: 11 Apr 2026

https://github.com/zaben903/journalrb

JournalRB is a pure Ruby library for logging to Journald through its Unix Socket.

ruby

Last synced: 18 Apr 2026

https://github.com/nowlinuxing/rdoc_rubocop

Ruby static code analyzer and formatter for codes in RDoc

rdoc rubocop ruby ruby-gem

Last synced: 16 May 2026

https://github.com/driftingruby/245-tracking-changes-on-action-text

Without using any gems, we look at tracking changes within Action Text. It seems like a simple thing, but challenges arise through several layers of abstraction due to the flexibility that Action Text provides.

action-text ruby ruby-on-rails versioning

Last synced: 11 Apr 2026

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

Scanpay ruby client library

payments ruby scanpay

Last synced: 18 Jan 2026

https://github.com/kortrk/library

A full-stack library website.

angular backend frontend postgresql ruby ruby-on-rails typescript

Last synced: 11 Apr 2026

https://github.com/dbz/kittencannon

A Simple Ruby on Rails App With Graphql

graphql graphql-ruby json json-api ruby ruby-on-rails

Last synced: 11 Apr 2026

https://github.com/sixarm/sixarm_ruby_factory_girl_test_examples

SixArm.com » Ruby » Factory Girl test examples for Rails

factory factory-girl gem ruby test

Last synced: 21 Jul 2025

https://github.com/sharparam/purtea

Ruby tool to manage Purgatorium's TEA stats

ff14 fflogs ffxiv hacktoberfest ruby

Last synced: 25 Feb 2025

https://github.com/raquellima7/todo_manager

To do list made with object-oriented programming in Ruby on Le Wagon.

ruby

Last synced: 18 Apr 2026

https://github.com/jphastings/iconic

Short URLs you can speak

byjp ruby

Last synced: 26 Jul 2025

https://github.com/thiagohrcosta/actiontext-rails

A simple project to implement a Action Text with Trix in Rails.

bootstrap css html rails ruby sass-framework trix-editor

Last synced: 08 Apr 2026

https://github.com/cane-bt/bot-commits-1week

1週間のcommit数をtwitterに自動投稿するbot

heroku ruby twitter-api twitter-bot

Last synced: 28 Mar 2025