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.
- GitHub: https://github.com/topics/ruby
- Wikipedia: https://en.wikipedia.org/wiki/Ruby_(programming_language)
- Repo: https://github.com/ruby/ruby
- Created by: Yukihiro Matsumoto
- Released: December 21, 1995
- Related Topics: rails, language, python,
- Last updated: 2026-07-02 00:27:07 UTC
- JSON Representation
https://github.com/elifoster/ruby-benchmarks
:speedboat: A repository full of Ruby benchmarks and their results.
Last synced: 27 Jan 2026
https://github.com/yvsssantosh/posts_graphql
A demo project explaining installation and working of a Rails Backend using GraphQL
database graphql graphql-query postgresql rails-backend rails-server ruby
Last synced: 24 Feb 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/donkeycode/cucumber-sentences
This gem is a collection of pre-built sentences compatible with cucumber and page-object
cucumber cucumber-steps page-object ruby
Last synced: 13 May 2026
https://github.com/mshahzadtariq/persistable_mongoid
Persist Deleted Records for Mongoid Soft delete functionality for Mongoid ORM so you may recover records at later stage.
gem mongodb orm persistable ruby ruby-on-rails
Last synced: 07 Apr 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/neirrek/sinatra-opencaptcha
A Sinatra extension for OpenCaptcha
Last synced: 20 Oct 2025
https://github.com/yosefbennywidyo/short_io
A Ruby gem to use with short.io
Last synced: 06 Feb 2026
https://github.com/higebu/serverspec-vyos-config
Serverspec resource type for VyOS config
network ruby serverspec test vyos
Last synced: 27 Jan 2026
https://github.com/envygeeks/liquid-hash-or-array-drop
A Liquid drop that wraps a hash, or an array
array drop hash liquid liquid-drop ruby
Last synced: 23 Oct 2025
https://github.com/mtgrosser/jass-vue-sfc
Vue SFC compiler for Sprockets
asset-pipeline compiler javascript rails ruby ruby-on-rails sfc sprockets vue vue-sfc
Last synced: 28 Jan 2026
https://github.com/odilson-dev/hashmap
The Hashmap Project is an assignment from TOP's curriculum, where participants work on creating and implementing a hashmap data structure as part of their learning exercises.
data-structures hashmap ruby theodinproject
Last synced: 24 Oct 2025
https://github.com/doug-oliveira/apple-arm-rails-environment-setup
Setup Instructions for Rails environment on Mac M1/M2 🍎
m1-mac m2 rails ruby rubyonrails setup
Last synced: 28 Jan 2026
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
Last synced: 25 Oct 2025
https://github.com/antonioberna/algoritmi
Algoritmi di Ordinamento e di Ricerca
algorithms-and-data-structures c cpp csharp engineering java javascript python ruby swift
Last synced: 22 Feb 2026
https://github.com/szyablitsky/customer_service_ticketing
Demo project
api jwt-authentication rails react react-router redux ruby spa trailblazer webpack
Last synced: 23 Jan 2026
https://github.com/dtinth/notedoc
Convenient scripts to convert Markdown file to PDF notes using Pandoc.
Last synced: 03 Jul 2026
https://github.com/davmz/dibby-note-ecommerce-project
Online Musical Shop
html-css-javascript rails rails-application ruby
Last synced: 06 Feb 2026
https://github.com/theghostofinky/pronouns.page-rb
API wrapper for the pronouns.page public API's Cards iterface
Last synced: 24 Feb 2026
https://github.com/ksylvest/nsastorage
A crawler for NSA Storage (https://www.nsastorage.com/)
Last synced: 16 Mar 2026
https://github.com/chtjonas/omniauth-ucam-raven
OmniAuth strategy for Cambridge University's Raven SSO system
cambridge cambridge-university omniauth-strategy raven ruby sso-authentication ucam university uoc
Last synced: 06 Feb 2026
https://github.com/lethang7794/rails_sample_app
A Twitter clone app built "almost from scratch" with Ruby on Rails.
bootstrap3 css html javascript jquery rails-tutorial ruby ruby-on-rails-6 ruby-on-rails-tutorial scss social-network web-application web-development
Last synced: 06 Feb 2026
https://github.com/gogvale/solar_panel_stats
Check solar panel power generation by hour, week and month.
chart chartkick figaro groupdate httparty iot rails rails7 raspberry-pi ruby ruby-on-rails solar-panel sqlite3 whenever
Last synced: 25 Feb 2026
https://github.com/azzzrro/react-native-sample
Sample app using react native CLI
java javascript jdk kotlin objective-c objective-cpp react react-native ruby typescript
Last synced: 31 Jan 2026
https://github.com/epaltechs/catalogue-of-things-project
This is a console application project that will help us to keep a record of different types of things we own namely: books, music albums, and games. The application allows you to perform some CRUD operations such as adding new items, reading the items that you have saved, and saving items to .json files.
Last synced: 15 Apr 2026
https://github.com/mattiamalonni/capistrano-telegram
Telegram integration for Capistrano deployments
capistrano capistrano-plugin deployment notifications ruby ruby-on-rails telegram telegram-bot
Last synced: 25 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/andres-condezo/blog
The Blog app is a classic example of a blog website. a fully functional website that shows the list of posts and empower readers to interact with them by adding comments and liking posts.
postgresql rspec ruby ruby-on-rails
Last synced: 15 Apr 2026
https://github.com/ronin-rb/ronin-listener
A Ruby CLI utility for receiving exfiltrated data.
cli-util dns-server exfil exfiltration http-server infosec listener ruby
Last synced: 26 Feb 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/wabikit/wabi
Beautifully imperfect components for Rails — Phlex + Tailwind + Stimulus, 'you own the code' philosophy. 20 components, 8 theme palettes, WCAG-AA.
accessible components hotwire phlex rails ruby stimulus tailwindcss ui-library wcag
Last synced: 02 Jun 2026
https://github.com/eval/gem-try
Fire up an IRB-session with gems loaded
gem irb ruby rubygems rubygems-plugin
Last synced: 09 Feb 2026
https://github.com/kwentsir/food-recipe-app
Your entire recipe collection, inventories, and ingredients are all tracked by the Food Recipe App. You can create recipes, record ingredients, keep track of what you have, build shopping lists based on what you have and what a recipe calls for, and save ingredients.
database devise-jwt rails ruby
Last synced: 26 Feb 2026
https://github.com/tinix/ot367-server-api
RESTful Api Ruby
api aws-s3 circleci docer-compose docker documentation gihub-actions json jwt jwt-authentication kubernetes rail rspec ruby
Last synced: 09 Feb 2026
https://github.com/yusufyusie/recipe_app
Recipe-App is a comprehensive application designed to streamline your culinary experience. It efficiently manages your recipes, ingredients, and inventory. With features like ingredient tracking, recipe creation, and automated shopping list generation based on inventory and recipe requirements, it simplifies meal planning and preparation.
devise jwt postgresql ruby ruby-on-rails testing
Last synced: 15 Apr 2026
https://github.com/kupolak/strateg
The STRATEG API allows to view and download for further processing the full range of data and metadata contained in the STRATEG system. The data is made available through REST API in JSON format.
api api-client european-union open-data ruby
Last synced: 26 Feb 2026
https://github.com/stevenjcumming/rails-security-guide
Ruby on Rails guide, checklist, and tips for security audits and best practices
checklist rails rails-security ruby security
Last synced: 15 Apr 2026
https://github.com/xooooooooox/radp-vagrant-framework
A YAML-driven framework for managing multi-machine Vagrant environments with configuration inheritance and modular provisioning.
homelab ruby vagrant virtualbox virtualization vmware
Last synced: 12 Feb 2026
https://github.com/yohasebe/speak_slow
SpeakSlow modifies audio files adding pauses and/or altering speed to suit for language study
Last synced: 09 Feb 2026
https://github.com/nuzair46/rails_erb_credentials
A drop in replacements for Rails credentials to support good old ERB.
rails ruby ruby-gem ruby-on-rails rubygem
Last synced: 10 Feb 2026
https://github.com/bushmusi/recipe-app
The 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. Also, since sharing recipes is an important part of cooking the app should allow you to make them public so anyone can access them.
git-flow github-flow linter rails ror ruby tailwindcss
Last synced: 16 Apr 2026
https://github.com/uminocelo/koralreef
A tool to scrape images from websites and compile them into a PDF
pdf pdf-generation ruby ruby-gem ruby-on-rails rubygem rubygems
Last synced: 16 Apr 2026
https://github.com/sharvy/multi_tenant_subdomain
A gem that provides subdomain-based multi-tenancy support for Rails applications, using a single database while ensuring tenant isolation.
apartment multi-tenancy multi-tenant multi-tenant-applications ruby ruby-gem ruby-on-rails subdomain tenant
Last synced: 11 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/mslinn/git_tree
This Ruby gem installs commands that walk git directory trees and do things to them
Last synced: 11 Feb 2026
https://github.com/alexander-senko/magic-decorator
SimpleDelegator on steroids: automatic delegation, decorator class inference, etc.
Last synced: 27 Feb 2026
https://github.com/yarden-zamir/homebrew-tap
🥑
github github-actions homebrew packages repository ruby tap
Last synced: 11 Feb 2026
https://github.com/huseyinbiyik/parity
Parity is a web app that allows you to check the parities of the currencies of the world.
fixer-io postgresql ruby ruby-on-rails
Last synced: 16 Apr 2026
https://github.com/cocoahero/proto_plugin
Easily build protobuf compiler plugins in Ruby.
Last synced: 13 Feb 2026
https://github.com/rubocop/capybara-style-guide
A community-driven Capybara coding style guide
capybara rubocop ruby styleguide
Last synced: 28 Feb 2026
https://github.com/attaradev/jetstream_bridge
Production-ready NATS JetStream bridge for Ruby/Rails with outbox, inbox, DLQ, and overlap-safe stream provisioning.
dlq event-driven eventbus jetstream nats nats-streaming natsio ruby ruby-gem ruby-on-rails rubygem
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/mailtoolbox/mail_plugger
Plug in required mailer(s) with MailPlugger.
api aws-ses-api delivery deliverymethod email mailer mailgun-api mailing mandrill-api postmark-api rails ruby ruby-on-rails ruby-script sendgrid-api smtp sparkpost-api
Last synced: 28 Feb 2026
https://github.com/vigehi/budget-app
Budget app is about building a mobile web application where you can manage your budget, and how to go about it
Last synced: 28 Feb 2026
https://github.com/nimblehq/filestack-rails-template
Filestack clone with Rails Active Storage
Last synced: 16 Apr 2026
https://github.com/bienvenuushindi/sharingan
knowledge based system has been created to help code reviewers quickly search for specific code review guidelines and generate a ready to use comment for each requirement that is not followed
hotwire-turbo javascript rails rspec ruby stimulusjs tailwindcss turbo-stream
Last synced: 04 Mar 2026
https://github.com/nowlinuxing/sumaki
Sumaki is a wrapper for structured data like JSON.
Last synced: 16 Apr 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/wtanaka/ansible-role-bundler
Ansible role for installing bundler
ansible ansible-galaxy ansible-role ansible-roles bundle bundler galaxy ruby ruby-gem rubygem rubygems
Last synced: 17 Apr 2026
https://github.com/ilynette/peoplebx_test
On this test, a user is able to sign up, choose their availability and book appointments and get a url depending on appointment's duration. Once a time is picked, it becomes inactive(grey)and can't be reselected.
Last synced: 17 Apr 2026
https://github.com/subomi/actor_sync
Easily synchronize actor information to CRMs & third-party systems e.g. Mixpanel, Mailchimp etc.
mixpanel ruby ruby-on-rails third-party
Last synced: 03 Apr 2026
https://github.com/said-laasri/rails
This is a Ruby on Rails starter app that connects to a Railway Postgres database and supports Action Cable. Deploy on Railway
postgresql rails railway-app ruby
Last synced: 17 Apr 2026
https://github.com/vic778/bookme
the general idea is to mimic the primitive features of Calendly. An end user can visit a unique direct link to book events with someone else. These events can be free to book or require payment. Those that book events shouldn't be necessary to create an account. Those that make the events and availability slots do need an account.
activestorage devise heroku postresql rspec ruby ruby-on-rails sidekiq stripe
Last synced: 17 Apr 2026
https://github.com/timfjord/i18n-transformers
Transformers for I18n ruby library
i18n markdown ruby transformations
Last synced: 17 Apr 2026
https://github.com/alec-c4/action_hooks
ActionHooks is a Ruby on Rails engine designed to securely handle incoming webhooks.
api gem ruby ruby-on-rails webhook webhooks
Last synced: 04 Apr 2026
https://github.com/jeffkay16/ruby-blog-app
The Blog app is a classic example of a blog website. A fully functional website that shows the list of posts and empower readers to interact with them by adding comments and liking posts.
Last synced: 17 Apr 2026
https://github.com/viraptor/rails_cold_spots
Tools for profiling the initial rails request time
performance profiling rails ruby
Last synced: 04 Apr 2026
https://github.com/yaairfernando/blogapplication
Blog application with authentication system, likes, comments, categories, views with rails
jquery ruby ruby-gem ruby-on-rails
Last synced: 18 Apr 2026
https://github.com/olawale-o/rails_blog_app
"Rails Blog App" a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.
cancancan devise devise-jwt postgresql rspec ruby ruby-on-rails
Last synced: 18 Apr 2026
https://github.com/rhysmalyon/footy-friend
A web app designed for football lovers to be able to create their own leagues, teams, stadiums, and players.
Last synced: 18 Apr 2026
https://github.com/pedro-donoso/howarts_rails
Gem faker muestra al usuario datos aleatorios sobre magia y hechizos
Last synced: 18 Apr 2026
https://github.com/yaairfernando/react-apistarwars
API from star wars with rails, react and redux
api authentication axios bootstrap firebase react ruby ruby-on-rails styled-components
Last synced: 05 Apr 2026
https://github.com/ericboehs/yt
Offline YouTube video viewer with metadata management and interactive playback controls
iina media-server offline-video ruby self-hosted sinatra video-library video-management web-app youtube
Last synced: 18 Apr 2026
https://github.com/nemwel-boniface/rails_fetch_be
The purpose of the project is to serve as an API for my frontend React/ Redux project.
api postgresql ruby ruby-on-rails
Last synced: 19 Apr 2026
https://github.com/almishkawi/binary
Ruby gem to convert numbers into binaries and binaries into numbers
Last synced: 19 Apr 2026
https://github.com/daguttt/ror-chat
AI Chat using OpenAI API
llms openai ruby ruby-on-rails
Last synced: 20 Apr 2026
https://github.com/vivek-ng/nested_hash_helper
This gem Aims to provide helper methods in dealing with nested Hashes more easily.
hash nested-hashes params rails-params recursion ruby ruby-gem ruby-on-rails
Last synced: 06 May 2026
https://github.com/texpert/meetup_website
adminlte postgresql ruby ruby-on-rails
Last synced: 20 Apr 2026
https://github.com/jbussdieker/vagrant-buildpack
Basic Vagrant environment created by Puppet for playing with Heroku's buildpacks.
buildpack heroku-buildpack puppet ruby vagrant virtualbox
Last synced: 20 Apr 2026
https://github.com/brandymint/zagorod21.ru
За город!
rails-application ruby website
Last synced: 20 Apr 2026