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/shafiuyushawu/enumerable

In this project we created a module with a predefined functions and Class called MyList which performs some functionality from MyEnumerable module.

classes-and-objects methods-functions ruboto ruby ruby-gem

Last synced: 28 Mar 2025

https://github.com/omkz/coolpics

Coolpics is an open source platform for creating photo-sharing site.

9gag jquery postgresql ruby ruby-on-rails twitter-bootstrap

Last synced: 07 Apr 2026

https://github.com/mblumtritt/tcp-client

Use your TCP connections with working timeout.

ruby ruby-gem socket tcp tcp-client tcp-socket timeout

Last synced: 14 Jul 2025

https://github.com/w-zengtao/rsa-tools-rb

Generate keys & Verify request params and source & Encrypt and Decrypt

rsa ruby tools

Last synced: 14 Jun 2025

https://github.com/jpalumickas/wkhtmltopdf_runner

Ruby wrapper for wkhtmltopdf to render PDF from HTML

hacktoberfest htmltopdf pdf pdf-generation rails ruby ruby-on-rails wkhtmltopdf

Last synced: 24 Oct 2025

https://github.com/alzubair98/blog-app-using-sqllite3

Blog App built with rails, allow users to share posts and articles

bootstrap5 ruby rubyonrails

Last synced: 11 Apr 2026

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/alexherbo2/active-record.rb

A step-by-step implementation of the active record pattern for educational purposes.

active-record ruby sqlite

Last synced: 27 Mar 2025

https://github.com/brianvanburken/playground

Random stuff from playing with languages, frameworks, courses, and books.

angular elixir elm haskell javascript nodejs phoenix playground python react ruby ruby-on-rails rust typescript

Last synced: 09 Apr 2026

https://github.com/frewsxcv/ruby-coverage-guided-fuzzer

PoC fuzzer written in Ruby for Ruby powered by Ruby’s built-in coverage library.

coverage-guided-fuzzing fuzz-testing fuzzing ruby

Last synced: 06 Apr 2025

https://github.com/alphanodes/valid_hostname

Extension to ActiveModel for validating hostnames

gem hostname ruby validation validator

Last synced: 14 May 2025

https://github.com/envygeeks/ruby-active_record_mocks

ActiveRecord Mocking for RSpec and Minitest.

activerecord mocking rspec ruby

Last synced: 13 Apr 2025

https://github.com/olipliche/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.

database postgresql rails ruby sql

Last synced: 20 Jan 2026

https://github.com/moekiorg/clapton

Clapton is a Ruby on Rails gem for building web apps with pure Ruby only (no JavaScript and no HTML templates).

framework rails ruby ruby-on-rails

Last synced: 12 Apr 2025

https://github.com/daudi13/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. Also, since sharing recipes is an important part of cooking the app allows you to make them public so anyone can access them.

database devise rails-application ruby

Last synced: 01 Oct 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/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/realtradam/cyberpunk-red-terminal-sheet

Cyberpunk character creator made in Ruby!

curses cyberpunk cyberpunkred ruby ttrpg

Last synced: 05 Aug 2025

https://github.com/sanger/sanger_barcode_format

A ruby gem for handling the multiple format of barcodes

gem ruby

Last synced: 25 Jun 2026

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/serradura/rake_challenge

Desafio para capacitar pessoas no desenvolvimento com a linguagem Ruby

aprender-programar-ruby learning-by-doing learning-ruby rake rakefile rspec ruby tdd

Last synced: 17 Jun 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/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/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/cooptocracy/tiny-blockchain

The objective of this repository is to bring you the basic implementation of `Blockchain` in various languages.

blockchain blockchain-technology c cpp csharp dlt fsharp go golang java js python ruby rust ts

Last synced: 10 Apr 2026

https://github.com/getty104/csql

this is a library of operating csv by SQL queries. you have to install https://github.com/harelba/q/

csql csv gem ruby

Last synced: 28 Jul 2025

https://github.com/nejdetkadir/verifykit

The easiest and most complete unofficial VerifyKit API client for Ruby.

gem one-time-password otp otp-verification ruby ruby-client ruby-gem verify verifykit whatsapp-otp

Last synced: 17 Aug 2025

https://github.com/shafiuyushawu/ruby-oop

A ruby program that exhibit the principles of Object Oriented Programming (Abstraction, Encapsulation, Inheritance and Polymorphism).

abstraction class encapsulation inheretence oops-in-ruby polymorphism ruby

Last synced: 28 Mar 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/gagniuc/combining-two-signals-in-js-c-py-php-vb-pl-rb-java

This is an implementation designed in eight different programming / scripting languages, namely C#, Python, VB6, Javascript, Perl, Ruby, Java and PHP. Each implementation is able to mix two signals/vectors (A and B) in arbitrary proportions.

algorithm code combine csharp design interpolation java javascript languages mix perl php prediction python ruby shortcode spectral-forecast vb6 vba

Last synced: 02 Jan 2026

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/jusleg/quotify-ruby

Add random quotes to your app effortlessly

gem quotes ruby

Last synced: 16 Sep 2025

https://github.com/picatz/pcapz

⚡️Pure ruby network capture API

bsd linux packet-capture ruby

Last synced: 22 Apr 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/wwkimball/rspec-puppet-yaml

Enable writing rspec-puppet tests in YAML rather than Ruby

puppet rspec rspec-puppet ruby

Last synced: 12 Apr 2025

https://github.com/shinesolutions/ruby_aem_aws

Ruby client for Shine Solutions Adobe Experience Manager (AEM) Platform on AWS

aem aem-opencloud aws ruby

Last synced: 08 Mar 2026

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/algerina/rent-yacht-frontend

This is a Web application where users should sign in to rent a Yacht from a list then reserve it for a determined period, users can then see their reservations or cancel them.

bootstrap cancancan css devise-jwt postgresql rails react redux ror rspec ruby ruby-on-rails

Last synced: 17 Aug 2025

https://github.com/buren/spidr_cli

CLI for the spidr gem.

cli ruby rubygem spider spidr

Last synced: 02 Aug 2025

https://github.com/mnisarali/oop-school-library

A school library app that allows a user to add new students, teachers, and books and save records of who borrowed a given textbook and when.

decorator-pattern design-patterns oop-principles ruby school-library

Last synced: 02 Aug 2025

https://github.com/vagyasri/hangman

In this Project, I have created the hangman game for practicing Ruby basics.

game ruby

Last synced: 05 Sep 2025

https://github.com/minuscorp/jsonconvertible

A lightweight Ruby mixin for encoding and decoding JSON data.

encoder-decoder json mixin ruby

Last synced: 18 May 2026

https://github.com/cheshire137/gh-starstruck

⭐️ Who has the most stars of them all?

github-api ruby script stars

Last synced: 10 Aug 2025

https://github.com/phw/ruby-discid

Ruby bindings for MusicBrainz libdiscid

audio cd discid ffi-bindings libdiscid library musicbrainz ruby ruby-bindings rubygems

Last synced: 03 Oct 2025

https://github.com/mvz/playdate

Plan recurring get-togethers.

hacktoberfest rails ruby

Last synced: 09 Aug 2025

https://github.com/blocknotes/contents_core

Simple structure to manage contents in a flexible way

cms rails rails5 ruby ruby-on-rails

Last synced: 29 Sep 2025

https://github.com/holyketzer/ctci_v6

Cracking the Coding Interview 6th edition

cracking-code-interview cracking-the-coding-interview go golang ruby

Last synced: 08 May 2026

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/halostatue/fish-rake

A useful completion set for Rake and Fish

fish fish-plugin fish-shell fisher rake ruby

Last synced: 19 May 2026

https://github.com/marioruiz/aurora-detector

Using a 360 camera, Ricoh Theta S, and some ruby code, we can detect when a northern light is shining on the sky, take a picture, record a video, notify by email, twitter...

360 360-photo aurora image-processing ruby

Last synced: 13 Sep 2025

https://github.com/petercamilleri/option_list

For reference only. Obsolete as of Ruby 2.1.

parameters ruby

Last synced: 22 Jul 2025

https://github.com/davidegiacometti/redmine_ipam

Redmine plugin for IP address management (IPAM)

ipam redmine redmine-ipam redmine-plugin ruby

Last synced: 13 Apr 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/fabiomux/zypper-upgraderepo

Zypper plugin intended for the openSUSE Leap distro which checks and upgrades the URLs within the repository list.

leap opensuse opensuse-leap opensuse-upgrade ruby upgrade zypper zypper-plugin zypper-upgraderepo

Last synced: 21 Jun 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/thebwoyprogrammer/blog-app

This is a blog app that allows authoized authors to post a blog and users to like, comment. This app also has the comments, posts and likes counters

hatim microverse mvc-architecture ruby ruby-on-rails

Last synced: 30 Apr 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/snkrheadz/random_password

Generate strong passwords

password-generator ruby rubygem

Last synced: 22 Jun 2025

https://github.com/ziguzagu/capistrano-scm-tar

A strategy for Capistrano 3 to deploy prebuilt tarball.

capistrano ruby rubygem

Last synced: 12 Apr 2025

https://github.com/exclud/rubyparser

A Parser for Ruby

c parser ruby rubyparser yacc yacc-lex

Last synced: 08 May 2026

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/selma-belhadj/hello-react-rails

A Rails React application that displays random messages

javascript react ruby ruby-on-rails

Last synced: 14 Apr 2026

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/mevdschee/adventofcode2018

Advent of Code 2018 puzzle solutions in Ruby

advent-of-code advent-of-code-2018 ruby

Last synced: 18 Feb 2026

https://github.com/mblumtritt/deprecations

Deprecation support for your project.

gem ruby

Last synced: 14 Jul 2025

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/victorgonbu/private-events

This is a private events website where you can create your own account, log in, create events and invite who ever is registered in the website.

css html ruby ruby-on-rails scss

Last synced: 10 Apr 2026

https://github.com/vinc/dotfiles

Configuration for a minimalist text based environment

bspwm dotfiles lemonbar ruby vim zsh

Last synced: 07 Apr 2026

https://github.com/quatauta/photo-port

Photographer Portfolio - Mirror of https://gitlab.com/quatauta/photo-port

bridgetown bridgetownrb flickr flickr-api ruby

Last synced: 24 May 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/yoshoku/numo-libsvm

Numo::Libsvm is a Ruby gem binding to the LIBSVM

libsvm machine-learning ml ruby rubyml svm

Last synced: 11 Jun 2025

https://github.com/1d3o/satispay

Unofficial Satispay API for Ruby

gem payments ruby ruby-satispay rubygem satispay

Last synced: 28 Apr 2026

https://github.com/billymohajeri/create-your-own-enumerable

Create your own Enumerable is a project to create a class MyList and a module MyEnumerable. Our module MyEnumerable will implement a subset of the functionality of Enumerable.

ruby

Last synced: 29 Mar 2025

https://github.com/shivabhusal/erika-slideshow

A CLI Ruby Gem to generate slideshow videos with bg-audio from images in sequence. Also supports subtitle/captions.

ffmpeg ruby slideshow subtitles video

Last synced: 13 Apr 2025

https://github.com/affix/faas-ruby

A Collection of @OpenFaaS functions written in ruby

openfaas openfaas-function ruby serverless

Last synced: 31 Aug 2025

https://github.com/gyselroth/puppet-module-advanced-facts

Custom advanced facts for Nginx, Apache2, MongoDB, Elasticsearch, MySQL, MariaDB, Redis, apt packages, windows packages, fstab, Kubernetes, Crontabs

facter puppet-module ruby

Last synced: 04 Jul 2026

https://github.com/jaimerson/bakeru

Little game for hacking with gosu

game game-2d game-development gosu ruby

Last synced: 12 Jul 2025

https://github.com/ofarukbicer/RubyTaban

Ruby'de konsolunuzu güzel bi biçime sokan kütüphane

ruby rubytaban

Last synced: 13 Apr 2025

https://github.com/monade/auto_preload

A gem to parse and run preload/includes/eager_load on your model from a JSON::API formatted string.

activerecord rails ruby

Last synced: 11 Nov 2025

https://github.com/burningtyger/farhang-app

A Ruby frontend to the farhang database - can be used for other dictionaries as well.

dictionaries farsi german lexicon persian ruby sinatra translations

Last synced: 16 May 2026

https://github.com/jgarber623/micromicro

A Ruby gem for extracting microformats2-encoded data from HTML documents.

html-parser microformats microformats2 ruby rubygems

Last synced: 15 Apr 2025

https://github.com/coding-cactus/cactus-carer

The skill for Amazon Alexa which cares for your cacti!

alexa-skill cacti ruby

Last synced: 15 May 2025

https://github.com/a-chacon/oas_core

OasCore is a Ruby gem designed to generate Open API Specification (OAS) 3.1 documentation directly from YARD comments in your endpoints.

api api-rest documentation-generator documentation-tool oas3 ruby swagger

Last synced: 18 Jun 2025

https://github.com/sixarm/sixarm_ruby_rbac

SixArm.com » Ruby » RBAC: Role Based Access Control for users, roles, permissions, etc.

access-control authorization gem rbac ruby

Last synced: 28 Aug 2025

https://github.com/rkotov93/evm-tx-input-decoder

Simple gem to decode and encode EVM transactions input data

blockchain eth ethereum ethereum-virtual-machine evm evm-blockchain ruby ruby-on-rails tron trx

Last synced: 01 Nov 2025

https://github.com/opal/docs

docs opal ruby

Last synced: 24 Jan 2026

https://github.com/cliftondavies/bubble-sort

An optimised Bubble Sort algorithm.

bubble-sort-algorithm ruby

Last synced: 09 May 2026

https://github.com/bestbynature/enumeruby

This repository serves as a learning resource for exploring enumerables in Ruby, with a focus on three specific enumerable methods: #all?, #any?, and #filter?.

ruby

Last synced: 05 Apr 2025