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/sasaharukimedes/gen3-kotonoha

This is the repository of my application "Kotonoha (version.3)".

google-analytics google-api rails7 render ruby ruby-on-rails tailwindcss

Last synced: 06 Oct 2025

https://github.com/dan-marino/ticket-manager

A ticket management app built with Rails

bootstrap rails ruby

Last synced: 14 Apr 2026

https://github.com/fumtas1k/kyopro-tessoku

競技プログラミングの鉄則の解答

algorithms gradle java junit5 kotlin rspec ruby

Last synced: 16 Oct 2025

https://github.com/jamesstonehill/anonymous

Data anonymization for ActiveRecord

activerecord data-anonymization gem rails ruby rubygem

Last synced: 07 Oct 2025

https://github.com/shipyrd/shipyrd-gem

The companion gem for Shipyrd, the Kamal deployment dashboard

kamal ruby

Last synced: 14 Apr 2026

https://github.com/jjuarez/homebrew-tap

My little contribution to homebrew formulas

formulas homebrew ruby tap

Last synced: 16 May 2026

https://github.com/brandymint/localized_render

Поддержка globalize во views

gem i18n localization ruby ruby-gem

Last synced: 08 Oct 2025

https://github.com/rzane/argy

Yet another command line option parser

arguments cli command-line options parser positional ruby

Last synced: 08 Oct 2025

https://github.com/waferbaby/babydog

A collection of Destiny 2 tools.

destiny2 rails ruby

Last synced: 11 Nov 2025

https://github.com/jonathanhefner/i18n-interpolate_nested

I18n interpolation support for nested values

i18n rails ruby ruby-on-rails

Last synced: 24 Apr 2026

https://github.com/jeantessier/book-reviews

The same app built multiple times with different technology stacks.

grails graphql kafka mongodb mysql nodejs ruby ruby-on-rails

Last synced: 08 Oct 2025

https://github.com/thinkswan/app-yml-rails

A gem that provides environment-specific settings for Rails apps.

gem ruby ruby-on-rails

Last synced: 29 Apr 2026

https://github.com/sergueik/serverspec_custom_types

misc. handy serverspec snippets

chef puppet ruby serverspec spec

Last synced: 18 Jan 2026

https://github.com/petercamilleri/composite_rng

A random number generator built by composing other random number generators.

compositing-generators enhanced-prng prng ruby rubygem

Last synced: 18 Feb 2026

https://github.com/lankaukk/sinatra-project-journal-app

This is a custom CRUD, MVC app made using Sinatra. It tracks journal entries made by users.

ruby sinatra

Last synced: 09 Oct 2025

https://github.com/pulkit1822/leetcode

This repository contains daily solutions to LeetCode challenges, organized by date and problem name. It provides explanations for each solution and supports multiple programming languages. Contributions are welcome, and the project is licensed under MIT.

coding-challenges cpp csharp data-structures-and-algorithms java mysql php problem-solving ruby sql

Last synced: 14 Apr 2026

https://github.com/umairraza101/rails-boilerplate-with-git-webhooks

A Rails boilerplate with git webhooks configured using rubocop and breakman

breakman devise rails-boilerplate rails5 rubocop rubocop-rails ruby ruby-on-rails

Last synced: 23 Feb 2026

https://github.com/serverkit/serverkit-vscode

Serverkit plug-in for VSCode.

gem ruby serverkit

Last synced: 10 Oct 2025

https://github.com/fnando/application_env

Detect application environments.

ruby rubygems

Last synced: 19 Jan 2026

https://github.com/mwafrika/final_capstone_backend

Yamaha Motor App is a motorcycle reservation platform that allows customers to book their motorcycle remotely within a defined time frame

activestorage github jsonwebtoken postgresql postman rails ruby

Last synced: 14 Apr 2026

https://github.com/petercamilleri/format_engine

A gem to support creating string formatting and parsing routines like strftime and strptime for any class that needs formatting and parsing.

engine formatting parser parsing parsing-routines ruby rubygem

Last synced: 19 Jan 2026

https://github.com/luctst/coding-challenge

Coding challenge, training for algorithms 💪 💪

algorithm-challenges algorithms coding-challenge developer-test javascript ruby test

Last synced: 15 May 2026

https://github.com/jeroenj/workstation

Chef setup for my workstations

chef ruby shell

Last synced: 12 Oct 2025

https://github.com/Salesap/yandex_kassa

Simple API wrapper for YandexKassa API v3

gem rails ruby yandex-kassa

Last synced: 12 Oct 2025

https://github.com/jimmycuadra/lita-high-five

A Lita handler that won't leave you hanging.

chatops fun lita lita-handler ruby

Last synced: 13 Oct 2025

https://github.com/playpasshq/artemis-api-auth

Artemis GraphQL Client Adapter to support ApiAuth

graphql graphql-client hmac-sha256 ruby

Last synced: 15 May 2026

https://github.com/loitd/rubycourse

Repository for the Youtube playlist: "Học lập trình Ruby căn bản" at https://www.youtube.com/channel/UCb8t2YTgLsAbTcdafpZzFuw

basic devise excercises learning programming-language ruby ruby-on-rails tutorial tutorial-code tutorials youtube-playlist

Last synced: 21 Jan 2026

https://github.com/paulfioravanti/survey_tool_ruby

Culture Amp's Survey Tool Back End Developer Coding Test

coding-test ruby

Last synced: 13 Oct 2025

https://github.com/abhilekhsingh041992/icndb-ruby-client

A ruby wrapper for Icndb(the internet chuck norris database) API

chuck icndb icndb-api ruby ruby-gem ruby-wrapper rubygem

Last synced: 29 Oct 2025

https://github.com/omkz/omkz.github.io

My personal blog

jekyll ruby

Last synced: 20 Apr 2026

https://github.com/altabering/altadata-ruby

ALTADATA Ruby client provides convenient access to the ALTADATA API from applications written in the Ruby language.

altadata api-client ruby

Last synced: 01 Jul 2026

https://github.com/raihan2bd/morse-code-decoder

The "Morse Code Decoder" is a Ruby project that translates Morse code into English letters and numbers. It can be used to decode Morse code messages and relies on a predefined mapping table for the translation process.

ruby

Last synced: 20 Apr 2026

https://github.com/mumuki/mulang-ruby

:eyeglasses: Ruby Support for the Mulang code analyzer

code-analysis mulang ruby static-analysis

Last synced: 31 May 2026

https://github.com/michaeljklein/animate_modules

Animate the module structure of Haskell packages

cli code-analysis haskell ruby

Last synced: 16 Oct 2025

https://github.com/yusufyusie/enumerable

In this project I learned how to use a module inside my class. For this I will create a class MyList and a module MyEnumerable. My module MyEnumerable will implement a subset of the functionality of Enumerable.

basic-programming ruby ruby-style-guide

Last synced: 16 Oct 2025

https://github.com/ccocchi/rtfdoc

Generate beautiful static documention for your APIs from markdown.

documentation-generator markdown ruby

Last synced: 16 Oct 2025

https://github.com/fixrb/fix-command

Fix extension gem for the fix command.

command-line ruby

Last synced: 24 Jan 2026

https://github.com/elifoster/ruby-benchmarks

:speedboat: A repository full of Ruby benchmarks and their results.

benchmarking ruby

Last synced: 27 Jan 2026

https://github.com/brunojppb/adventofcode2019

Following the cool challenges on the https://adventofcode.com/

adventofcode adventofcode2019 ruby

Last synced: 01 Jun 2026

https://github.com/sntakirutimana72/recipe-rails-group-project

The app keeps track of all your recipes, ingredients, and inventory. It allows users 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.

bootstrap5 html5 postgresql ruby ruby-on-rails

Last synced: 24 Feb 2026

https://github.com/Pulkit1822/Leetcode

This repository contains daily solutions to LeetCode challenges, organized by date and problem name. It provides explanations for each solution and supports multiple programming languages. Contributions are welcome, and the project is licensed under MIT.

coding-challenges cpp csharp data-structures-and-algorithms java mysql php problem-solving ruby sql

Last synced: 20 Oct 2025

https://github.com/yosefbennywidyo/short_io

A Ruby gem to use with short.io

gems ruby

Last synced: 06 Feb 2026

https://github.com/iamazeem/kiba-etl-test

Just a simple CSV ETL test using Ruby and Kiba!

etl kiba ruby sample-project

Last synced: 23 Oct 2025

https://github.com/beyarz/ruconnect

Control multiple devices through their terminal via tcp

ruby tcp-client tcp-server tcp-socket

Last synced: 24 Oct 2025

https://github.com/moneytree/rack-corsgate

Modern CORS-based CSRF-protection for Rack apps

csrf rack rails ruby

Last synced: 11 Nov 2025

https://github.com/tony-rowan/ghamma

Fetch workflow run durations for Github Actions

ruby

Last synced: 24 Oct 2025

https://github.com/tachyons/hind

Hind is a Ruby gem for generating code intelligence data in LSIF (Language Server Index Format) and SCIP (Sourcegraph Code Intelligence Protocol) formats. It helps create index files that power code navigation features like go-to-definition, find references, and hover documentation. Work in progress

lsif-indexer ruby scip

Last synced: 25 Oct 2025

https://github.com/felipeelias/erb-view

Simple wrapper around ERB that lets you create class based views.

erb ruby template

Last synced: 15 Mar 2026

https://github.com/noma4i/puppet-windows_tableau

Puppet module to install and setup Tableau server.

puppet ruby tableau-server windows-tableau

Last synced: 28 Jan 2026

https://github.com/dtinth/notedoc

Convenient scripts to convert Markdown file to PDF notes using Pandoc.

pandoc ruby

Last synced: 03 Jul 2026

https://github.com/renamed-to/renamed-sdk

Multi-language SDKs (TypeScript, Python, Go, Java, C#, Ruby, Rust, Swift, PHP) for AI-powered document processing

ai csharp document-processing file-renaming-automation go java ocr pdf pdf-splitter php python ruby rust swift typescript

Last synced: 28 Jan 2026

https://github.com/artofcode-/structured_menus

An easy way to create flexible menus for Rails apps.

dropdown menus rails ruby

Last synced: 24 Feb 2026

https://github.com/aldavigdis/kennitala-gem

Process Icelandic kenntiala identification numbers in Ruby

gem iceland icelandic kennitala ruby

Last synced: 28 Jan 2026

https://github.com/ksylvest/nsastorage

A crawler for NSA Storage (https://www.nsastorage.com/)

ruby

Last synced: 16 Mar 2026

https://github.com/libyarp/yarp.rb

YARP implementation for Ruby

rpc rpc-library ruby

Last synced: 30 Jan 2026

https://github.com/ansaribrahim/recipe-app

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

cancancan capybara devise factory gitflow license linters rails render rspec ruby rubyonrails tailwindcss testing

Last synced: 30 Jan 2026

https://github.com/meri-mg/blog-app-rails

The Blog app is a classic example of a blog website. It was created a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.

postgresql rails ruby

Last synced: 15 Apr 2026

https://github.com/sevenc-nanashi/pooper

圧倒的な異臭を放つDiscord Bot。

discorb discord ruby

Last synced: 04 May 2026

https://github.com/mohamedhnoor/realtimesearchanalytics

Real-time search engine that would store analytics from what users searched for.

render rspec ruby ruby-on-rails tailwindcss

Last synced: 31 Jan 2026

https://github.com/mavericksbalitaan/recipeonrails

Microverse RoR Group Capstone Project: This is an educational project that 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. Also, since sharing recipes is an important part of cooking the app should allow you to make them public so anyone can access them.

bullet devise faker microverse microverse-projects microverse-ruby microverse-students rails rails-application recipe-app ruby ruby-on-rails

Last synced: 31 Jan 2026

https://github.com/ayushgoel/dotfiles

Synced dotfiles. Peace.

brew dotfiles gems ruby shell

Last synced: 07 Feb 2026

https://github.com/blase147/budget_app

This is a mobile web application that allows users to manage their budget. User can see a list of expenses associated with a group and total amount. It also allows users to introduce new groups/expenses an keep a track of money spent.

javascript rails rails-api rails-application ror ruby ruby-on-rails

Last synced: 07 Feb 2026

https://github.com/jaimerson/mr_crawler

Crawls, sanitizes and serves web pages in an API

restclient rspec ruby webcrawler

Last synced: 15 Apr 2026

https://github.com/thekuwayama/ech_config

Ruby implementation of Encrypted ClientHello Configuration

ech ruby tls

Last synced: 01 Feb 2026

https://github.com/talha08/rails-admin

Rails Admin Authentication.

bootstrap html5 ruby ruby-on-rails rubygems

Last synced: 12 Apr 2026

https://github.com/gangelo/protectedconstructor

Provides a module that may be included in a Ruby class, that protects the constructor; good for enforcing instantiation of classes using, for instance, a class factory. The code itself is not mine, I just wrapped it in a gem and provided the examples; sorry, I don't remember the origin of the code to give credit. :S

constructor gems rails ruby ruby-gem ruby-gems ruby-on-rails

Last synced: 08 Feb 2026

https://github.com/conradwt/cockroach-example-using-ruby

The purpose of this step by step tutorial is to provide a very simple example of configuring and using Cockroach database engine with the Ruby Language.

cockroachdb ruby ruby-on-rails tutorial

Last synced: 08 Feb 2026

https://github.com/iwarner/middleman-blog-test

Repository to test Blog nuisances and setup.

blog codeblender drykiss middleman ruby

Last synced: 26 Feb 2026

https://github.com/mattruggio/teton

Hierarchical key-value object store interface

document-store hierarchical-data key-value-store object-store ruby

Last synced: 09 Feb 2026

https://github.com/shugo/medicine_shield

A mastodon client for Textbringer

mastodon ruby textbringer

Last synced: 26 Feb 2026

https://github.com/yaairfernando/tweeter_app

Ruby and rails project that covers a clone of twitter

jquery ruby ruby-gems ruby-on-rails

Last synced: 16 Apr 2026

https://github.com/agneym/learning-rails

From JavaScript & NodeJS to learning Ruby & Rails

javascript nodejs rails ruby

Last synced: 16 Apr 2026

https://github.com/screenstaring/big_commerce-management_api

v3 API client for BigCommerce's REST Management API

bigcommerce bigcommerce-api e-commerce e-commerce-platform ruby

Last synced: 12 Feb 2026

https://github.com/bantealem/recipe-app

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. Built with Ruby on Rails.

api database postgresql ruby ruby-on-rails

Last synced: 13 Feb 2026

https://github.com/jamescook/tk-ng

Tk interface module using tcltklib

ruby tcl-tk tcltk

Last synced: 13 Feb 2026

https://github.com/bumi/openalias-ruby

Lookup and parse OpenAlias data in Ruby

bitcoin cryptocurrency dns dns-record monero openalias ruby

Last synced: 14 Feb 2026

https://github.com/kit/omniauth-kit-oauth2

Oauth2 strategy for Kit

kit oauth2 omniauth ruby

Last synced: 14 Feb 2026

https://github.com/lolcommits/lolcommits-uploldz

Upload lolcommits to a remote endpoint

fun git git-addons humor lolcommits lolcommits-plugin ruby selfie

Last synced: 16 Feb 2026

https://github.com/leesheppard/coding-test-sales-tax

Coding test that applies sales tax, import tax and excludes items from tax from an imported file.

rspec ruby

Last synced: 16 Apr 2026

https://github.com/ydah/gemfile_parser

A simple Gemfile parser.

gemfile parser ruby

Last synced: 04 Mar 2026

https://github.com/david-uhlig/example-tinymce-rails7-turbo

An example integration of TinyMCE in Rails 7 that doesn't break with Turbo Drive

demo example rails ruby tinymce

Last synced: 16 Apr 2026

https://github.com/alexfalkowski/web

A website lean-thoughts.com.

cucumber golang htmx make ruby

Last synced: 04 Jul 2026

https://github.com/code0-tech/tucana

GRPC interface library

grpc grpc-ruby grpc-rust ruby rust

Last synced: 01 Apr 2026

https://github.com/ankitt26/saveit

The SaveIt 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.

database fullstack-development postgresql ruby ruby-on-rails

Last synced: 17 Apr 2026

https://github.com/andyobtiva/easily_typable

Ruby module that facilitates English-like type checking in an inheritance hierarchy via "type_name?" methods

mixin rails ruby

Last synced: 05 Mar 2026

https://github.com/zeroc0d3/ruby-base

Base image for zeroc0d3 ruby apps

docker docker-image dockerfile ruby ruby-on-rails

Last synced: 02 Apr 2026

https://github.com/2kabhishek/codepilot-out-in-tdd

OpenAI autocompletion with Outside In TDD 🤖✨

learning mocking openai openai-api outside-in-tdd ruby ruby-on-rails tdd

Last synced: 17 Apr 2026

https://github.com/comorebi-notes/comorebi

CMS for my portfolio site

cms portfolio rails react redux ruby

Last synced: 02 Apr 2026

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

The Ruby on Rails capstone project is about building 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.

javascript ruby ruby-on-rails

Last synced: 17 Apr 2026