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/mozameljawad/morse-decode

The Morse-Decode is the first project in Ruby, in this project we solve the basic coding challenge.

ruby

Last synced: 15 May 2025

https://github.com/june29/github-app-rails-example

A tiny GitHub App example built with Rails.

github-app rails ruby ruby-on-rails

Last synced: 12 Apr 2025

https://github.com/kawakamimoeki/jumon

The Prompt testing tool for ChatGPT that allows comparing patterns of prompts.

ai chatgpt gem llm prompt ruby

Last synced: 20 Apr 2025

https://github.com/noraj/sigsegv2.reverse_6

A reverse challenge that was available during SigSegV2 CTF (2019)

bytecode challenge ctf disassembly misc reverse-engineering rtfm ruby sigsegv2

Last synced: 08 Nov 2025

https://github.com/z3n70/CVE-2021-41277

simple program for exploit metabase

bugbounty cybersecurity exploit metabase ruby

Last synced: 10 Mar 2025

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

The Budget app is 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 on Rails

bootstrap5 ruby ruby-on-rails

Last synced: 26 Jan 2026

https://github.com/natasha-ct/creating-an-enumerable

This is a project where I created the functionality of the popular Ruby Enumerable using a module inside a class object.The Enumerable implements the following methods: #all? , #any? , #filter.

classes enumerable modules rubocop ruby

Last synced: 08 Feb 2026

https://github.com/200ok-ch/gh-events

Determine Github event types by their payload and translate them into textual representations

events github ruby slack

Last synced: 15 May 2025

https://github.com/orbitalquark/textadept-ruby

Ruby language module for Textadept.

rails ruby ruby-on-rails textadept textadept-module

Last synced: 01 May 2025

https://github.com/qingstor/qingstor-sdk-ruby

The official QingStor SDK for Ruby programming language.

qingstor qingstor-sdk ruby sdk

Last synced: 02 Sep 2025

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

Tic Tac Toe is a pencil and paper game played on a 3×3 grid wherein players take turns (one is X, and the other O) in marking down the spaces in the grid. The first player who can place his mark in a horizontal, vertical, or diagonal row wins the match.

rspec rspec-testing ruby tic-tac-toe-game tic-tac-toe-ruby

Last synced: 20 Jan 2026

https://github.com/dhyegocalota/formtastic-jquery_inputmask

Easily add jquery inputmask to your ActiveAdmin.  :nail_care:

activeadmin form inputmask javascript js mask rails ruby

Last synced: 02 Jan 2026

https://github.com/chadowo/gosu-mruby-wrapper

Wrapper around Gosu and MRuby to run Gosu games natively on desktop platforms

game-dev gamedev gamedev-tool gosu libgosu mruby ruby

Last synced: 04 Sep 2025

https://github.com/p16n/quasars

A link-aggregator for astrophysics (no longer active)

astronomy astrophysics ruby ruby-on-rails

Last synced: 12 Jun 2025

https://github.com/ppostma/smart_paginate

Simple, smart and clean pagination extension for Active Record and plain Ruby Arrays.

activerecord pagination ruby

Last synced: 27 Oct 2025

https://github.com/yegor256/dmx-node

Docker image for a DMX node

docker docker-image ruby

Last synced: 27 Mar 2025

https://github.com/frozenfoxx/arganium

Cooperative hacking shooter

games hacking rails ruby

Last synced: 04 Feb 2026

https://github.com/euotiniel/polyglotprogramming

Este é um repositório de código aberto no GitHub que contém uma coleção de exercícios populares de programação resolvidos em várias linguagens. O objetivo é ajudar desenvolvedores a aprimorar suas habilidades em programação, fornecendo desafios e soluções para que possa praticar e aprender.

aprendizado exercicios golang java programacao python ruby typescript

Last synced: 06 Mar 2025

https://github.com/unabridged/auto_strong_parameters

Skip the busywork of strong parameters

lts rails ruby strong-parameters

Last synced: 12 May 2025

https://github.com/nulldef/ciesta

Create form objects

form-objects forms patterns ruby

Last synced: 06 May 2025

https://github.com/soffes/icns

Ruby library for extrating images from ICNS files

apple icns icon image jpeg-2000 linux macos png ruby

Last synced: 14 Apr 2025

https://github.com/buttercms/rails-starter-buttercms

Drop-in proof-of-concept Ruby on Rails app, fully integrated with your ButterCMS account

blog buttercms cms heroku rails ruby starter starter-project

Last synced: 03 Sep 2025

https://github.com/dodonki1223/qiita_trend_slack_notifier

qiita_trendを使用したslack通知スクリプト

qiita qiita-trend-slack ruby slack slack-bot

Last synced: 20 Apr 2025

https://github.com/jenkins-infra/asciidoctor-jenkins-extensions

Extensions to asciidoctor syntax for Jenkins-related materials

jenkins ruby ruby-gem

Last synced: 13 Jun 2026

https://github.com/jdsherbert/fisher-yates-shuffle

Fisher Yates Algorithm implementation for randomizing an array of objects, implemented in various languages.

c cpp csharp haxe java javascript js lua python ruby ts typescript unity unreal-engine

Last synced: 07 Apr 2025

https://github.com/cwaku/blog

The Blog app is a classic example of a blog website. A fully functional website that shows the list of posts and empower readers to interact with them by adding comments and liking posts. Built with Ruby / Ruby on Rails / PostgreSQL

blog blogtemplate rails ruby ruby-on-rails rubyonrails

Last synced: 10 May 2026

https://github.com/svyatov/http_wrapper

A simple wrapper around standard Ruby Net::HTTP library

http-client http-wrapper ruby utility-library

Last synced: 24 Apr 2025

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

TDD is the Test Driven Development Technology that is about write tests before write a code and if code does not run according to test case then refactor code.

ruby tdd

Last synced: 03 Sep 2025

https://github.com/artichoke/spec-state

💎📈 Records historical ruby/spec compliance for Artichoke

artichoke language-specs ruby rubyspec

Last synced: 10 Apr 2025

https://github.com/er-contreras/oop-school-library

A library for students and teachers to rent a book. This is a executable file in the terminal, we can add students to a classroom, teachers and books with title and author.

json mixins oop-principles ruby

Last synced: 16 Mar 2026

https://github.com/javitocor/ruby-coding-challenges-the-odin-project

Solutions to coding challenges proposed by The Odin Project

coding-challenge odin-project ruby

Last synced: 24 Mar 2025

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

Official Ruby client library for the Invoiced API

api billing invoiced ruby

Last synced: 10 Jun 2025

https://github.com/ericlondon/ruby-nokogiri-mongodb-crawler

Ruby class to crawl a website using Nokogiri, MongoDB database, and MongoMapper ORM

crawl mongodb mongomapper-orm nokogiri ruby

Last synced: 03 May 2025

https://github.com/nelsonfigueroa/github-email-scraper

Scrape contributor emails from a GitHub repository.

ruby scrape scraper

Last synced: 24 Mar 2025

https://github.com/svenfuchs/sh_vars

Shell variable parser

bash parser ruby shell variables

Last synced: 21 Apr 2025

https://github.com/shuuuuun/ripgrep-ruby

A Ruby wrapper around ripgrep!

gem ruby

Last synced: 16 May 2025

https://github.com/seven1m/ragchew.site

A website for amateur radio operators to find and participate in on-the-air gatherings

amateurradio hamradio ruby sinatra

Last synced: 21 Feb 2026

https://github.com/davidcelis/atproto

🌁 A Ruby gem to interface with ATProto servers like bsky.social

atproto bluesky ruby

Last synced: 30 Aug 2025

https://github.com/chimehq/chime-ruby

A Chime extension for Ruby

extensionkit language-server-protocol ruby swift

Last synced: 22 Apr 2025

https://github.com/dantecatalfamo/xprinter-wifi

A tool to configure the WiFi on Xprinter wireless thermal printers from Linux

receipt-printer ruby thermal-printer xprinter

Last synced: 20 May 2026

https://github.com/sajari/sdk_ruby

Official repository of the Search.io SDK for Ruby

api ruby sdk search

Last synced: 07 Apr 2025

https://github.com/codenoble/active_model_normalizr

An ActiveModelSerializers adapter for Normalizr-like JSON

flux gem json rails redux ruby ruby-gem serializer

Last synced: 11 Apr 2026

https://github.com/wahaj-ali/every-penny

This project is created as part of the rails capstone at Microverse. This app is a mobile web application where a user manage its budget: have a list of transactions associated with a category, so that the user can see how much money it spent and on what.

backend postgresql ruby rubyonrails

Last synced: 11 Nov 2025

https://github.com/cloudmodel/cloudmodel

Ruby on Rails ActiveModel representation of common cloud admin tasks

cloud lxd rails ruby

Last synced: 19 Jul 2025

https://github.com/yasulab/ipa2warp

IPA 資料のリンク切れで困っている人向けの、ワンクリックで国立国会図書館のWebアーカイブ (WARP) にアクセスできるブックマークレットです。

bookmarklet github-pages ipa ruby warp

Last synced: 15 Sep 2025

https://github.com/tomsquest/sinatra-html5boilerplate

Simple Sinatra application using Html5-boilerplate

html5-boilerplate ruby sinatra

Last synced: 13 Apr 2025

https://github.com/simonneutert/ruby-sftp-sync

sync a directory with your webhoster (no deletion) - perfect for jekyll users with a simple webspace

command-line-tool ftp jekyll ruby sftp ssh sync

Last synced: 14 Jun 2025

https://github.com/manageiq/binary_struct

BinaryStruct is a class for dealing with binary structured data.

ruby

Last synced: 13 Apr 2025

https://github.com/nareshnavinash/teber-ruby

Selenium, Ruby, Cucumber framework in Page Object model with Allure as reporting

cucumber framework parallel-tests ruby selenium web-automation

Last synced: 16 Jul 2025

https://github.com/owusu-desmond/guess-game

This is a simple guessing game. The program will generate a random number between 0 and 9. It will then prompt the player to enter a guess. After a guess is entered, the program will indicate whether the guess is too low or too high. If the guess is correct, the game will print a congratulatory message and exit.

guessing-number-game ruby

Last synced: 29 Jul 2025

https://github.com/jagaapple/string_foundation.rb

A library that extends Ruby string class.

gem ruby string

Last synced: 13 Apr 2025

https://github.com/pungrumpy/ethical-hacking-with-ruby

💎 Delve into the World of Ethical Hacking with Ruby: Master System Hacking and Web Exploits

beginner ethical-hacking ruby system-hacking web-hacking

Last synced: 22 Mar 2025

https://github.com/oscarfmdev/recipe-inventory

Recipe app built with rails that allows the user to register recipes, foods and watch other people's recipes.

devise rails ruby

Last synced: 12 Sep 2025

https://github.com/schmidt/literate_maruku

Literate Maruku is a literate programming libary for Ruby based on the Markdown libary Maruku.

hacktoberfest literate-programming markdown ruby

Last synced: 13 Apr 2025

https://github.com/jahfer/rubytie

Type inference engine for Ruby

ruby type-inference

Last synced: 25 Jan 2026

https://github.com/cheezenaan-sandbox/sample_app_rev4

Sample application forked from https://railstutorial.jp/

docker rails rails-tutorial ruby

Last synced: 29 Jul 2025

https://github.com/rukbotto/jekyll-index-pages

Index page generator for Jekyll sites.

jekyll ruby

Last synced: 14 Mar 2025

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

School Library is ruby based with terminal user interface project in which you can create persons books and bunch of more objects School Library is a totally OOP (Object Oriented Programming) with inheritance, polymorphism and private methods

ruby

Last synced: 27 Jun 2025

https://github.com/stonesaw/spell-out

マウスだけで出来るシューティングゲーム | 中高生国際Rubyプログラミングコンテスト 2020 ゲーム部門 🏅 | 技育展 2021 登壇

dxruby game ruby

Last synced: 02 Jul 2026

https://github.com/youmari/catsapp

An application that show cats images built with rails

rails rest-client ruby

Last synced: 20 Sep 2025

https://github.com/carreraprogrammer/school

In this web application, I created a school library with the next functionalities: Add new students or teachers.,Add new books, and Save records of who borrowed a given book and when.

ruby

Last synced: 18 Jul 2025

https://github.com/MattRyder/interpreter

A Ruby interpreter written in C, as part of my CS degree.

academic-project c ruby ruby-interpreter

Last synced: 11 May 2025

https://github.com/hoangtularva/agile-web-development

Agile Web Development With Rails 6 Full Part 2 - Ruby On Rails

agile-development ecommerce ecommerce-website rails-application ruby ruby-on-rails webshop

Last synced: 14 Sep 2025

https://github.com/omarluq/activerecord_liquid_drops

A ruby gem that adds support for creating liquid language drop class magically for every ActiveRecord model and assign drops as attributes

activerecord liquid liquid-templating-engine rails ruby ruby-on-rails shopify

Last synced: 14 Sep 2025

https://github.com/shashwatkathuria/socialcloud

Social Media Application similar to Instagram made using Ruby on Rails. Hosted at : https://social-cloud-sk17.herokuapp.com/

angularjs css javascript mongodb mongoid postgresql ruby ruby-on-rails social-media social-network sqlite ui-development web-application web-development

Last synced: 18 Feb 2026

https://github.com/janlelis/procstar

Provides to_proc implementations for other Ruby classes than just Symbol

ruby syntax

Last synced: 18 Jun 2025

https://github.com/infinum/infinum_setup

Setup script

ruby

Last synced: 20 Sep 2025

https://github.com/szorfein/spior

(Spider|Tor) A tool to make TOR your default gateway.

anonymity anonymize iptables privacy ruby tor

Last synced: 13 Apr 2025

https://github.com/scotthaney/file_data

Extracts common file metadata information from exif and mpeg files

exif jpeg jpg m4v mpeg ruby

Last synced: 27 Jul 2025

https://github.com/danielshow/rails-auto-migrate

VSCode extension for Rails that watches migration folder for new ones, open latest migration file and automatically run migration.

javascript migration rails ruby vscode

Last synced: 27 Jul 2025

https://github.com/HelloEvenZhang/notion-model

A ruby gem that allows you to read, write, and update Notion databases and pages like ActiveModel.

notion ruby ruby-on-rails

Last synced: 10 May 2025

https://github.com/CJKinni/linked-parallel-table

⚖️ An automated version of the Parallel Table of Authorities and Rules with links to legal texts

law legal legal-texts ruby

Last synced: 27 Jul 2025

https://github.com/gagniuc/programming-languages

A total of 44 poster presentations and 404 source code examples reflected in nine computer languages, namely: C#, C++, Java, JavaScript, PERL, PHP, Python, Ruby and VB.

algorithms code cpp csharp examples introduction-to-programming java javascript perl php programming programming-languages python ruby source vb6 vba visual-basic

Last synced: 23 Sep 2025

https://github.com/bdurand/super_settings

SuperSettings provides a scalable framework for managing dynamic runtime application settings with in-memory caching, strong typing, a built-in web UI, and support for multiple storage backends.

configuration ruby

Last synced: 18 Sep 2025

https://github.com/kazucocoa/anticuado

Collect and arrange outdated libraries for various platforms such as Ruby/iOS/Android/Elixir

android cocoapods elixir gradle ios outdated-libraries ruby

Last synced: 18 Mar 2025

https://github.com/snmgian/yew

Offers an object access like interface to Hash structures.

configuration object ruby

Last synced: 08 May 2025

https://github.com/raminmammadzada/rails-re-former

Microverse School > Rails > #4 Forms

rails rails6 ruby ruby-on-rails

Last synced: 25 Jul 2025

https://github.com/sergei-matheson/shellject

Secure storage and injection of environment variables

bash environment-variables gpgme ruby secu

Last synced: 13 Apr 2025

https://github.com/bondok6/enumerable

In this project we learned how to use a module inside a class. For this we created a class `MyList` and a module `MyEnumerable`. the module MyEnumerable will implement a subset of the functionality of Enumerable.

ruby

Last synced: 02 Aug 2025

https://github.com/pragmarb/pragma-decorator

Powerful and elegant model presenters with a twist.

api decorator pragma ruby ruby-on-rails trailblazer

Last synced: 13 Apr 2025

https://github.com/xmisao/xcal

xcal displays a japan calendar like cal, ncal

gem ruby ruby-gem

Last synced: 24 Jul 2025

https://github.com/luong-komorebi/ruby-sorting-algorithm

Sorting comparision in Ruby (bubble, merge, radix, quick, selection, insertion + sort)

benchmark bubble-sort comparison insertion-sort quicksort radix-sort ruby selection-sort sorting-algorithms

Last synced: 20 Jul 2025

https://github.com/gowiem/til

@Gowiem Daily Learnings

aerospike aws devops docker elixir git rails ruby til

Last synced: 07 Apr 2026

https://github.com/keisukeyamagishi/xsort

You can sort the file tree in Xcode.

pbxproj ruby xcode

Last synced: 29 Apr 2025

https://github.com/epitron/pookie

An IRC bot for describing URLs (As seen on IRC!)

irc irc-bot ruby

Last synced: 13 Apr 2025

https://github.com/gedeonts/morse_code_decoder

This is a project to decode a Morse code using Ruby programming language.

ruby

Last synced: 23 Sep 2025