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/wataash/ruby-example-c-ext

Minimum Ruby gem with C (native) extension

ruby ruby-gem

Last synced: 11 Apr 2025

https://github.com/timcraft/noko

Ruby client for the Noko API

api-client nokotime ruby

Last synced: 21 Mar 2025

https://github.com/opensite-ai/domain_extractor

🔗 Lightweight Ruby library for parsing URLs and extracting domain components with accurate multi-part TLD support. Handles nested subdomains, query parameters, and URL normalization. Perfect for web scraping, analytics, and URL manipulation. Built on URI and public_suffix gem.

analytics domain-analysis domain-extraction domain-parser public-suffix ruby ruby-library rubygem subdomain-parser tld-parser url-manipulation url-normalization url-parser url-parsing web-scraping

Last synced: 12 Dec 2025

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

A tic-tac-toe game on the command line, for two players.

rspec ruby

Last synced: 03 May 2025

https://github.com/puntorigen/ruby_parser

Pure JS Ruby file parser

ast info parser ruby

Last synced: 09 Jul 2025

https://github.com/yuri-karpovich/console_runner

Run any *.rb file from command line. CLI for Ruby classes. It's like Python Fire but for Ruby!

annotations bash cli command-line command-line-tool console devops executable parser ruby ruby-gem trollop yard yardoc

Last synced: 22 Apr 2025

https://github.com/luizpicolo/sigoe

Sistema para o gerenciamento de ocorrências escolares

hacktoberfest ifms rails ruby ruby-on-rails

Last synced: 24 Jun 2025

https://github.com/panorama-ed/rails_external_fields

Create the illusion that an object has specific attributes when those attributes actually belong to an associated object.

open-source-project rails ruby

Last synced: 17 Mar 2025

https://github.com/tsukasaoishi/word_scoop

WordScoop extracts keywords from among sentences.

keyword pick ruby

Last synced: 23 Mar 2025

https://github.com/murodjon000/houses-api

This REST API was built with Ruby on Rails, and Postgres for the databases as the final project at Microverse. With this API, houses can be added to database manually and favourites can be added by users.

jsonwebtoken postgresql rails ruby

Last synced: 19 Apr 2025

https://github.com/duffn/grape-api-boilerplate

A full-featured, production ready, and easy to understand API boilerplate for the Grape framework.

api boilerplate grape grape-api hacktoberfest rack ruby

Last synced: 23 Mar 2025

https://github.com/suhlig/wordclock

A Word Clock in Ruby

academic clock raspberry-pi ruby word-clock

Last synced: 19 Apr 2025

https://github.com/rajasegar/cybertron

Cybertron is where Ruby Transformers are born!

cli codemod codemods converters cybertron ruby

Last synced: 12 May 2025

https://github.com/westonganger/search_architect

Dead simple, powerful and fully customizable searching for your Rails or ActiveRecord models and associations.

activerecord activerecord-models rails rails-search ruby search search-scope sql

Last synced: 15 Apr 2025

https://github.com/aldavigdis/iceland_gem

Ruby gem to handle the Icelandic "kennitala" identification scheme and postal codes

gem iceland kennitala postal-codes ruby ruby-on-rails

Last synced: 05 Oct 2025

https://github.com/westonganger/js-try

JS-Try is a Javascript implementation of the try method from Rails for safe navigation

javascript js node-js rails ruby safe-navigation try

Last synced: 15 Apr 2025

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

Ruby SDK for authorization via Cerbos

authorization cerbos ruby

Last synced: 12 Apr 2025

https://github.com/fixrb/matchi

Collection of expectation matchers 🤹

matcher ruby

Last synced: 15 Jul 2025

https://github.com/kevinelliott/call_sign

Handle and process international call signs (ITU amateur radio, commercial, utility, etc)

amateur-radio ham-radio ruby ruby-gem

Last synced: 01 May 2025

https://github.com/xord/solitaire

Solitaire game made with RubySketch

game ios iphone mac processing ruby

Last synced: 16 May 2025

https://github.com/zedtux/isin_code_generator

Simple random ISIN Code generator

gem isin ruby

Last synced: 12 Apr 2025

https://github.com/ozovalihasan/slack-tictactoe-bot

🤖 A bot to play tic-tac-toe game on Slack is developed.

bot ngrok ruby sinatra slack-api

Last synced: 04 Sep 2025

https://github.com/hutusi/bookshare

An opensource bookcrossing app.

api-server ruby ruby-on-rails

Last synced: 18 Mar 2025

https://github.com/pepabo/takosan

Ruby wrapper of Takosan

gem ruby ruby-wrapper takosan

Last synced: 15 Apr 2025

https://github.com/siman-man/method_call_tree

MethodCallTree is like tree command for method call stack.

ruby rubygem

Last synced: 19 Aug 2025

https://github.com/cmirnow/google-cloud-text-to-speech-pro

Using the power of Google Cloud Text-to-Speech API and ruby here is a simple interface to convert text to speech.

rails ruby speech-api text-to-speech

Last synced: 07 May 2025

https://github.com/siepomaga/rspec-let_fallback

RSpec extension gem that allows to read let with fallback (if not defined yet in example group).

rails rails-rspec rspec ruby tdd

Last synced: 11 Nov 2025

https://github.com/milouse/fronde

A static website generator for Emacs Org mode (Mirror)

emacs org-mode ruby static-site-generator

Last synced: 03 Sep 2025

https://github.com/clearwater-rb/roda-opal_assets

Easy Opal asset compilation for Roda

assets front-end opal roda ruby

Last synced: 04 Jul 2025

https://github.com/german-cobian/authentication-required

An blog app designed to implement authentication systems so users can only access specific areas and view content of a site they are authorized to do so. Users are required to sign-up and log-in before they can create posts and view the name of other post's authors.

bootstrap css html rails ruby

Last synced: 31 Aug 2025

https://github.com/gangelo/branch-name

branch-name is a gem that provides a command-line interface that allows you to accomplish several tasks, tasks I personally find myself having to carry out every time I work on a feature branch. I created this gem for myself; however, you are free to use it yourself, if any of these tasks fits into your personal routine: 1) Formulate a git feature branch name, given a jira ticket and jira ticket description. Why? Because I am constantly having to create git feature branch names that are based on jira ticket and jira ticket descriptions. 2) Optionally create a "project" based on the branch name (formulated in step 1 above). Why? Because I'm constantly having to create folders to manage files associated with the feature branches I am working on. 3) Optionally use and manage default options that determine the git feature branch name formulated, project greated, and default files associated with the project.Why? Because I routinely have to create files to support the feature I am working on and associate them with the feature I am working on. For example: scratch.rb to hold scratch code, snippets.rb to hold code to execute to perform redundant tasks, and readme.txt files to document things I need to remember.

agile branch-names cli cli-app productivity ruby

Last synced: 26 Apr 2025

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

Easily translate ActiveRecord's enums in your ActiveAdmin. :balloon:

activeadmin activeadmin-plugin enum i18n rails ruby

Last synced: 30 Jun 2025

https://github.com/ayarotsky/rack-shield

Rack middleware for blocking abusive requests

rack rack-middleware rails redis ruby

Last synced: 10 Jun 2025

https://github.com/tansengming/rails-base

Rails Bootstrap

heroku rails ruby

Last synced: 18 Apr 2025

https://github.com/ilynette/rails-budget-app

The Budget App is a mobile web application that allows the user to manage his/her budget: they have a list of transactions associated with a category, so that the user can see how much money they spend and on a particular category.

postgresql rails ruby

Last synced: 29 Jun 2025

https://github.com/ibraheemdev/mongo_beautiful_logger

A simple and beautiful logger gem for MongoDB in you Ruby/Rails app.

beautiful logger mongo mongodb mongoid rails ruby ruby-on-rails

Last synced: 15 Apr 2025

https://github.com/maciejb2k/chronlife

Social platform for people with chronic diseases

chronic-diseases health medical rails ruby ruby-on-rails

Last synced: 14 May 2026

https://github.com/hswick/w3

Simple, safe, and expressive Ethereum client in Ruby

ethereum ruby web3

Last synced: 22 Apr 2025

https://github.com/envato/double_entry-reporting

Reporting on Double Entry accounts and transfers

accounting finance gem ruby

Last synced: 11 Jun 2025

https://github.com/cpcwood/jest-erb-transformer

Jest transformer for Embedded Ruby template (`.erb`) files in Ruby projects

embedded-ruby-template erb javascript jest jest-erb-transformer jest-plugin jest-transformer rails ruby transformer

Last synced: 10 Mar 2026

https://github.com/snkrheadz/freshdesk-ruby

A Ruby API client for Freshdesk API v2

freshdesk-api ruby ruby-gem

Last synced: 12 Apr 2025

https://github.com/gildesmarais/matomo-to-influx

📯Push Matomo stats to influxDB. Can optionally run in Docker.

docker influxdb matomo monitoring piwik ruby

Last synced: 14 Mar 2025

https://github.com/ekohe/crunchbase4

A Ruby Library for CrunchBase API v4

api-service crunchbase crunchbase-api ekohe json-data ruby rubyonrails

Last synced: 10 Mar 2026

https://github.com/ardatetikbey/Standalone-Ruby

A basic standalone-ruby support.

batch ruby rubylang standalone-ruby turkish vbscript

Last synced: 08 Apr 2025

https://github.com/rickhull/conway_deathmatch

Game of Life: several competing populations

conway conway-game conway-life deathmatch elixir ruby

Last synced: 22 Apr 2025

https://github.com/tamhub/messaging-adapter

Messaging adapter gem for Ruby, useful for using message brokers (RabbitMQ, Kafka,...) in Ruby applications

adapter adapter-pattern event-bus kafka message-broker message-bus message-queue messaging rabbitmq ruby ruby-gem ruby-on-rails

Last synced: 11 Nov 2025

https://github.com/princexz/alx-system_engineering-devops

I'm now a ALX Student, this is my second repository as a full-stack engineer

c git network network-analysis ruby shell

Last synced: 10 Mar 2026

https://github.com/johnftitor/my_recipe_app

This is a simple Ruby On Rails project. Recipe app that allows user to create, delete, and read recipes created by them or the community, allowing the users to decide whether they'd be public or not. Additionally, it allows users to create food records and generate a shopping list based on the missing food for their recipes. It comes with authentication and authorization functionality.

bootstrap database postgresql rails ruby

Last synced: 31 Aug 2025

https://github.com/texpert/shrine-aws-lambda

AWS Lambda integration for Shrine File Attachment toolkit for Ruby applications

asynchronous aws aws-lambda processing ruby s3 shrine webhooks

Last synced: 30 Aug 2025

https://github.com/alecdotninja/flic

An unofficial Ruby implementation of the fliclib (use Flic IoT buttons in Ruby!)

bluetooth flic flic-buttons fliclib ruby

Last synced: 24 Apr 2025

https://github.com/krishpranav/joomlascan

A simple joomla vulnerability scanner built in ruby

joomla joomla-scanner ruby vulnerability-scanner

Last synced: 15 Apr 2025

https://github.com/papakvy/chatworkify

Bring Chatwork notification into your Application ^^

capistrano-plugin chatwork chatworkify ruby rubygem

Last synced: 23 Mar 2025

https://github.com/arifnd/idx-templates

Unofficial templates for Firebase Studio/Project IDX

firebase-studio laravel nix php project-idx python ruby ruby-on-rails

Last synced: 24 Feb 2026

https://github.com/serradura/u-authorization

Simple authorization library and role managment for Ruby

authorization permissions role-based-authorization ruby ruby-gem

Last synced: 28 Apr 2025

https://github.com/logtail/logtail-ruby-rack

Better Stack Rack client

logging logtail rack ruby ruby-gem

Last synced: 30 Jul 2025

https://github.com/voxpupuli/beaker-docker

Docker hypervisor for Beaker acceptance testing framework

beaker docker hacktoberfest puppet ruby

Last synced: 31 Jan 2026

https://github.com/glurp/ruby-onion-omega2

Usefull tools for using ruby (MRI) on Omega2+

embedded omega2 onion ruby

Last synced: 26 Feb 2026

https://github.com/davidkelley/rom-dynamodb

ROM DynamoDB Adapter

aws dynamodb gem rom rom-dynamodb ruby

Last synced: 18 Jan 2026

https://github.com/mattkevan/jekyll-feed-importer

Ruby script to import RSS feed items and save them as Jekyll posts/collections.

jekyll rss rss-aggregator rss-feed-parser ruby

Last synced: 27 Feb 2026

https://github.com/sharparam/advent-of-code

Code for the Advent of Code event

advent-of-code aoc polyglot ruby

Last synced: 25 Apr 2025

https://github.com/ezekielutshudi/school_library_oop

In this project, I am building a school library app in which by the end, we will add, look for lists. Within this app we can add new book, new Student and Teacher in the classes

ruby

Last synced: 28 Feb 2026

https://github.com/otherguy/rspec-sonarqube-formatter

RSpec 3 formatter that generates an XML file for SonarQube 6.2+, using the Generic Test Data format

hacktoberfest rspec rspec-formatter ruby sonarqube sonarqube-analysis

Last synced: 09 Jan 2026

https://github.com/nahnahaj/ruby-on-rails-capstone-project---budget-app

With this App, 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. A user is allowed to: register and log in, so that the data is private to them. New transactions are associated with a category : You can see the money spent on each category.

bootstrap css3 postgresql render ruby ruby-on-rails

Last synced: 26 Apr 2025

https://github.com/jun85664396/twitter-korean-text-ruby

Ruby interface to twitter-korean-text

java morpheme ruby twitter twkorean

Last synced: 02 Mar 2026

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

Numo::OpenBLAS builds and uses OpenBLAS as a background library for Numo::Linalg

data-science machine-learning numo openblas ruby

Last synced: 25 Apr 2025

https://github.com/thecodechaser/hello-rails

Hello Rails project

postgresql ruby ruby-on-rails

Last synced: 24 Apr 2025

https://github.com/mjago/cw

Morse Code Trainer:

cw cw-keyer ruby

Last synced: 02 Apr 2026

https://github.com/daugaard/example-svm

Example of implementing Support Vector Machine (SVM) with RBF (Gaussian) kernel in Ruby using rb-libsvm. .

ruby rubyml svm svm-classifier

Last synced: 03 Apr 2026

https://github.com/alexoid1/bot-telegram

The main goal is create a Bot. It's a real-world-like project, built with business specifications.

public-api rspec rubocop ruby telegram-bot

Last synced: 24 Apr 2025

https://github.com/cliftondavies/twitter-personal-assistant

A CLI that enables a Twitter account holder to interact with their account, via the Twitter API.

pry rspec ruby twitter-api

Last synced: 14 Jun 2025

https://github.com/leklund/bauditor

run bundler-audit on a multiple repositories at once

bundler-audit ruby rubygems security

Last synced: 07 Jul 2025

https://github.com/jun85664396/coolsms-ruby

coolsms REST API helper, coolsms ruby client

client-library coolsms coolsms-client coolsms-ruby ruby

Last synced: 04 Jul 2025

https://github.com/selma-belhadj/budgetapp

This 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.

postgresql ruby ruby-on-rails

Last synced: 09 Apr 2025

https://github.com/selma-belhadj/school-library

This is a book library app that records what books are in the library and who borrows them. The app allows you to add new students or teachers, add new books, and save records of who borrowed a given book and when.

linters oop ruby

Last synced: 09 Apr 2025

https://github.com/0xairdropfarmer/airbnbclone-in-ruby-on-rails

clone airbnb in rails 5.1.3 and ruby 2.3.4

airbnb ruby ruby-on-rails rubyonrails

Last synced: 06 Oct 2025

https://github.com/javitocor/flight-booker

A site to book flights based on a project in the Odin Project Website. Built with Ruby on Rails

code odin-project ruby ruby-on-rails

Last synced: 07 Oct 2025

https://github.com/javitocor/my-blog-in-rails

Blog built with Ruby on Rails as a practice, no tutorials, no guidelines. In this blog, you can add posts, with tags, add comments and interact with other users. As an extra feature, one search bar will help you to find everything you want within the website.

bootstrap css html5 rails-blog ruby ruby-on-rails

Last synced: 07 Oct 2025

https://github.com/maxd/graphql-dsl

🚀 Ruby DSL for build GraphQL queries by code.

dsl graphql ruby

Last synced: 24 Apr 2025

https://github.com/janlelis/unicode-sequence_name

Unicode sequence names in Ruby

emoji names ruby sequence unicode unicode-data

Last synced: 10 Oct 2025

https://github.com/szabgab/ruby-digger

Ruby Digger analyzes Ruby Gems

ci continuous-integration gems github github-actions ruby

Last synced: 11 Oct 2025

https://github.com/swordray/tel_to_helper

Deprecated for Rails 6.1 UrlHelper#phone_to

actionpack actionview rails ruby

Last synced: 11 Oct 2025

https://github.com/jonathanyiv/knights_travails

Implementation of the Shortest Path Problem for a Knight Chess in Ruby

chess knight ruby

Last synced: 26 Apr 2025

https://github.com/thekuwayama/caa_rr_patch

the patch that adds CAA Resource Record

caa dns ruby

Last synced: 12 Oct 2025

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

Budget Pal is a web app for keeping track of payments, where users can register, create categories, and add payments to one or more category. It also displays the total amount spent on each category.

bulma-css devise-gem rails ruby server-side-rendering

Last synced: 24 Apr 2025

https://github.com/cucumber/compatibility-kit

Platform-agnostic set of acceptance tests for validating cucumber implementations

cucumber javascript polyglot-release ruby tidelift

Last synced: 24 Feb 2026

https://github.com/starsheriff2/md-cleaner

This program checks your markdown files for any errors so your MD files are more polished. Built with Ruby.

markdown oop ruby

Last synced: 17 Oct 2025

https://github.com/zeroc0d3/id-ruby-docker-rails

Presentation Meetup Ruby Brigade Indonesia (April 28th, 2017)

deploy deployment docker dockerfile indonesia meetup rails ruby

Last synced: 11 Mar 2026

https://github.com/haseeb-qureshi/ruby-dht

Distributed Hash Table with consistent hashing, implemented in Rack servers communicating via HTTP

dht distributed ruby smaller

Last synced: 08 Mar 2026

https://github.com/geoffharcourt/cbs_fantasy_sports_api_token_fetcher

A gem to retrieve your CBS fantasy sports API token

baseball fantasy-sports ruby

Last synced: 26 Oct 2025

https://github.com/jonathanyiv/chess

Implementation of Chess in Ruby

chess ruby

Last synced: 18 Jun 2026

https://github.com/chrissiku/oop-school

School library store that allow to the librarian to record all informations about a bookand it's borrower

gemfile gemfile-lock oop ruby

Last synced: 17 Mar 2025