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/selma-belhadj/myenumerable

A ruby project with a personalised enumerable module which has the same functionality as methods in Enumerable

ruby

Last synced: 02 Feb 2026

https://github.com/damirsvrtan/apartment-finder

Croatian Apartment Finder Script. Using Ruby/Cron/MongoDB

apartment njuskalo ruby

Last synced: 21 Jul 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/bytedecoder/onuro

Ruby Workflow Engine based in events that execute a collection of rules

ruby ruby-gem

Last synced: 09 May 2025

https://github.com/tomlobato/ruby-get_tid

Get the Thread ID (tid/lwp/spid) in Ruby/Linux

linux ruby threads

Last synced: 04 Apr 2025

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/miqueas/github-rest-api-examples

Basic example of the Github REST API in various languages

c-sharp csharp github go golang lua mono nim nim-lang nuget python python-3 python3 rest rest-api ruby vala

Last synced: 07 Apr 2026

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/tarellel/tailwind_views_generator

A Rails generator for creating Tailwind styled views (Erb, Slim, and HAML).

gem generator rails ruby tailwindcss template

Last synced: 11 Nov 2025

https://github.com/vavgustov/rgversion

Quickly copy latest semantic gem version to Gemfile

gem ruby

Last synced: 09 Aug 2025

https://github.com/nimblehq/nimble-auth

Mountable Devise-based and omniauth-based authentication engine

authentication engine ruby ruby-on-rails

Last synced: 11 Nov 2025

https://github.com/plucker-serializer/plucker_serializer

A fast JSON serializer for Rails ActiveRecord & Ruby Objects

activerecord json-serialization performance rails ruby serialization serializer

Last synced: 16 Jul 2025

https://github.com/andyatkinson/development_guides

Installation Instructions for Rideshare

postgresql ruby ruby-on-rails

Last synced: 28 Aug 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/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/moekiorg/jumon

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

ai chatgpt gem llm prompt ruby

Last synced: 13 May 2025

https://github.com/haroonabdulrazaq/crdl

Building Research lab automation system, that automates all calculations involve in KLab results

rails5 ruby

Last synced: 03 Feb 2026

https://github.com/ronin-rb/ronin-listener-dns

A DNS listener for receiving exfiltrated data via DNS queries.

asyncio dns dns-server exfil exfiltration infosec listener ruby

Last synced: 31 Aug 2025

https://github.com/takezyou/rb-spinners

More than 60 spinners for terminal, ruby wrapper for amazing node library cli-spinners and python library py-spinners.

gem json ruby sipnners

Last synced: 16 Jan 2026

https://github.com/amkisko/opdotenv.rb

Load environment variables from 1Password using the `op` CLI or 1Password Connect Server API. Supports dotenv, JSON, and YAML formats.

1password dotenv rails ruby secrets

Last synced: 17 May 2026

https://github.com/culturehq/tiny_struct

Build Struct classes that do less.

ruby tool

Last synced: 24 Jun 2025

https://github.com/agilecreativity/gem_bootstrap

Bootstrap the creation of ruby gem with sensible default so that we don't have to start from scratch.

bootstrap command-line generator ruby rubygems starter-template thor

Last synced: 09 May 2025

https://github.com/fusic/estackprof

Estackprof is a wrapper to make it easier to use Stackprof in your rack application.

performance profile ruby tool

Last synced: 09 May 2025

https://github.com/mallozup/bacheca

visualize your jenkins tests in nice charts (Ror)

continuous-integration dashboard data-visualization jenkins rails ruby visualization

Last synced: 20 Jan 2026

https://github.com/philnash/sendgrid-email-status

A Rails application that sends emails via the SendGrid API and tracks their status

email rails rails6 ruby ruby-on-rails ruby-on-rails-6 sendgrid sendgrid-api twilio twilio-sendgrid

Last synced: 30 Sep 2025

https://github.com/dhmgroup/bulmajs-rails

Ruby on rails wrapper for the unofficial javascript extension to the awesome Bulma CSS framework.

bulma bulmajs rails ruby

Last synced: 12 Apr 2025

https://github.com/ampaire/dailyblogger

DailyBlogger is a simple Rails chat app built with Ruby on Rails.

chat-application heroku javascript postgresql rails rbenv reddis ruby

Last synced: 11 Sep 2025

https://github.com/baban/typus_lang

typus (Rails administrate panel generate tool) language files

rails ruby typus

Last synced: 17 May 2026

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/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/lucianghinda/value-object-in-ruby-benchmarks

A series of micro benchmarks about Data.define vs Struct vs OpenStruct in #Ruby

benchmark benchmarking ruby ruby3

Last synced: 17 Sep 2025

https://github.com/jamescook/cataract

CSS Parser

c css ruby

Last synced: 07 Apr 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/mohamedhnoor/recipe-app

This is a simple recipe app that allows users to save ingredients, keep track of their recipes and add new recipes. It also allows users to generate a shopping list based on the ingredients they have saved. This project was built using Ruby on Rails.

bootstrap devise heroku postgresql rspec-rails ruby ruby-on-rails

Last synced: 07 May 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/sergei-matheson/shellject

Secure storage and injection of environment variables

bash environment-variables gpgme ruby secu

Last synced: 13 Apr 2025

https://github.com/vikdotdev/gh-note

An opinionated way of working with gists for note-taking.

gh-extension ruby

Last synced: 28 Apr 2025

https://github.com/foca/granola-cache

Cache the output of your Granola serializers.

caching granola json-serialization lesscode ruby

Last synced: 03 Aug 2025

https://github.com/mvz/pinhole

Tracker-based photo manager for Gnome

gir-ffi gnome gtk3 hacktoberfest ruby tracker

Last synced: 09 Aug 2025

https://github.com/usetrmnl/byos_hanami

A TRMNL BYOS application.

byos hanami ruby server trmnl

Last synced: 21 Mar 2025

https://github.com/dvinciguerra/business-br

Business::BR is a namespace to put all validations like CPF, CNPJ, CEP and some other things to be used in a brazilian ruby project.

brazilian cep cnpj cpf gem ruby validation

Last synced: 11 Aug 2025

https://github.com/o0101/js-iterators

Ruby style iterators in JS

intervals iterator javascript range ruby

Last synced: 12 Apr 2025

https://github.com/bfontaine/graphs.rb

Some Ruby functions to manipulate graph files

gdf graphs library ruby

Last synced: 15 Apr 2025

https://github.com/digitalmoksha/linkify-it-rb

Links recognition library used with motion-markdown-it (for Ruby and RubyMotion)

linkify motion-markdown-it ruby rubymotion

Last synced: 14 Apr 2025

https://github.com/bgmp/bgm

My old personal website

rails6 ruby thredded

Last synced: 23 Jul 2025

https://github.com/afonsir/ruby-uri

This repository contains algorithms (scripts in Ruby), submitted on URI Online Judge.

ruby uri-online-judge

Last synced: 04 Jul 2025

https://github.com/toreserter/coinmarketcal

Unofficial gem for the CoinMarketCal API

coinmarketcal cryptocurrency rest-api ruby

Last synced: 01 Sep 2025

https://github.com/bodsch/ruby-grafana

A simple ruby wrapper for the Grafana HTTP API

api gem grafana monitoring ruby

Last synced: 04 Oct 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/jonniecache/jekyll-thumb

This Jekyll plugin automatically generates image thumnails using libvips

image-processing jekyll jekyll-plugin liquid ruby thumbnails vips

Last synced: 04 Oct 2025

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

Ruby SDK for Shotstack, the cloud video editing API.

api api-client ruby video video-editing

Last synced: 30 Dec 2025

https://github.com/roseflow-ai/roseflow

Interact with AI effortlessly

ai ruby

Last synced: 16 Jul 2025

https://github.com/andriy-baran/rspec_request_helpers

A set of helpers for testing with RSpec

dsl hacktoberfest rails rspec ruby testing

Last synced: 13 Aug 2025

https://github.com/murodjon000/private_events

Rails private event project. In there you can create an event and you can invite members to your event.

bootstrap rails rspec ruby

Last synced: 16 Jul 2025

https://github.com/200ok-ch/oktags

Manage tags on plain old files

commandline filesystem ruby tagging

Last synced: 16 Jul 2025

https://github.com/narazaka/opal-file

native File.read, File.write etc... for Opal

dir file filesystem opal ruby

Last synced: 12 Aug 2025

https://github.com/yohasebe/rubyplb

Command line Pattern Lattice building tool written in Ruby

pattern-lattice ruby visualization

Last synced: 14 Apr 2025

https://github.com/krishpranav/autosploit

A simple ruby tool to automate metasploit modules

bash exploit exploiter metasploit metasploit-modules msfs ruby shell

Last synced: 15 Apr 2025

https://github.com/algerina/yourwallet

This is a mobile web application where Users can manage their budget, they have a list of transactions associated with a category, they record money transactions and separate them in these categories.

bootstrap capybara devise rspec ruby ruby-on-rails

Last synced: 10 Mar 2026

https://github.com/juanje/mortero

Place for testing LWRP for Chef

chef cucumber lwrp ruby testing

Last synced: 16 Jan 2026

https://github.com/justalever/graphql_fun_frontend_demo

Part 2 of How to use GraphQL with Ruby on Rails

apollo graphql rails react ruby tailwindcss

Last synced: 11 Apr 2025

https://github.com/pioz/tvdb2

Ruby wrapper for TVDB api version 2

api ruby tv-series tvdb

Last synced: 28 Jul 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/danreynolds/summonerexpert

API for LoL Conversational Assistant Summoner Expert

api-ai bot league-of-legends rails ruby

Last synced: 06 Jul 2025

https://github.com/kojix2/ruby-libssw

Fast Smith-Waterman algorithm for Ruby

bioinformatics ruby smith-waterman

Last synced: 10 Oct 2025

https://github.com/tungnt1203/ruby-prep-test

Rails app for Ruby interview tests

inteview quiz rails ruby ruby-on-rails

Last synced: 28 Apr 2026

https://github.com/ctkqiang/mobileappanalyzer

这个仓库包含了一个用于分析移动应用文件(APK 和 IPA)的 Ruby 脚本。它能够提取这些文件并运行诸如 APKTool 和 JADX(用于 Android)以及 class-dump(用于 iOS)等工具进行分析。该脚本支持对 Android APK 文件和 iOS IPA 文件进行详细分析,包括提取和解析文件内容,并能自动下载和安装所需的工具。

android apktool china class-dump-swift hacking ios metaspoilt ruby tool

Last synced: 12 Apr 2025

https://github.com/svenfuchs/sh_vars

Shell variable parser

bash parser ruby shell variables

Last synced: 21 Apr 2025

https://github.com/aldesantis/hertz-email

A Hertz courier for sending email notifications with ActionMailer.

email hertz notifications rails ruby

Last synced: 08 Oct 2025

https://github.com/jim/otp

Scripts to add a phone icon to your Slack name when you're on a call.

applescript osx ruby slack

Last synced: 13 May 2026

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/masumajaffery/ruby-gems

Ruby gems are not jewels but a chunks of knowledge that is a wholesome treasure for mind.

ruby ruby-gem

Last synced: 11 Mar 2026

https://github.com/lewiscowles1986/jekyll-improved-paginator-plugin

Jekyll's built-in paginator is incredibly limited. This looks to do more.

jekyll liquid needs-tests paginator ruby

Last synced: 11 Mar 2026

https://github.com/avvo/docker-ruby

Our base ruby image. Do not use the image, see https://github.com/avvo/docker-base instead

docker rails ruby

Last synced: 12 Oct 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/sogilis/csv_fast_importer

Fast CSV Importer for PostgreSQL and MySQL

mysql performance postgresql rails ruby

Last synced: 12 Oct 2025

https://github.com/whiletruedoend/twilight

RoR blog with platform multiposting options and cookies!

blog bot matrix multiposting rails ror rss ruby tags telegram

Last synced: 28 Apr 2025

https://github.com/ldilley/discobot

:speech_balloon: A Discord bot written in Ruby

bot bots discord discord-bot discordbot discordbots ruby

Last synced: 05 May 2026

https://github.com/tracymuso/blog-app

This is a fullstack blog app built with ruby and rails.

api css fullstack html ruby ruby-on-rails

Last synced: 04 Mar 2026

https://github.com/emmanuelaaron/private-events

This is a site Similar eventbrite with a demonstration of associations in Rails. Users are able to create events and add people to these events

rails ruby

Last synced: 04 Mar 2026

https://github.com/amake/srx-languagetool-ruby

SRX segmentation rules from LanguageTool, for Ruby

languagetool ruby segmentation srx

Last synced: 19 Oct 2025

https://github.com/tresor11/css-linter

A CSS linter capable of identifying errors in CSS code built with Ruby.

css-linter ruby

Last synced: 08 Oct 2025

https://github.com/ombulabs/rails-superhero-cards

Generate Rails Superhero Cards from a Prompt and Image

generative-ai open-ai python rails reactjs ruby ruby-on-rails

Last synced: 04 Mar 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/makevoid/bitcoin-address-watcher

Bitcoin address watcher // transaction notifier - receive a push notification when you receive a transaction

bitcoin block-explorer blockcypher loop notification notifier ruby transactions tx-notifier

Last synced: 08 Apr 2025