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/whitesmith/surveyor2

A Rails gem that lets you code surveys, questionnaires, quizzes, etc... and add them to your app.

rails ruby

Last synced: 03 Aug 2025

https://github.com/scottstraughan/jekyll-content-security-policy-generator

This Jekyll plugin generates a content-security-policy HTML meta tag for your static site based on images, styles, scripts, frames and more found within each static page. Also converts style attributes to style tags and generates SHA256 hashes for them.

content-security-policy inline-scripts jekyll jekyll-plugin nokogiri plugin ruby static-site xss

Last synced: 29 Mar 2025

https://github.com/emilfreme/gdocs2jekyll

This is a simple Tags Plugin for Jekyll to include the contents of a Google Docs file in a Jekyll page without the necessity to use the iframe required to embed the document.

gdocs jekyll jekyll-plugin ruby

Last synced: 18 Aug 2025

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

A Lita handler for receiving notifications from Travis CI.

chatops lita lita-handler ruby travis-ci

Last synced: 27 Jul 2025

https://github.com/philr/bzip2-ffi

Ruby library that reads and writes bzip2 compressed data as a stream using FFI bindings for libbz2.

bz2 bzip2 compression decompression ffi libbz2 ruby

Last synced: 13 Apr 2025

https://github.com/meltrust/deeper

A big, nicely designed social media web app built with Ruby on Rails and PostgreSQL you can use for sharing your deep daily quotes and wisdom with people from all over the world.

cloudinary rails ruby social-network wisdom

Last synced: 07 Oct 2025

https://github.com/andyobtiva/array_include_methods

Array#include_all?, Array#include_any?, Array#include_array?, Array#array_index, Array#array_diff_indices, Array#array_intersection_indices, Array#counts, and Array#duplicates operations missing from basic Ruby Array API

array array-methods ruby

Last synced: 01 Jul 2025

https://github.com/irvanfza/administrate_filterable

Simple plugin to add custom filter functionality to your Administrate index page.

admin-dashboard administrate ruby ruby-gem ruby-on-rails

Last synced: 11 Apr 2025

https://github.com/spilth/chord_diagrams

Generate SVGs for Guitar and Ukulele Chord Diagrams

chords guitar guitar-chords music ruby

Last synced: 14 May 2025

https://github.com/ixboy/lifestyle

A desktop web app where users can create articles about their Lifestyle activities like fashion, sports, etc.

css3 database rails6 ruby

Last synced: 01 Oct 2025

https://github.com/cmalf/blockmesh-network-bot-rb

A Ruby bot for automating interactions with the Blockmesh Network, utilizing proxies (SOCKS5, HTTP/S) to enhance uptime and earning potential.

automation blockmesh blockmesh-autofarm blockmesh-bot blockmesh-farmer blockmesh-miner blockmesh-network blockmesh-network-bot bot mining proxy ruby solana

Last synced: 03 Nov 2025

https://github.com/stex/petra

[POC] Continuation based temporarily persisted transactions in Ruby

proof-of-concept ruby transaction

Last synced: 24 Sep 2025

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/riyabulia12/cargogo-front-end

CarGoGo enables users to register, log in, and rent cars from a wide range of options. Additionally, customers can easily create a personalized list of favorite cars that they can save and delete at any time. it is integrated with the cargo-backend-API using modern technologies, like React, Redux, Tailwind, RoR, PostgreSQL

react redux redux-toolkit rest-api ruby rubyonrails tailwindcss

Last synced: 01 Aug 2025

https://github.com/samirhodzic/multi_key_hash

Multiple key hash for ruby

hash ruby ruby-gem ruby-on-rails

Last synced: 11 Apr 2025

https://github.com/envygeeks/ruby-rack-simple_csrf

Simpler CSRF middleware for Rack.

csrf csrf-protection rack ruby

Last synced: 14 Apr 2025

https://github.com/jzeni/restool

Turn your API and its responses into Ruby interfaces.

api-client http-client rest-api rest-client ruby ruby-on-rails

Last synced: 14 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/janlelis/ripl-multi_line

This ripl plugin allows you to evaluate multiple lines of code.

ripl ruby

Last synced: 13 Apr 2025

https://github.com/fphilipe/bundler-private_install

https://phili.pe/posts/loading-additional-ruby-gems-in-development/

bundler bundler-plugin gem ruby rubygems

Last synced: 12 May 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/artichoke/strudel

🥐 🥮 Rust port and drop-in replacement for the `st_hash` C hash table library

artichoke c ffi hashmap ruby rust rust-crate

Last synced: 09 Mar 2026

https://github.com/aars/rack-bodyparser

Rack Middleware for parsing request body.

body-parser jsonapi parse rack rack-middleware ruby sinatra

Last synced: 21 Jul 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/infertux/ruby-bootstrap

Simple Bash scripts to install recent Ruby versions from source

bash installer ruby script

Last synced: 13 Apr 2025

https://github.com/ukoloff/openssl-win-root

Fetch Root CA certificates from Windows system store

openssl root-certificates ruby x509

Last synced: 29 Jul 2025

https://github.com/brianbroderick/multi_insert

Bulk Insert or Upsert for ActiveRecord 4 or 5

activerecord postgresql rails rails4 rails5 ruby rubyonrails upsert

Last synced: 13 Jun 2025

https://github.com/hafiz1379/my-enumerable

Explore Ruby's module and class system with a custom implementation of the Enumerable module. This project consists of a MyList class with list management and a MyEnumerable module replicating key Enumerable methods. Test your implementation with practical use cases, including #all?, #any?, and #filter methods.

ruby

Last synced: 20 Sep 2025

https://github.com/sonots/resque_starter

Start and manage multiple resque workers

resque ruby

Last synced: 26 Jul 2025

https://github.com/renderedtext/semaphore-status

CLI to get current status of your projects on Semaphore

ruby semaphore semaphore-open-source semaphore-status

Last synced: 03 Aug 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/yujideveloper/rack-bearer_auth

Middleware for using RFC 6750 bearer auth in Rack apps

auth rack rack-middleware rails rfc-6750 ruby

Last synced: 11 Mar 2026

https://github.com/thecodechaser/school-library

School library is a project based on Object-Oriented programming. This application allows to add students, teachers, books to the collections, retrieve data from the store.

ruby

Last synced: 24 Apr 2025

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/leklund/bauditor

run bundler-audit on a multiple repositories at once

bundler-audit ruby rubygems security

Last synced: 07 Jul 2025

https://github.com/blocknotes/rubocop-rbs

RucoCop extension that check RBS signatures

rubocop ruby

Last synced: 11 Jul 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/iphoting/pwqgen.rb

pwqgen.rb is a Ruby implementation of passwdqc's pwqgen, a random pronouncable password generator.

gem passphrase-generator passwdqc-pwqgen password-generator ruby

Last synced: 09 Apr 2025

https://github.com/nitbravoa92/hellorails

This is a practice project to get you started in the world of the wonderful Ruby on Rails framework.

mvc-architecture object-oriented-programming postgresql rails7 ruby

Last synced: 01 Oct 2025

https://github.com/cosmix/freepbx.clid.ote

Using OTE’s 11888 web site as a fast CLID data provider for FreePBX/Asterisk

asterisk callerid clid clid-providers freepbx greece ote ruby scraper

Last synced: 01 Apr 2025

https://github.com/reem-lab/enumerable

In this project we will learn how to use a module inside a class. For this we created a class MyList and a module MyEnumerable. our module MyEnumerable will implement a subset of the functionality of Enumerable.

linters ruby ruby-gem

Last synced: 28 Apr 2025

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

ROM DynamoDB Adapter

aws dynamodb gem rom rom-dynamodb ruby

Last synced: 18 Jan 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/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/piotrmurach/static_deploy

Automate deployment of static websites

deployment ruby rubygem static-site-building

Last synced: 05 Jul 2025

https://github.com/fidme/active_flags

Rails engine that allows you to flag any model instance. Get rid of all those useless booleans !

flags gem rails ruby

Last synced: 12 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/acaprojects/ruby-engine

Scalable building automation for the internet of things

iot iot-platform rails ruby

Last synced: 19 Apr 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/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

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/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/hutusi/bookshare

An opensource bookcrossing app.

api-server ruby ruby-on-rails

Last synced: 18 Mar 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/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/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/pointerish/enumerable

Ruby implementation of the most used enumerable methods from the Enumerable module.

microverse-projects ruby

Last synced: 10 Jul 2025

https://github.com/hswick/w3

Simple, safe, and expressive Ethereum client in Ruby

ethereum ruby web3

Last synced: 22 Apr 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/evilmartians/zendesk

Proper Ruby wrapper around the Zendesk API

api ruby zendesk

Last synced: 12 Apr 2025

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/sulmanweb/twitter-clone-ruby-gql

Twitter Clone GraphQL API built with Ruby on Rails MIT

graphql rails ruby twitter

Last synced: 12 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/doodzik/defp

pattern matching for ruby

defp pattern-matching ruby

Last synced: 13 Mar 2026

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/janlelis/unicode-types

Basic Unicode Types of a Ruby String

ruby types unicode unicode-data

Last synced: 24 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/alecdotninja/ruby_box

RubyBox allows the execution of untrusted Ruby code safely in a sandbox.

opal ruby ruby-box sandbox

Last synced: 04 Jul 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/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/thecodechaser/hello-rails

Hello Rails project

postgresql ruby ruby-on-rails

Last synced: 24 Apr 2025

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/jpalumickas/ivapi

Ruby gem which helps to communicate with iv.lt API

api dedikuoti-lt hacktoberfest iv-lt ruby serveriai-lt

Last synced: 28 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/tsukasaoishi/bitzer_store

BitzerStore can treat multiple cache clusters in Rails.

cache-cluster rails ruby

Last synced: 05 Oct 2025

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

Pretty form errors by default in your ActiveAdmin. :lipstick:

activeadmin activeadmin-plugin formtastic rails ruby

Last synced: 24 Apr 2025

https://github.com/dannyben/fredric

Federal Reserve Economic Data (FRED) API Library and Command Line

api api-client command-line economic-data fred gem ruby

Last synced: 18 Apr 2025

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/cedarcode/version_record

Semantic version management for database records using ActiveRecord

activerecord rails ruby rubygems version versioning

Last synced: 11 Nov 2025

https://github.com/thatch-health/grape_sorbet

Sorbet signatures and Tapioca DSL compiler for Grape.

api grape grape-api ruby sorbet tapioca

Last synced: 09 Oct 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/ackama/activestorage-exif-analyzer

Add ActiveStorage Analyzer class to extract EXIF data from supported images.

ackama activestorage exif ruby

Last synced: 14 Mar 2026

https://github.com/trackingboard/collate

Add some DSL to your model, then run a single method in your controller, and your model now accepts filtering through the parameters.

gem ruby ruby-on-rails

Last synced: 06 Oct 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/glurp/ruby-onion-omega2

Usefull tools for using ruby (MRI) on Omega2+

embedded omega2 onion ruby

Last synced: 26 Feb 2026

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/janlelis/unicode-sequence_name

Unicode sequence names in Ruby

emoji names ruby sequence unicode unicode-data

Last synced: 10 Oct 2025

https://github.com/morozzzko/structurizr-ruby

A simple wrapper about Structurizr Java library which lets us interact with our workspace

architecture c4model ruby structurizr

Last synced: 08 Oct 2025

https://github.com/voostindie/obsidian-md-filter

Obsidian Markdown filter for Marked 2.

markdown marked2 obsidian ruby

Last synced: 19 Jan 2026

https://github.com/swordray/tel_to_helper

Deprecated for Rails 6.1 UrlHelper#phone_to

actionpack actionview rails ruby

Last synced: 11 Oct 2025