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/passageidentity/passage-ruby

Passkey Complete for Ruby - Integrate into your Ruby API or service to enable a completely passwordless standalone auth solution with Passage by 1Password

1password authentication biometrics ciam identity magic-links native-passkeys oauth2 oidc otp passage passage-sdk passkey-complete passkeys passwordless ruby webauthn

Last synced: 25 Jul 2025

https://github.com/stevegeek/encoded_id

Turn numeric or hex IDs into reversible and human friendly obfuscated strings

friendlyid hacktoberfest obfuscate-strings ruby

Last synced: 16 Apr 2025

https://github.com/hanazuki/cdk-lambda-ruby

CDK Construct Library for AWS Lambda in Ruby

aws-cdk aws-cdk-constructs aws-lambda aws-lambda-ruby ruby

Last synced: 24 Dec 2025

https://github.com/dogweather/ruby-quality-report

Comparative metrics for all contributors to a repo.

git metrics quality ruby software-engineering

Last synced: 11 Nov 2025

https://github.com/amoeba/treestats.net

Player tracking for Asheron's Call

asherons-call mongodb redis ruby sinatra

Last synced: 15 Apr 2025

https://github.com/stevegeek/encoded_id-rails

Use `encoded_id` with Rails ActiveRecord models

friendly-id obfuscate-id rails ruby

Last synced: 23 Apr 2025

https://github.com/fdeschenes/activerecord-amazon-timestream-adapter

🚧 Pre-release 🚧 – This is the ActiveRecord adapter for working with Amazon Timestream.

activerecord activerecord-adapter arel aws aws-timestream ruby ruby-on-rails

Last synced: 15 Mar 2026

https://github.com/sixarm/sixarm_ruby_gemfile

SixArm.com » Ruby » Gemfile chock full of lots of gems and descriptions

dotfiles gem gemifile ruby

Last synced: 22 Apr 2025

https://github.com/telegram-bot-rb/telegram-bot-types

Virtus types for telegram bot api. See PR for dry-types support

bot dry-rb ruby telegram virtus-types

Last synced: 07 Sep 2025

https://github.com/serradura/ruby-lambdas

Expose Ruby object methods as lambdas (functions).

curried-functions functional-programming lambdas ruby ruby-gem

Last synced: 28 Apr 2025

https://github.com/Gueils/belugas-ruby

:whale: A Ruby analyzer feature detector

belugas docker-compose dockerfile dockerization ruby whales

Last synced: 12 Oct 2025

https://github.com/dannyben/audio_addict

AudioAddict Command Line for Voting and Playlist Management

api-wrapper audioaddict gem ruby

Last synced: 31 Jan 2026

https://github.com/ancat/equation

Equation exposes a minimal environment to allow safe execution of Ruby code represented via a custom expression language.

expression-language ruby security

Last synced: 05 Oct 2025

https://github.com/noma4i/rails_malloc_trim

Ruby GC malloc_trim for Rails

gc malloc rails ruby

Last synced: 28 Apr 2025

https://github.com/artichoke/nightly

🌌 Nightly builds of Artichoke Ruby

artichoke nightly nightly-build ruby rust rust-application

Last synced: 27 Mar 2026

https://github.com/dblock/google-finance-ruby-client

Google Finance web API ruby client with support for retrieving stock quotes and historical prices.

google google-finance ruby stock-prices stock-quotes stocks yahoo-finance yahoo-finance-api

Last synced: 12 Oct 2025

https://github.com/1d3o/dakarai

Ruby on Rails generator to start and manage Rails projects

gem rails rails-generators ruby ruby-gem ruby-on-rails

Last synced: 23 Apr 2025

https://github.com/nxt-insurance/nxt_http_client

Super simple http client dsl on top of the typhoeus gem.

dsl faraday http-client httparty rest-client ruby ruby-on-rails typhoeus

Last synced: 06 Oct 2025

https://github.com/hunterae/blocks

Blocks makes it easy to define blocks of code that can be rendered either verbatim or with replacements and modifications at some later point in time.

actionview blocks rails reusable-components ruby templating

Last synced: 27 Feb 2026

https://github.com/driftingruby/275-hotwire

Hotwire is the newest magic which takes a different approach to building modern web applications without using much JavaScript.

hotwire ruby rubyonrails stimulus turbo

Last synced: 06 Oct 2025

https://github.com/bitecraft/coinbase_commerce_client

Easily integrate Bitcoin, Ethereum, and other cryptocurrency payments into your Ruby on Rails applications with the Coinbase Commerce Client

bitcoin coinbase coinbase-api coinbase-pro coinbasepro ethereum gem gems ruby ruby-gem ruby-lib ruby-on-rails rubygem rubygems rubyonrails

Last synced: 06 Oct 2025

https://github.com/csalmeida/ruby-fundamentals

Learning the Ruby programming language.

ruby

Last synced: 14 Mar 2026

https://github.com/dannyben/concode

Generate consistent-codenames from any string (Heroku style, aka Haiku).

codename gem generator haikunator heroku ruby

Last synced: 28 Feb 2026

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

"Budget App" is a powerful budgeting application built in Rails and PostgreSQL that allows you to manage your article budget and track your expenses.

rspec-rails ruby ruby-on-rails tailwind

Last synced: 15 Apr 2025

https://github.com/marioruiz/nice_hash

You can easily generate all the hashes you want following the criteria you specify. Many other features coming to Hash class like the methods 'bury' or select_key, access the keys like methods: my_hash.my_key.other_key. You will be able to generate thousands of different hashes just declaring one and test easily APIs based on JSON for example.

api generation hash json nicehash pattern random ruby ruby-gem string testing

Last synced: 07 May 2025

https://github.com/rmm5t/iso639

:earth_americas::earth_asia: A ruby gem for ISO 639-1 and ISO 639-2 lookups by name, alpha-2 code, or alpha-3 code

iso639 language ruby

Last synced: 07 May 2025

https://github.com/kuntoaji/enkrip

encrypt & decrypt Active Record attributes with Message Encryptor

activemodel activerecord activesupport decryption encryption gem message-encryptor ruby ruby-gem ruby-on-rails security

Last synced: 21 Jun 2025

https://github.com/tarellel/bootstrap_views_generator

A Rails generator for creating bootstrap styled views (Erb, Slim, and HAML).

bootstrap gem generator rails ruby template twitter-bootstrap

Last synced: 23 Jun 2025

https://github.com/AlexWayfer/sequel-enum_values

Sequel plugin that provides method for getting `pg_enum` values

ruby sequel sequel-enum-values sequel-plugin

Last synced: 16 Jul 2025

https://github.com/cdalvaro/ruby-notebooks

💎 A series of Jupyter notebooks for learning the Ruby programming language

ruby ruby-notebooks ruby-programming-language tutorial

Last synced: 05 Apr 2025

https://github.com/driftingruby/294-building-a-questionnaire

Using StimulusJS and nested forms, we create the first parts of a questionnaire. Dynamic surveys can be difficult to architect and maintain. In this episode, we take a simple approach to creating questionnaires.

hotwire questionnaire ruby rubyonrails stimulusjs survey turbo

Last synced: 06 Oct 2025

https://github.com/moznion/be-let-it-be

A command-line tool that automatically converts RSpec's `let` and `let!` declarations to `let_it_be` where it's safe to do so. The tool runs your tests after each conversion to ensure they still pass, making the optimization process safe and reliable.

rspec ruby test-performance test-prof

Last synced: 07 Mar 2026

https://github.com/sap-samples/cf-routing-samples

Samples for the Cloud Foundry runtime on SAP BTP related to application routing topics such as HTTP/2 server examples for SAP BTP, Cloud Foundry runtime in various popular programming languages. The examples include H2C and gRPC examples.

golang http2 node python ruby sample sample-code sap-btp

Last synced: 15 Jul 2025

https://github.com/vidarh/skrift

A pure Ruby conversion (*not* wrapper) of the libschrift TrueType font renderer

font-renderer ruby ttf

Last synced: 13 Apr 2025

https://github.com/juanitofatas/wb

📓WB -- Software Engineers's lab workbook 👩🏼‍🔬👨🏽‍🔬

developer engineer lab notebook productivity ruby software tool workbook

Last synced: 07 May 2025

https://github.com/ggarnier/reveal.rb

Presentation generator using reveal.js

hacktoberfest markdown presentations reveal-js ruby slides

Last synced: 22 Mar 2025

https://github.com/elct9620/openbox

The zero-configuration Ruby container entry-point.

containers rails ruby

Last synced: 30 Apr 2025

https://github.com/alexwayfer/sequel-enum_values

Sequel plugin that provides method for getting `pg_enum` values

ruby sequel sequel-enum-values sequel-plugin

Last synced: 28 Jun 2025

https://github.com/infertux/ordinalize_full

Turns a number into an ordinal string such as first, second, third or 1st, 2nd, 3rd.

i18n language ordinalize rails ruby rubygem

Last synced: 27 Jul 2025

https://github.com/kompendium-ano/factom-ruby-client

Ruby JSON-RPC client for the Factom protocol

factom factom-blockchain factom-protocol json-rpc-client ruby

Last synced: 28 Jul 2025

https://github.com/jgraichen/restify

Restify is a parallel and pipelined Hypermedia API client

asynchronous future hateoas http json promise rest rest-client restful restify ruby

Last synced: 02 Aug 2025

https://github.com/mansakondo/activemodel-embedding

An ActiveModel extension to model your semi-structured data using embedded associations

activemodel database denormalization document-modelling json jsonb rails ruby semi-structured-data type-casting

Last synced: 03 Aug 2025

https://github.com/tbhb/stored_session

Encrypted, database-backed session store for Rails 8

activerecord rails ruby

Last synced: 30 Sep 2025

https://github.com/huobazi/carrierwave-qiniu-example

This a example project for carrierwave-qiniu

carrierwave carrierwave-qiniu example ruby

Last synced: 09 Mar 2026

https://github.com/ruby/redmine_mailing_list_integration

This is a redmine plugin that integrates mailng lists with redmine.

redmine redmine-plugin ruby

Last synced: 04 Oct 2025

https://github.com/psu-libraries/psulib_blacklight

Penn State University Libraries' Blacklight Catalog

ruby ruby-on-rails solr

Last synced: 19 Feb 2026

https://github.com/julionc/chef-gitolite

Chef cookbook for gitolite. Recipe for basic installation. LWRPs.

cookbooks gitolite ruby

Last synced: 15 Aug 2025

https://github.com/texora/engineering-blogs

A curated list of engineering blogs

blog engineering ruby ruby-on-rails

Last synced: 05 Oct 2025

https://github.com/buren/arbetsformedlingen

API Client & Post job ads to the Swedish employment agency (Arbetsförmedlingen)

api-client arbetsformedlingen platsbanken ruby rubygem swedish-employment-agency

Last synced: 19 Aug 2025

https://github.com/ManageIQ/activerecord-virtual_attributes

VirtualAttributes allows you to define a ruby method that acts like an attribute or relation.

activerecord activerecord-extension hacktoberfest ruby

Last synced: 28 Aug 2025

https://github.com/andyobtiva/yasl

Yet Another Serialization Library - A pure Ruby auto-serialization library that works across different Ruby implementations like Opal and JRuby as an automatic alternative to YAML/Marshal. Unlike Marshal, it does not raise errors for unserializable objects, thus provides a highly productive friction-free auto-serialization experience.

automatic jruby opal ruby serialization

Last synced: 23 Mar 2025

https://github.com/rubyforgood/inkind-admin

A project serving Community Education Partnerships - https://www.cep.ngo/ . This Rails application presents an admin interface for CEP to manage their volunteers and students. And provides a GraphQL backend for https://github.com/rubyforgood/inkind-volunteer .

graphql hacktoberfest postgresql rails ruby

Last synced: 15 May 2025

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

libmaxminddb binding for Ruby

geoip2 libmaxminddb ruby

Last synced: 15 May 2025

https://github.com/bradpotts/multi-tenancy-warden

bare-bones alternative to mtdevise, adds basecamp style user logins for rails

authentication bradpotts engine gem multi-tenancy multi-tenant phcnetworks rails rails-engine ruby ruby-gem

Last synced: 28 Apr 2025

https://github.com/fpsvogel/fpsvogel.com

My personal site and programming blog. Built with Bridgetown.

blog bridgetown personal-website programming-blog ruby

Last synced: 04 May 2025

https://github.com/mohamedhnoor/decode_morse_code

A Ruby app that can decode any morse messages.

github-actions rspec rubocop ruby

Last synced: 07 May 2025

https://github.com/davydovanton/rom_sql_graph

Display your DB (sql) association graph

associations graph hanami rom ruby

Last synced: 26 Jun 2025

https://github.com/willianantunes/runner-said-no-one-ever

Ask it and receive what you want fast than ever #SaidNoOneEver

api-rest faker production-ready rspec rubocop ruby sinatra

Last synced: 30 Jul 2025

https://github.com/vergecurrency/verge-ruby-client

Verge client for ruby. A wrapper gem for making remote procedure calls to verged :gem:

balance client payments-received ruby verge verge-address verge-client vergecurrency wallet xvg

Last synced: 14 Apr 2025

https://github.com/kontena/clamp-completer

Automatically generate shell autocompletion scripts for clamp based ruby CLI tools

autocomplete bash clamp cli gem ruby rubygem shell zsh

Last synced: 10 Jun 2025

https://github.com/sdasrc/editorial-website-extended

Modified Editorial website template. Based on Editorial theme in html5up.net, adapted for Jekyll by Andrew Bancich.

github-pages github-pages-template jekyll ruby web

Last synced: 18 Jan 2026

https://github.com/gottfrois/beez

Simple, efficient ruby workers for Zeebe workflows.

bpmn rails ruby workflow zeebe

Last synced: 31 Jul 2025

https://github.com/buildkite/ruby-docker-example

An example pipeline that runs Ruby tests using Docker.

buildkite docker example pipeline ruby

Last synced: 14 Sep 2025

https://github.com/svoop/bridgetown_credentials

Rails-like encrypted credentials for Bridgetown

bridgetown-plugin ruby

Last synced: 22 Jul 2025

https://github.com/postmodern/python-pickle.rb

A modern Ruby implementation of the Python Pickle serialization format.

pickle python-pickle ruby unpickle

Last synced: 21 Mar 2025

https://github.com/solnic/ossy

Maintenance automation helper as a CLI tool used by dry-rb and rom-rb

cli github-actions github-api helper maintenance ruby rubygem

Last synced: 15 Apr 2025

https://github.com/mcavallo/alfred-color-name-ruby

Get the name for a hex color. Ruby version.

alfred-workflow colors css ruby sass

Last synced: 14 Apr 2025

https://github.com/dry-rb/devtools

Shared tools, configuration and maintenance automation for dry-rb repos

dry-rb ruby

Last synced: 09 Aug 2025

https://github.com/gekola/xlsxwriter-rb

ruby bindings to libxlsxwriter

libxlsxwriter ruby xlsx

Last synced: 07 Aug 2025

https://github.com/georginapuig/active-seniors

Platform allowing senior population to display their skills and talents, solution connecting seniors with potential jobs. Final project at Le Wagon Web Development Bootcamp.

db elderly-people erb figma javascript job jobs lewagon postgresql rails rails-application ruby ruby-on-rails rubyonrails scss seniors trello

Last synced: 01 Oct 2025

https://github.com/tymate/api-blocks

Simple and consistent rails api extensions

api dry-transaction dry-validation pundit rails-api responders ruby ruby-on-rails

Last synced: 11 Nov 2025

https://github.com/rmm5t/ryan.mcgeary.org

:nerd_face: Ryan McGeary's Home Page

blog html middleman ruby

Last synced: 03 Aug 2025

https://github.com/beratyesbek/ecommerce-rails

For YouTube videos

database ruby ruby-on-rails

Last synced: 03 Aug 2025

https://github.com/Rabios/BLACKVOID

Roguelike shooter tower-defense-like game with hardcore gameplay mechanics!

arcade-game dragonruby ruby shooter tower-defense

Last synced: 11 Mar 2025

https://github.com/smashingboxes/taperole

🕹 Application Server Provisioning and Deployment with Ansible

ansible deployment devops rails ruby

Last synced: 12 Apr 2025

https://github.com/texora/jekyll

:globe_with_meridians: Jekyll is a blog-aware static site generator in Ruby

blog gherkin javascript jekyll ruby

Last synced: 29 Sep 2025

https://github.com/guillaumebriday/external_link_to

Rails link_to wrapper for external links.

gem helpers links rails rails-helper-tag ruby ruby-on-rails

Last synced: 25 Aug 2025

https://github.com/postmodern/ffi-ptrace

Ruby FFI bindings for ptrace

ffi-bindings ptrace ruby

Last synced: 18 Jul 2025

https://github.com/werein/carrierwave-ffmpeg

Simple Streamio FFmpeg wrapper for CarrierWave uploader

carrierwave carrierwave-ffmpeg converter ffmpeg ruby uploader video-processing

Last synced: 23 Aug 2025

https://github.com/sahar-abdelsamad/budget-app

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

postgresql ruby ruby-on-rails

Last synced: 22 Sep 2025

https://github.com/ytakkar/rails-notes-app

A Notes-App created with Rails!!

rails ruby

Last synced: 07 May 2025

https://github.com/davidcelis/sparkles

✨ Recognize teammates in slack by awarding them sparkles!

rails ruby slack slack-app slack-commands sparkles

Last synced: 23 Mar 2025

https://github.com/infertux/chef-bitcoin

Chef cookbook for Bitcoin

bitcoin bitcoin-core chef chef-cookbook ruby

Last synced: 22 Aug 2025

https://github.com/ne1ro/capistrano_pm2

Capistrano integration for PM2

capistrano nodejs pm2 ruby

Last synced: 25 Oct 2025

https://github.com/sergio-fry/devup

Describe development services with docker-compose

developer-tools devops docker docker-compose dotenv postgresql rails redis ruby

Last synced: 27 Aug 2025

https://github.com/nebulab/erb-formatter-vscode

VSCode extension for ERB::Formatter (Format ERB files with speed and precision)

erb formatter html ruby ruby-on-rails vscode-extension

Last synced: 14 Apr 2025

https://github.com/jbox-web/simple_navigation_bootstrap

A Ruby gem that adds Bootstrap renderers for SimpleNavigation

bootstrap menu navigation rails ruby simple-navigation

Last synced: 21 Aug 2025

https://github.com/currency-one/deepstream-ruby

deepstream.io ruby client

deepstream ruby

Last synced: 15 Sep 2025

https://github.com/petrnikolas/flick

Flick is a Rails development platform to generate, develop and deploy web applications and microservices. (Ruby, Ruby on Rails, Postgres, etc.)

docker gateway gateway-api gateway-microservice microservice microservices monorepo monorepo-architecture monorepo-boilerplate monorepository postgres postgresql postgresql-database rails rails-api rails-application ruby ruby-application ruby-on-rails rubyonrails

Last synced: 23 Jun 2025

https://github.com/johnftitor/my_blog_app

This is a basic Blog website that allows users to create, edit, comment and delete posts, keeping data in a database. This project implements both authorization and authentication in order to provide extended functionality to logged in and authorized users.

postgresql rails ruby tailwindcss

Last synced: 30 Oct 2025

https://github.com/himanoa/touch_erb

ERB base scaffolding cui tool

cui ruby scaffold-files

Last synced: 05 May 2025

https://github.com/ikramagix/booksy

Booksy is a simple blogging platform about literature. It allows users to create, read, update, and delete articles. It features user authentication, article privacy settings, and the ability for users to comment on articles.

bootstrap bootstrap5 devise faker ror ror-api ruby ruby-app ruby-application ruby-gem ruby-on-rails rubyonrails

Last synced: 06 Oct 2025

https://github.com/iconnect/rails-session

Decrypt Ruby on Rails sessions in Haskell

haskell rails ruby web

Last synced: 01 Mar 2025

https://github.com/mh4gf/graphql-ruby-constraint-directive

Validate GraphQL Fields for graphql-ruby

graphql graphql-ruby ruby

Last synced: 23 Apr 2025

https://github.com/Pircate/fastlane-plugin-ding-talk

自动将发布到蒲公英的App安装二维码发送到钉钉群组

fastlane-plugin ruby

Last synced: 12 May 2025

https://github.com/sanfrecce-osaka/katarina

This gem generates type definition files for TypeScript from a OpenAPI Documentation generated by rspec-openapi.

katarina rspec-openapi ruby ruby-gem typescript

Last synced: 23 Apr 2025