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/blocknotes/ruby_experiments

Some Ruby experiments

rails ruby

Last synced: 18 May 2026

https://github.com/bastienrobert/sellsy-api

Use Sellsy API in Ruby !

api ruby sellsy

Last synced: 20 May 2026

https://github.com/jelastic-jps/redmine

Redmine is a flexible project management web application written using Ruby on Rails framework

cross-database cross-platform issue-tracker issue-tracking-system jelastic jelastic-jps jps project-management-system redmine redmine-wiki ruby ruby-on-rails

Last synced: 08 Sep 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/mvz/gir_ffi-gtk4

GirFFI-based bindings for Gtk+ 4

gir-ffi gnome gobject-introspection gtk4 hacktoberfest ruby

Last synced: 09 Jul 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/vicentereig/dspy.rb

The Ruby framework for programming—rather than prompting—language models.

ai dspy llm rails ruby

Last synced: 07 Mar 2026

https://github.com/esotericpig/psychgus

:necktie::blue_car::nose: Easily style YAML files using Psych, like Sequence/Mapping Flow style.

libyaml psych psych-parser psychgus ruby style yaml yaml-parser

Last synced: 11 Apr 2025

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

"Project MyEnumerable empowers Ruby developers to create custom iterable objects by implementing a custom Enumerable module. This project showcases the flexibility of Ruby, allowing users to define their own data structures with iterable behavior. It includes essential Enumerable methods like 'each,' 'all?,' 'any?,' and 'filter.' By encapsulating

gemfile gitflow linters rubocop ruby

Last synced: 29 Mar 2025

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/emono/line-notify-client

[RubyGem]LINE Notify API Ruby Client

api-client gem line line-notify ruby

Last synced: 28 Jun 2025

https://github.com/wetransfer/wetransfer_style

At WeTransfer we code in style. This is our coding style for Ruby development.

code-styles gem ruby wetransfer wt-branch-protection-default

Last synced: 23 Jul 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/coding-cactus/multipad

A clean, simple, and efficient collaborative workspace

collaboration ruby sinatra

Last synced: 19 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/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/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/icalialabs/sepomex-rb

A Ruby wrapper for the Sepomex API - http://sepomex.icalialabs.com/api/v1/zip_codes

ruby sdk sepomex zip-codes

Last synced: 11 Apr 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/serihiro/simple_map_reduce

Distributed MapReduce implementation written in ruby.

distributed-systems mapreduce ruby sinatra

Last synced: 28 Apr 2025

https://github.com/aakashjhawar/finance-tracker

A web app to track stock prices using Ruby on Rails

ruby ruby-on-rails stock-data stock-market stock-portfolio stock-prices

Last synced: 08 Mar 2026

https://github.com/blockbusterdev/crud-record-practice

It was built using Ruby

ruby

Last synced: 03 Aug 2025

https://github.com/kuyio/color_hash

Generate a color based on the given string (using HSL color space).

colorization ruby ruby-gem

Last synced: 24 Mar 2025

https://github.com/nexxus-vi/simple_ec2_management

Simple script to manage existing EC2 instances on AWS

aws ec2 ruby

Last synced: 16 May 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/yohasebe/ruby-wordle

A set of ruby scripts to generate word-lists, solve Wordle and play Wordle

game ruby terminal-app vocabulary wordle

Last synced: 14 Apr 2025

https://github.com/juzershakir/imdb

A data extraction gem for imdb.com.

episodes games gem imdb movie movies ruby tv-shows

Last synced: 17 Mar 2025

https://github.com/ngtk/napsac

curl -L https://raw.githubusercontent.com/ngtk/napsac/master/unpack | bash

dotfiles ruby tmux zsh

Last synced: 12 Mar 2025

https://github.com/hamuyuuki/actionpack-direct_routes

Backport Direct routes into Rails 4 and Rails 5.0

backport gem rails routing ruby

Last synced: 13 Apr 2025

https://github.com/ijackua/ruby-di-playground

Try different approaches for Dependency Injection in Ruby code

dependency-injection ruby

Last synced: 29 Mar 2025

https://github.com/sul-dlss/mylibrary

My Library Account - an application for checkouts, renewals, requests, and fines

access application libsys rails ruby

Last synced: 18 May 2026

https://github.com/remy727/ruby-on-rails-pro-tips

Ruby Pro Tips

rails ruby tips

Last synced: 07 Mar 2026

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

In this project we implement a Solver class with some methods (factorial, reverse and fizzbuzz), by doing test-driven development (TDD). Remember that we write tests first and then the code.

rspec ruby unit-testing

Last synced: 20 Jan 2026

https://github.com/zewdu444/enumerable

used to demonstrate using modules inside of classes and how to implement Enumerable in Ruby.

ruby

Last synced: 05 Apr 2025

https://github.com/sinaptia/active_authentication

A pure Rails authentication solution

authentication rails ruby

Last synced: 18 Mar 2025

https://github.com/kairichard/dotfiles

🔧 .dotfiles with flavors for server and desktop including a bootstrap mechanism

brewfile ci dotfiles lace osx-dotfiles osx-setup ruby ubuntu

Last synced: 18 Oct 2025

https://github.com/stonesaw/dxruby-scenemanager

DXRubyでシーン遷移を行うためのライブラリです

dxruby game library ruby

Last synced: 22 Mar 2025

https://github.com/24stefan/anime-background

Anime-Background is a script that automates the process of changing wallpapers on Arch Linux with KDE Plasma. It’s written primarily in Ruby.

anime arch archlinux background-image kde-desktop kde-plasma-adjustment linux ruby rubygem script

Last synced: 23 May 2026

https://github.com/fluent-plugins-nursery/capng_c

Linux capability bindings for Ruby.

bindings linux linux-capabilities ruby ruby-bindingd

Last synced: 13 Apr 2025

https://github.com/advanon/banks_registry

Banks registry gem (banc by BIC/SWIFT, IBAN to BIC/SWIFT)

bic gem iban ruby swift

Last synced: 26 Apr 2026

https://github.com/dvinciguerra/smart_kitchen

A cookbook webapp inspired by Cookpad to keep personal recipes and shop list organized

cooking cookpad rails recipe-website recipes ruby

Last synced: 21 May 2026

https://github.com/wodby/ruby

Ruby docker container image

alpine docker ruby

Last synced: 24 Jul 2025

https://github.com/jdennes/isberlinhappy

Is Berlin happy?

berlin ruby weather

Last synced: 22 May 2026

https://github.com/igorkol91/footbal-page

A simple football page project made in Ruby on Rails. Creation of accounts, adding new posts, and follow the accounts you fancy.

ruby ruby-on-rails

Last synced: 20 May 2026

https://github.com/ottony/math_war

A mathematics game to fight and learn

2d-game game-development gosu mathematics ruby

Last synced: 03 Jul 2026

https://github.com/hardpixel/action-crud

Speed up development by making your controllers inherit all restful actions.

actionpack actionview gem rails ruby

Last synced: 13 Apr 2025

https://github.com/nexmo/nexmo-markdown-renderer

Nexmo Markdown Renderer

markdown markdown-parser nexmo ruby

Last synced: 24 Jul 2025

https://github.com/dtinth/thyme_osx_ui

Mac OS X Status Bar Integration for Thyme

objective-c ruby

Last synced: 21 May 2026

https://github.com/tdegrunt/ruby.novaextension

Provides Ruby language support

lsp nova ruby

Last synced: 24 Jul 2025

https://github.com/toshimaru/attribute_validation

Attributes Validation Extension for ActiveRecord/ActiveModel

activerecord gem ruby

Last synced: 14 Mar 2025

https://github.com/gridscale/foreman-gridscale

Plugin to enable management of gridscale instances from within foreman

foreman gridscale ruby

Last synced: 20 Mar 2025

https://github.com/michaelchadwick/imgen

Use command line Ruby to create simple images

cli images random ruby rubygem

Last synced: 14 May 2025

https://github.com/ericlondon/rails-4-ajax-modal-form-render-js-response-as-table-row

Rails 4 AJAX modal form render JS response as table row

ajax modal rails ruby

Last synced: 24 Jul 2025

https://github.com/jedmund/hensei-api

An API to help Granblue Fantasy players create and share teams and strategies.

database gaming granblue granbluefantasy ruby

Last synced: 17 Feb 2026

https://github.com/abenezer-tilahun/decode-a-morse-code

This is a Ruby project that decodes morse code into words/ sentences

ruby

Last synced: 24 Jul 2025

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

A library created Object Orientated Programming paradigm

oop-principles ruby

Last synced: 14 Mar 2025

https://github.com/janijegoroff/appium-server-launch

Examples how to launch Appium server from code for several different language bindings.

appium csharp dotnet java javascript pytest python robot-framework ruby wdio

Last synced: 20 Jan 2026

https://github.com/cvalencia1991/morse-code-ruby

Implementhing the Morse Code using Ruby Language

ruby

Last synced: 03 Jul 2026

https://github.com/yoshoku/numo-pocketfft

Numo::Pocketfft provides functions for descrete Fourier Transform based on pocketfft

fft numo ruby

Last synced: 25 Aug 2025

https://github.com/rahulkeerthi/stealth-twilio

Twilio bot created using Stealth framework. Allows you to send a text message to a UK number (private) to start a conversation with Botnik.

chatbot ruby stealth stealth-bot stealth-chatbot twilio twilio-api twilio-sms twilio-sms-api

Last synced: 06 Apr 2025

https://github.com/picatz/ocarina-of-time

A Ruby gem to manage in memory time lines.

inmemory-db ruby timeline

Last synced: 05 Jul 2026

https://github.com/yasslab/env

Setup scripts for Cloud9

cloud9 ruby

Last synced: 25 Oct 2025

https://github.com/sriramveeraghanta/codebee

Learn Programing by Examples

c cpp go python ruby scala

Last synced: 23 Jul 2025

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

Easily add jquery inputmask to your ActiveAdmin.

activeadmin inputmask mask rails ruby

Last synced: 08 May 2026

https://github.com/valexsantos/mkit

micro kubernetes in ruby... and a docker client

docker haproxy haproxy-configuration kubectl kubernetes kubernetes-cluster ruby ruby-gem

Last synced: 23 May 2026

https://github.com/moeki0/baran

Text Splitter for Large Language Model (LLM) datasets.

ai gem llm markdown ruby

Last synced: 23 Jul 2025

https://github.com/zooppa/administrate-field-country

🌍 A plugin to deal with country selection in Administrate

administrate country rails ruby unmaintained

Last synced: 07 Oct 2025

https://github.com/kbinani/gdsync

rsync like Google Drive file sync tool. Local to GD, GD to Local, GD to GD sync supported.

google-drive rsync ruby

Last synced: 05 Apr 2025

https://github.com/nosolosoftware/rubocop-nosolosoftware

Default Rubocop configuration used in NoSoloSoftware developments

nosolosoftware rails rubocop rubocop-configuration ruby rules

Last synced: 04 Sep 2025

https://github.com/ged/fluent_fixtures

A toolkit for building a collection of composable testing fixtures with a fluent interface. (git mirror)

fixtures fluent-fixtures fluent-interface ruby testing

Last synced: 11 Apr 2025

https://github.com/tlatsas/ipsum-blocker-rb

Simple, zero-dependencies ruby script to block IPs using ipsum lists

ip-blocking ipset ipsum iptables ruby

Last synced: 22 Jun 2025

https://github.com/frozenfoxx/util

A collection of various utility scripts

bash ruby scripts

Last synced: 12 Jul 2025

https://github.com/maheshkumar-novice/chess

A command line game written in Ruby

chess colors object-oriented-programming rspec rubocop ruby tests

Last synced: 18 May 2026

https://github.com/dohliam/corpus-tools

A collection of scripts for working with multilingual text corpora

corpora corpus corpus-linguistics frequency language linguistics ngram ngrams ruby salience stoplist stopwords

Last synced: 21 Mar 2025

https://github.com/geekelo/ruby-movie_inventory_project

A functional command line app built Ruby to take inventory of movies that are in the library and who borrows them

cli-app ruby

Last synced: 28 Mar 2025

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

Expense tracker is an application where the user creates an account and can keep track of their expenses. It is a mobile app. Created with Ruby on Rails.

css-grid css3 html ror ruby

Last synced: 03 May 2026

https://github.com/berniechiu/chinese_faker

A simple gem for generating chinese names, job titles, and etc.

faker generator ruby

Last synced: 19 Jun 2025

https://github.com/maful/versafleet-ruby

Ruby bindings for the VersaFleet API

api faraday hacktoberfest ruby rubygems

Last synced: 17 Mar 2025

https://github.com/jks8787/plant_searcher_app

a very simple ruby on rails app integrating with an algolia search store - to go with a medium article

algolia algolia-search rails ruby

Last synced: 12 Apr 2025

https://github.com/dtinth/tubtim

A collection of Ruby helper methods, created for use in Thailand Code Jom 2013. (Team: irb / ratamani)

competitive-programming ruby

Last synced: 29 Jul 2025

https://github.com/haroonabdulrazaq/re-former

This project puts our knowledge of Forms to the test. We built an application similar to hoe forms work in the real world where a user can create a post and add comments to it.

ruby ruby-on-rails

Last synced: 18 May 2026

https://github.com/snaka/trokko

Set up a Rails development environment with Docker in 1 minute.

boilerplate generator rails ruby

Last synced: 05 Apr 2025

https://github.com/madeindra/simplicity

Jekyll theme focusing on the simplicity, built with Tailwind CSS

blog github-pages jekyll jekyll-template jekyll-theme personal-website ruby tailwind tailwindcss theme

Last synced: 14 Feb 2026

https://github.com/neodelf/tail

Tail command-line tool written in ruby

command-line-tool large-files ruby tail

Last synced: 03 Jul 2026