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/docusign/sample-app-webhooks-ruby

Webhooks Sample App is a Docusign sample application written in Ruby on Rails (server) and React (client). You can find a live instance running at

esignature ruby ruby-on-rails webhooks

Last synced: 11 Jul 2025

https://github.com/phw/discourse-musicbrainz-onebox

Discourse plugin to add Onebox support for MusicBrainz.org.

discourse-plugin music musicbrainz onebox plugin ruby

Last synced: 04 Oct 2025

https://github.com/driftingruby/082-datatables

The DataTables Javascript library creates a powerful display of your application's data. Some of the features include pagination, server side processing, sorting and search.

datatables javascript rails ruby ruby-on-rails

Last synced: 31 Jul 2025

https://github.com/yumafuu/dezo

Transrate a word betweeen Japanese and English on cli.

cli gem ruby

Last synced: 01 Nov 2025

https://github.com/remedyit/r2corba

R2CORBA, the Ruby CORBA Implementation

corba idl middleware omg rclm ruby

Last synced: 09 Aug 2025

https://github.com/timkaechele/rex

Migrated to my own git server

matching-engine ruby

Last synced: 14 Mar 2025

https://github.com/oxylabs/webscraping-with-ruby

A tutorial for web scraping with Ruby

ruby web-scraping

Last synced: 07 Sep 2025

https://github.com/ksk001100/pixel_matcher

Library to compare images and generate difference image files

diff-image image-processing imagemagick rmagick ruby

Last synced: 10 Apr 2025

https://github.com/lambda2/breezer

🔒 Lock your Gemfile dependencies to safe versions

ci gemfile ruby security

Last synced: 18 Jan 2026

https://github.com/nilsding/webm-index

a simple frontend for your WebM directory

coffeescript frontend index ruby webm

Last synced: 06 Oct 2025

https://github.com/brianvanburken/exercism

My solutions for the challenges on exercism.org

coffeescript elixir elm exercism exercism-solution go javascript kotlin python ruby rust

Last synced: 19 Apr 2025

https://github.com/jdennes/buienalarm

Super-simple library to scrape Buienalarm.nl for projected rainfall.

dutch netherlands rainfall ruby weather

Last synced: 01 Apr 2026

https://github.com/dannyben/loadrunner

GitHub Webhook Server and Event Simulator

gem github-webhooks ruby

Last synced: 18 Apr 2025

https://github.com/miguelargentina/microverse-ruby-capstone-project

A Ruby developed Telegram bot to get the weather forecast based on the GPS location or searching for a location in Open Weather Map

ruby telegram-bot

Last synced: 19 Apr 2025

https://github.com/josephbuchma/postman-ruby

Parse & make http requests from Postman's (getpostman.com) exported collections (Collection V2)

gem postman ruby

Last synced: 23 Oct 2025

https://github.com/nafidurmus/covid-19-live-count

Türkiye ve Dünyadaki Covid-19(Coronavirüs) vakalarını canlı takip edebileceğiniz bir platform.

boostrap ruby ruby-on-rails

Last synced: 05 May 2025

https://github.com/iamyunusali/eventify-backend

Eventify is a Full-stack web application. that makes easier to post, reserve and delete events on a click of button. This is the Backend(API) of the System.

postgresql rspec-rails ruby ruby-on-rails swagger swagger-ui

Last synced: 24 Apr 2025

https://github.com/jg-rp/ruby-json-p3

JSONPath, JSON Patch and JSON Pointer for Ruby

json jsonpath ruby

Last synced: 12 Apr 2025

https://github.com/swordray/adsense_helper

Rails helper for Google Adsense code

actionview adsense rails ruby

Last synced: 25 Apr 2025

https://github.com/senotrusov/workety

A library to run Ruby classes as daemons. Process start, signal handling, logfile/pidfile, restart by watchdog, exception handling, reporting to Airbrake and Exceptional, Rails environment load, mutithreaded workers.

daemon error-reporting exception-handling logging multithreading pidfile process rails ruby watchdog

Last synced: 07 Oct 2025

https://github.com/jpalumickas/backup-repos

Backup your GitHub, BitBucket and GitLab repositories

backup bitbucket github gitlab gitlab-repositories ruby rubygems

Last synced: 28 Apr 2025

https://github.com/healthypackrat/safari_bookmarks_parser

Dump ~/Library/Safari/Bookmarks.plist as JSON/YAML (RubyGems)

bookmarks ruby safari

Last synced: 28 Apr 2025

https://github.com/wbnns/eyeofsatoshi

A ruby gem that pulls the current bitcoin price from multiple cryptocurrency APIs.

bitcoin bitcoin-api bitcoin-price rails ruby ruby-on-rails rubygems

Last synced: 26 Oct 2025

https://github.com/yb66/bbedit-stuff

The scripts and text filters I use with BBEdit, my favourite editor

bbedit editor-helper editor-plugin ruby script text-filter textwrangler

Last synced: 09 Apr 2025

https://github.com/simandebvu/data-structures-algorithms

This repository will serve as a reference for knowledge, practice and implementation. More information available in the project WIKI.

practice ruby sorting-algorithms zimbabwe

Last synced: 23 Apr 2025

https://github.com/dhyegocalota/active_admin-cep_auto_complete

Auto complete your addresses fields with Brazilian CEP (zip code) with your ActiveAdmin. :earth_americas:

activeadmin activeadmin-plugin brazil cep rails ruby

Last synced: 10 May 2026

https://github.com/mohamedhnoor/hellorails

Hello Rails is a simple backend api that provides random greetings. It is built using Ruby on Rails and Postgres database.

postgresql ruby ruby-on-rails rubygems

Last synced: 10 Apr 2025

https://github.com/mauricelambert/cve-2021-31166

CVE-2021-31166: exploitation with Powershell, Python, Ruby, NMAP and Metasploit.

bluescreen crash cve cve-2021-31166 denial-of-service dos exploit iis metasploit microsoft nmap payload powershell python3 ruby vulnerability webserver

Last synced: 04 Sep 2025

https://github.com/dannyben/docker-alpine-ruby

Minimal Ruby docker image with native extensions support

alpine docker-alpine-ruby ruby ruby-docker-image

Last synced: 07 Sep 2025

https://github.com/haroonabdulrazaq/tictactoe

(Solo)TicTacToe is a 3x3 grid dual player game that assigns symbols(Xs, Os) to players. The final outcome is either a tie or a win. There are 8 possible winning combinations from a player, the player can win by making 3 consecutive moves either vertically, horizontally or diagonally. A player has a maximum of 5 possible moves.

game ruby solo

Last synced: 25 Feb 2026

https://github.com/ph-7/peachlang

:peach: PeachLang™ is a simple interpreted language done with Ruby using Racc (the Ruby version of Yacc/Bison). The language has been made thanks to MACournoyer's book http://01script.com/comment-creer-son-langage-de-programmation/

bison interpreted-language interpreted-languages interpreted-programming-language interpreter language own-language parser peach-language peachlang programming programming-language programming-languages racc ruby simple-programming-language yacc

Last synced: 09 Apr 2025

https://github.com/fabianfrz/opnsense_client_lib

Library to use the OPNsense API - written in Ruby

client opnsense ruby

Last synced: 26 Apr 2025

https://github.com/picatz/vifi

📶 A simple wifi signal strength monitoring application for macOS.

chartjs macos ruby visualization webapp wifi

Last synced: 22 Apr 2025

https://github.com/tobuya/post_stream

The Post Stream 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. Built by Ruby on Rails

css3 javascript postgresql ruby ruby-on-rails

Last synced: 14 Jun 2025

https://github.com/grahamedgecombe/ignition

Static pages for Rails 4.

rails ruby

Last synced: 23 Apr 2025

https://github.com/justalever/foodlog

This Ruby on Rails application is part of a crash course published on Traversy Media authored by Andy Leverenz of @webcrunchblog creator of web-crunch.com and the course Hello Rails.

rails ruby ruby-on-rails

Last synced: 23 Apr 2025

https://github.com/webhippie/po_to_json

Ruby library for converting gettext PO files to JSON

gettext i18n json ruby rubygem

Last synced: 19 Jan 2026

https://github.com/schmidt/redmine_zxcvbn

Redmine zxcvbn plugin

hacktoberfest redmine-plugin ruby

Last synced: 13 Sep 2025

https://github.com/nownabe/sample-rails-on-google-cloud

Sample repository for the article: Fully managed Ruby on Rails on Google Cloud (できるだけインフラ運用したくない Ruby on Rails on Google Cloud)

google-cloud ruby ruby-on-rails serverless

Last synced: 12 Oct 2025

https://github.com/bajena/flashcard-genius

Free application for managing sets of flashcards. Built using Hanami framework.

free hanami learning ruby

Last synced: 18 Mar 2025

https://github.com/darrhiggs/sidekiq-trackable_batch

Access detailed, up-to-date information about a Sidekiq::Batch as it runs

batch rails ruby sidekiq

Last synced: 25 Aug 2025

https://github.com/jimmycuadra/lita-youtube

A Lita handler for displaying YouTube video information.

chatops lita lita-handler ruby youtube

Last synced: 19 Apr 2025

https://github.com/kaykeeb3/concessionaire

Projeto de nota final de cursor, ele foi desenvolvido através de boas práticas e consolidado com nota máxima sendo aprovado.

javascript php ruby

Last synced: 16 Jul 2025

https://github.com/mtarnovan/ruby_pg_cdc

An (experimental) Ruby replication client / CDC for Postgres

cdc change-data-capture logical-replication postgres psql replication ruby

Last synced: 07 May 2025

https://github.com/prx/feeder.prx.org

Dovetail podcast content management system

podcasting rails ruby

Last synced: 10 Apr 2025

https://github.com/andredarcie/tracker

The most funny entertainment tracker ever 🔥

books comics documentaries games movies postgres rails ruby tv-shows

Last synced: 28 Apr 2025

https://github.com/donkirkby/active-sinatra

Sandbox project for ActiveRecord and Sinatra web server, including test fixtures

activerecord oracle ruby sandbox sinatra

Last synced: 07 May 2025

https://github.com/krishpranav/redditosint

A simple ruby tool that scrapes reddit user's comment history and saves into a JSON file

information-gathering osint reconnaissance reddit reddit-osint ruby ruby-osint username-checker username-osint

Last synced: 10 Mar 2026

https://github.com/loftwah-demo/linux-for-pirates-2

DevOps with Docker, Ruby on Rails and Linux for Pirates!

docker docker-compose linux npm ruby ruby-on-rails tutorial

Last synced: 24 Oct 2025

https://github.com/yasslab/to_md

Convert Ruby Object to markdown by #to_md method.

converter gem markdown ruby rubygems

Last synced: 05 Oct 2025

https://github.com/bdurand/simple_throttle

Simple redis backed throttle ruby gem

performance redis ruby throttle

Last synced: 09 Jul 2025

https://github.com/miltlima/goact

Goact - is a CLI to create default github actions

github-actions golang java javascript nodejs ruby

Last synced: 13 Apr 2025

https://github.com/andremleblanc/druiddb-ruby

Ruby client for Druid using the Kafka Indexing Service

druid ruby ruby-on-rails timeseries-database

Last synced: 06 Oct 2025

https://github.com/maumagnaguagno/map_generator

:globe_with_meridians: Map generator for the lazy game designer

labyrinth map maze ruby

Last synced: 09 Apr 2025

https://github.com/benmukebo/budgy-budget

Budgy-Budget 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, PostgreSQL.

css postgresql ruby ruby-on-rails

Last synced: 07 May 2025

https://github.com/xord/beeps

A Simple Synthesis Library.

audio cpp gem library ruby sound synth

Last synced: 09 May 2026

https://github.com/zerocracy/fbe

FactBase Extended (FBE) for the judges in judges-action and inside Baza

ruby ruby-gem zerocracy

Last synced: 01 Apr 2026

https://github.com/stevenjcumming/rails-performance-guide

Ruby on Rails guide, checklist, and tips for performance audits and best practices

performance performance-optimization rails rails-guides ruby

Last synced: 27 Apr 2026

https://github.com/patorash/ransacker_translator

Ransackを使って全角半角検索をできるようにします。

activerecord ransack ruby

Last synced: 17 Oct 2025

https://github.com/shivabhusal/algorithms_n_data_structures

Contains all common algorithm theories and implementation in various languages like C, Ruby, etc

algorithms c data-structures learning ruby

Last synced: 15 Jul 2025

https://github.com/aripollak/random

Random configurations/dotfiles/programs/utilities and the such as. Unless otherwise noted, all files were written by me and released into the public domain.

config dotfiles ruby

Last synced: 27 Jul 2025

https://github.com/jqr/postgres_sequence_support

Support for manipulating PostgreSQL sequences from ActiveRecord.

postgresql rails ruby

Last synced: 27 Jun 2025

https://github.com/toy/fspath

Better than Pathname

filepath-manipulation pathname ruby

Last synced: 13 Apr 2025

https://github.com/rnd-soft/main_loop

[MIRROR] Main Loop implementation to control subprocesses and threads

gem loop mainloop ruby ruby-on-rails

Last synced: 14 Sep 2025

https://github.com/jasonfelice/recipe-rails

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.

bootstrap html rails rails7 ruby

Last synced: 28 Jul 2025

https://github.com/mwapsam/ruby-capstone

In this project, you can create items (games, music albums, books) and store them in a database. This is Ruby capstone project for Microverse program.

collaboration incapsulation inheritance object-oriented-programming pair-programming polymorphism ruby sql

Last synced: 28 Jul 2025

https://github.com/fathershafiu/kfx-social

This is a social media app that behaves in similitude to twitter. feel free to contribute on both the frontend and backend.

database ruby rubyonrails

Last synced: 12 Sep 2025

https://github.com/teekaytech/techtalks

A blog for creating and reading tech-related articles. Users can sign up/log in with third-party apps like twitter/google. Built with Ruby on Rails, AWS S3 and Bootstrap.

bootstrap4 css3 html5 responsive-web-design ruby ruby-on-rails

Last synced: 07 May 2025

https://github.com/german-cobian/my-first-rails-app

This unstyled app is an exercise in building CRUD (Create, Read, Update and Destroy) functionality the Ruby-on-Rails way. It allows users to input a car (with it's make, model and year information) into a listing, view that listing, edit the info on a specific car listing, or delete that car from the listing.

rails ruby

Last synced: 31 Aug 2025

https://github.com/redding/much-timeout

IO.select based timeouts; an alternative to Ruby's stdlib Timeout module.

ruby timeout

Last synced: 05 Apr 2025

https://github.com/caioagiani/ruby-on-rails

API ruby on rails - studies

api ruby ruby-gem ruby-on-rails

Last synced: 11 Jul 2025

https://gitlab.com/robotmay/chunky_cache

Multi-fetching cache doodad for Rails. Cache lots of small areas of views with no network latency penalty. Exclude certain parts from cached areas. Has science gone too far?

caching rails ruby ruby-on-rails

Last synced: 13 Apr 2025

https://github.com/picoruby/picoruby-esp32

This is a component that can be used with ESP-IDF, allowing you to add PicoRuby to your project.

esp-idf-component esp32 picoruby ruby

Last synced: 07 May 2025

https://github.com/hahwul/zaproxy-ruby

A Ruby Implementation and Library for Easy Utilization of ZAP API

ruby ruby-gem security zap zaproxy

Last synced: 12 May 2025

https://github.com/caironoleto/my-dot-files

My AWEEEESOME dotfiles!

dotfiles ruby

Last synced: 23 Jul 2025

https://github.com/marcosvbras/100-days-of-ruby

100 days learning the Ruby World

algorithms challenge ruby syntax-sugar

Last synced: 31 Jul 2025

https://github.com/koenpunt/capistrano-pumactl

Puma server control tasks for Capistrano 3

capistrano puma ruby

Last synced: 01 Aug 2025

https://github.com/nebulab/solidus_client

Solidus eCommerce API Ruby client

ecommerce ruby solidus

Last synced: 25 Jun 2025

https://github.com/kojix2/ffi-bitfield

Bit field for Ruby-FFI

ffi ruby ruby-ffi

Last synced: 13 Apr 2025

https://github.com/bfontaine/pouf

play random sounds from your command-line

cli ruby sound tool

Last synced: 15 Apr 2025

https://github.com/rdnewman/loba

Easy tracing for debugging. Handy methods for adding trace lines to output or Rails logs.

debugging-tool gem ruby ruby-gem

Last synced: 14 Jul 2025

https://github.com/ssnickolay/unitpay

Gem для подключения к платежной системе unitpay.ru

payment ruby

Last synced: 02 Aug 2025

https://github.com/nakajijapan/frustrationme_app

Web Service - Social Wish Management

frustration ruby social

Last synced: 13 Apr 2025

https://github.com/takahashim/mastodon-book-sample

sample code of "Mastodon Book" http://nextpublishing.jp/book/8776.html

mastodon mastodon-apis ruby

Last synced: 14 Apr 2025

https://github.com/sundi3yansyah/sundi3yansyah.github.io

My Blog :octocat: :heartpulse: :gem:

blog github-page jekyll octopress ruby

Last synced: 22 Apr 2025

https://github.com/chip/pathos.rb

pathos.rb - CLI for editing a PATH env variable

cli command-line command-line-tool env environment-variables path ruby tty

Last synced: 15 Jul 2025

https://github.com/johnmccabe/blinkt-ruby

Ruby port of Pimoroni Blinkt Python module https://github.com/pimoroni/blinkt

blinkt blinkt-library blinkt-ruby leds library pimoroni pimoroni-blinkt-python raspberry-pi raspberrypi ruby ruby-port

Last synced: 26 Sep 2025

https://github.com/czerkacorp/citadel-2018

Citadel is a full-featured account management system for SWGEmu Core3 based Star Wars Galaxies servers built with Ruby on Rails.

account-management core3 ruby rubyonrails starwarsgalaxies swgemu swgemu-core3

Last synced: 29 Sep 2025

https://github.com/yaairfernando/joinme

RoR application to create events and invite users to your events, also with a commenting system.

axios rails6 rspec ruby web-design webpack

Last synced: 30 Sep 2025

https://github.com/dwilkins/nacha

ACH Parser implemented in Ruby

ach banking-formats metaprogramming nacha rspec ruby

Last synced: 07 Jul 2025

https://github.com/cancelei/search_engine

SearchEngine made with Ruby on Rails 7.1. Works for Google, Bing or Brave API.

bingsearchapi bravesearchapi googlesearchapi ruby rubyonrails

Last synced: 29 Jun 2025

https://github.com/aklaiber/json_factory

JsonFactory is a Easy DSL to create JSON with focus on performance and flexibility.

dsl jbuilder json json-structure ruby

Last synced: 18 Mar 2025

https://github.com/envygeeks/jekyll-faker

Faker wrapper for Jekyll, a library that generates fake data

content jekyll prototyping ruby user-interface

Last synced: 13 Apr 2025