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/samdvr/eventsourcer

A helper library for event sourcing Rails ActiveRecord model changes

activerecord kafka ruby ruby-on-rails

Last synced: 04 Mar 2026

https://github.com/dryruby/ruby-template

Template repository for public-domain libraries written in the Ruby programming language.

dryproject ruby template-project

Last synced: 22 May 2026

https://github.com/serihiro/simple_map_reduce

Distributed MapReduce implementation written in ruby.

distributed-systems mapreduce ruby sinatra

Last synced: 28 Apr 2025

https://github.com/infrablocks/ruby_easy_rsa

A simple Ruby wrapper for invoking EasyRSA commands.

easy-rsa rsa ruby ruby-gem rubygem

Last synced: 10 Mar 2026

https://github.com/stephenkati/oop-school-lib-prac

oop-school-lib-prac Is an app a Librarian at a school university uses to create new user (students/teachers), add new books, and save records of who borrowed a given book and when.

oop ruby

Last synced: 29 Mar 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/nexmo/nexmo-rack

Rack Middleware to help work with Nexmo webhooks

middleware nexmo rack ruby

Last synced: 24 Jul 2025

https://github.com/smart-village-solutions/anonymizer_rails

Anonymizer gem scrambles attribute values of ActiveRecord models.

ruby

Last synced: 25 Jul 2025

https://github.com/tanvir1337x/scriptorium

A collection of code snippets and scripts in various languages designed for task automation, workflow enhancement, and other miscellaneous/experimental or fun purposes

bash c cpp css fish flake flakes html javascript lua nix nix-shell nushell python ruby rust script scripts-collection shell zsh

Last synced: 25 Jul 2025

https://github.com/vidarh/rouge-gtk_theme_loader

Load GtkSourceView themes into Rouge (Ruby syntax highlighter)

rouge ruby syntax-highlight-parser syntax-highlighting syntax-highlighting-theme

Last synced: 18 Sep 2025

https://github.com/amrrbakry/resultt

A simple library to wrap execution result in smart success or error objects.

error result resultt ruby success

Last synced: 13 Aug 2025

https://github.com/moviendome/acts_as_togglable

Named bang toggle methods for ActiveRecord booleans — with validations and callbacks.

activerecord boolean rails ruby ruby-gem toggle

Last synced: 12 Jun 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/govtechsg/myinfo-rails

Rails Wrapper for MyInfo API

myinfo rails ruby

Last synced: 31 Jul 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/brettchalupa/soy

Experimental Ruby-backed static site generator

markdown ruby static-site-generator

Last synced: 29 Jul 2025

https://github.com/panorama-ed/unique_attributes

Auto-assign unique attributes for ActiveRecord objects

open-source rails ruby

Last synced: 31 Jul 2025

https://github.com/jusleg/quotify-ruby

Add random quotes to your app effortlessly

gem quotes ruby

Last synced: 16 Sep 2025

https://github.com/populatetools/decidim-module-extra_user_fields

Add dynamic custom fields to users

decidim ruby rubygem rubyonrails

Last synced: 23 Apr 2025

https://github.com/nickemma/car-rental-api

Exotic Rentals API is a backend API for a car rental application. It allows users to create an account, login, and book a car for a specific period of time. It also allows users to view all available cars, and view a specific car. It also allows users to view all bookings made by a specific user.

database jwt-authentication postgresql ruby ruby-on-rails swagger-ui tdd

Last synced: 25 Sep 2025

https://github.com/ryosk7/snapcher

Snapcher is an ORM extension that logs changes to specific columns to your model.

ruby ruby-gem ruby-on-rails

Last synced: 09 Mar 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/justalever/passwordless_demo

Passwordless login with Rails 7 - A quick guide on using alternative authentication strategies.

passwordless-authentication rails rails7 ruby ruby-on-rails

Last synced: 19 Feb 2026

https://github.com/vagascom/somecache

Somecache is a micro library to create and reuse cache configurations

cache ruby

Last synced: 04 Aug 2025

https://github.com/toyoshi/wikigo

Ruby on Rails 6.0 wiki

rails rails6 ruby

Last synced: 30 Sep 2025

https://github.com/realtradam/cyberpunk-red-terminal-sheet

Cyberpunk character creator made in Ruby!

curses cyberpunk cyberpunkred ruby ttrpg

Last synced: 05 Aug 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/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/amejid/catalog-of-things

In this project, we created a console app that will help you to keep a record of different types of things you won: books, music albums, movies, and games. Everything is based on the UML class diagram presented above. The data is stored in JSON files but we also prepared a database with tables structure analogical to the program's class structure.

postgresql rspec ruby

Last synced: 05 May 2026

https://github.com/opal/opal-rspec-rails

bindings between `opal-rails` and `opal-rspec`

browser javascript opal rails rspec ruby ruby-on-rails testing

Last synced: 19 Feb 2026

https://github.com/ferhatgec/hlcog

Fegeya HLCoG, High-Level Code Generator back-end.

assembly code-generation codegen cpp fegeya high-level kalem python ruby rust shell transpiler

Last synced: 10 Apr 2026

https://github.com/fnando/formatted_attributes

Sometimes you need to expose a helper method that will convert its value before saving it to the database. This gem will add `convert_with` and `convert_from` suffixed methods to the attributes you specify.

activerecord formatter ruby

Last synced: 09 Aug 2025

https://github.com/spickermann/has_configuration

Easy configuration management for Ruby classes with yaml file

configuration configuration-management gem rails ruby yml

Last synced: 08 Oct 2025

https://github.com/bondok6/tdd

In this project we will implement a class with some methods, we did it by doing test-driven development (TDD).

rspec ruby tdd

Last synced: 29 Apr 2026

https://github.com/nimplay/budgetapp

This app allow control incomes and expense. Was created using Ruby on Rails

capybara-rspec rspec-rails ruby ruby-on-rails

Last synced: 08 May 2026

https://github.com/blue0513/chat-gpt-ruby

Ruby CLI tool for communicating with ChatGPT

chatgpt cli ruby

Last synced: 14 Mar 2026

https://github.com/kaakati/hyperpay_ruby

HyperPay is a powerful payment gateway, transforming the online buying experience in the MENA region. HyperPay enable internet businesses to accept and manage payments online, with more flexibility, security and ease. HyperPay have been processing online payments since 2014.

hyperpay hyperpay-sdk hyperpaysdk ruby rubygem rubygems

Last synced: 27 Apr 2025

https://github.com/ryanfleck/projects

Anything that doesn't belong to a specific development effort ends up here.

c c-sharp cpp go java js latex lisp prolog python ruby scala vhdl

Last synced: 23 Feb 2026

https://github.com/cwaku/budgetty

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. Built with Ruby / Ruby on Rails / Tailwind rails

budget-app budget-manager rails ruby ruby-on-rails tailwindcss

Last synced: 09 May 2026

https://github.com/olipliche/morse_code

Decode a Morse code message

rubocop ruby

Last synced: 29 Mar 2025

https://github.com/nsylke/atlas

Atlas is open-source discord bot written in discordrb.

atlas bot discord discordrb ruby

Last synced: 22 Oct 2025

https://github.com/adamcooke/rubysnippets

Sublime Text 3 snippets for Ruby & Rails

ruby snippets sublime-text sublime-text-3

Last synced: 22 Oct 2025

https://github.com/vit0r/gherkin-csv-reader

Importing CSV as test data in Cucumber - outline

cucumber gherkin-parser outline ruby

Last synced: 19 Jun 2026

https://github.com/wilsonsilva/xavier

Imagine DatabaseCleaner for objects in memory.

rspec ruby test

Last synced: 24 Oct 2025

https://github.com/tbuehlmann/hots_api

Client library for the Heroes of the Storm replay metadata API hotsapi.net

hotsapi ruby

Last synced: 09 Apr 2025

https://github.com/mbozhik/pass-on

mvp travel delivery web app with ruby on rails

bozzhik mvp rails rails-application ruby ruby-app ruby-on-rails tailwindcss

Last synced: 06 May 2026

https://github.com/mshahzadtariq/devise-activity

Track signed-in user sessions and site navigation in an easy to traverse format

devise devise-activity gem rails5 ruby ruby-gem ruby-on-rails stats tracking

Last synced: 08 Oct 2025

https://github.com/umbrellio/umbrtonic

Gem for transferring Active Support Instrumentation events to the InfluxDB database via UDP without boilerplate code.

activesupport-notifications events influxdb ruby

Last synced: 23 Jun 2026

https://github.com/saptarshidebnath/processrunner

Process Runner is java based library using which one can execute system process or scripts from inside your java program.

batch-file java processrunner python ruby shell-script

Last synced: 18 Apr 2026

https://github.com/chew/canvastoclickup

A simple way to mirror Canvas assignments to ClickUp for organization.

canvas clickup instructure migrate ruby

Last synced: 26 Oct 2025

https://github.com/ankitt26/recipe-app

The Recipe app keeps 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.

devise group-project rails ruby ruby-on-rails

Last synced: 27 Apr 2026

https://github.com/wbnns/codelibro

Un recurso gratuito para aprender desarrollo web.

aprender-a-codificar autoayuda css html javascript libro rails ruby

Last synced: 21 Jan 2026

https://github.com/vechicin/cookbook

This application allows you to create and save your favorite recipes so you can share them with the world!

database rails ruby

Last synced: 05 May 2026

https://github.com/tafara-n/fix_my_code_challenge

Fix my code is a project where we'll jump into existing code and try fix it.

c javascript python3 ruby

Last synced: 10 Feb 2026

https://github.com/adessose/jekyll2cms

Tool for exporting github repo to a CMS

adesso cms conversion docker java jekyll ruby spring

Last synced: 05 Oct 2025

https://github.com/jdleesmiller/cross_entropy

Ruby library for solving optimisation problems with the Cross Entropy Method.

cross-entropy narray optimization optimization-algorithms ruby

Last synced: 23 Apr 2025

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/nullscreen/epilog

A JSON logger with Rails support

json logger rails ruby

Last synced: 26 Apr 2025

https://github.com/hombre2014/hello-rails-react

Simple integration of Rails and React-Redux with react-rails gem. No ReduxToolkit.

rails7 react-rails redux redux-thunk ruby

Last synced: 21 Jan 2026

https://github.com/connorshea/versionone-to-gitlab-importer

An import script for taking tickets from VersionOne and migrating them to GitLab.

gitlab gitlab-import gitlab-migrator gitlabmigration ruby ruby-script versionone

Last synced: 27 Apr 2026

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/nareshnavinash/selenium-ruby-handcrafted-framework

To build a test automation framework using ruby and selenium-webdriver gem alone. All the core structures are custom-crafted to meet the specific requirements and can be scaled to any level.

custom framework page-object-framework ruby selenium

Last synced: 30 Apr 2026

https://github.com/arbox/ruby-performance

Curated list: Resources on tuning performance for Ruby

awesome-list list performance performance-analysis ruby ruby-on-rails

Last synced: 10 May 2026

https://github.com/artkirienko/interest_calculator

📝Пример тестового задания Ruby

home-assignment home-task home-test rails ruby ruby-on-rails test test-assignment

Last synced: 27 Apr 2026

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/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/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/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/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/sentayhu19/catalog-of-my-things

Catalogs of my things help you to keep a record of different types of things you won: books, music albums, movies, and games. Everything will be based on the UML class diagram. The data will be stored in JSON files and also a database with a table structure analogical to your program's class structure.

postgresql rspec ruby

Last synced: 17 Apr 2026

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/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/adel-gu/catalog-of-my-things

Ruby console app that help you to keep a records of different types of things you own: books, music albums, movies, and games, the data stored in json file.

ruby

Last synced: 26 Feb 2026

https://github.com/owusu-desmond/oop-school-library

A simple app for OOP university that helps their librarians to record books in the library and student who borrows them. This app allow librarians to add new students or teachers, add new books, save records of who borrowed a given book and when.

education ruby school-library

Last synced: 08 Feb 2026

https://github.com/pablob07/mdb_rails_7

Naïve boilerplate for rails 7.0.4, Importmaps and mdb-ui-kit 6.0.0

boilerplate javascript-library mdbootstrap rails ruby sass

Last synced: 07 May 2026

https://github.com/eldoy/fuprint

Rack middleware for printing information about the request

middleware print rack-middleware request ruby

Last synced: 25 Jun 2026

https://github.com/cyberark/conjur-api-ruby

Ruby client for the CyberArk Conjur API

api-client conjbot-notify conjur conjur-core conjur-sdk core ruby ruby-gem

Last synced: 14 Jun 2025

https://github.com/chadowo/mruby-examples

Collection of sample MRuby programs

c example-code examples mruby ruby sample-code samples

Last synced: 30 Apr 2026

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

A ruby gem for the Bunq API

gem ruby

Last synced: 26 Feb 2026

https://github.com/lucianghinda/backup-postgresql-db-remote

A simple Ruby script to backup a PostgreSQL DB remote to Cloudflare R2

backup postgresql ruby

Last synced: 08 Sep 2025

https://github.com/tpritc/verboten_keys

Verboten Keys is a last line of defense to help prevent you and your team from accidentally leaking private information via your APIs.

rack rails ruby security

Last synced: 08 Oct 2025

https://github.com/aswinkarthik/chaoite

A collector and reporter for graphite that can collect Health check metrics

collector graphite ruby

Last synced: 12 Oct 2025

https://github.com/cblavier/corbot

A Slack Bot for our coworking place : La Cordée

ruby sinatra slack slack-app slack-bot slack-commands

Last synced: 30 Apr 2026