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-06-25 00:23:30 UTC
- JSON Representation
https://github.com/pragmarb/pragma-decorator
Powerful and elegant model presenters with a twist.
api decorator pragma ruby ruby-on-rails trailblazer
Last synced: 13 Apr 2025
https://github.com/bright-phiri/art-backend
💎| AliLabs ART Sample Tracking Backend
api-development back-end backend-development rails-api rails7 ruby
Last synced: 01 Oct 2025
https://github.com/gedeonts/morse_code_decoder
This is a project to decode a Morse code using Ruby programming language.
Last synced: 23 Sep 2025
https://github.com/deciduously/ruby-template
Minimal Ruby project template
bundler minitest rake rubocop ruby ruby-tutorial template
Last synced: 29 Jun 2025
https://github.com/anthonycorletti/modal-rb
An unofficial ruby client for Modal.
Last synced: 11 Nov 2025
https://github.com/andres-condezo/school-library
School Library is a tool to record what books are in the library and who borrows them.
Last synced: 02 Jan 2026
https://github.com/dubek/salsa20-ruby
Ruby bindings for the Salsa20 stream cipher algorithm
cipher encryption ruby salsa20
Last synced: 19 Mar 2025
https://github.com/siman-man/ripper_tree
RipperTree is like tree command for Ripper#sexp.
Last synced: 19 Aug 2025
https://github.com/landregistry/skeleton-acceptance-tests
A Ruby-Cucumber based acceptance tests skeleton framework. Compatible with the HMLR common-dev-env.
capybara chromedriver cucumber docker ruby selenium
Last synced: 23 Apr 2025
https://github.com/philnash/sendgrid-email-status
A Rails application that sends emails via the SendGrid API and tracks their status
email rails rails6 ruby ruby-on-rails ruby-on-rails-6 sendgrid sendgrid-api twilio twilio-sendgrid
Last synced: 30 Sep 2025
https://github.com/djo1975/school-library
School Library is ruby based with terminal user interface project in which you can create persons books and bunch of more objects School Library is a totally OOP (Object Oriented Programming) with inheritance, polymorphism and private methods
Last synced: 27 Jun 2025
https://github.com/wahaj-ali/every-penny
This project is created as part of the rails capstone at Microverse. This app is a mobile web application where a user manage its budget: have a list of transactions associated with a category, so that the user can see how much money it spent and on what.
backend postgresql ruby rubyonrails
Last synced: 11 Nov 2025
https://github.com/tristandunn/untitled
A base Rails application to kickstart new projects.
brakeman cd ci github-actions hotwire kamal mocha rails rspec rubocop ruby stimulusjs tailwindcss template turbo turbo-rails
Last synced: 13 May 2025
https://github.com/tynab/k8s
Kubernetes
calio devops docker docker-desktop k8s kubernetes kubernetes-dashboard project-calico ruby sh shell vagrant virtualbox yan
Last synced: 03 Aug 2025
https://github.com/noprompt/burdock-mode
An Emacs mode for Ruby providing structured editing and evaluation operations.
emacs ruby structured-editing structured-evaluation
Last synced: 26 Jun 2025
https://github.com/infrablocks/rake_ssh
Tasks for managing SSH keys.
infrablocks rake rake-task rake-taskset ruby ruby-gem rubygem ssh ssh-key ssh-keys taskset
Last synced: 26 Sep 2025
https://github.com/raminmammadzada/rails-members-only
Microverse School > Rails > #5 Members Only
Last synced: 29 Sep 2025
https://github.com/gedeonts/catalog-of-my-things
A console app that helps users to keep a record of different types of things we won
Last synced: 03 Feb 2026
https://github.com/maxbarsukov/yaframework
⚙ Another one Ruby microframework for web development
framework gem micro-framework microframework rack ruby ruby-framework ruby-gem
Last synced: 19 Apr 2025
https://github.com/isupatches/sidekiq-process-health-check
Provides an endpoint that outputs the number of sidekiq jobs and processes and if they are within set bounds
rails ruby ruby-gem ruby-on-rails sidekiq
Last synced: 01 Oct 2025
https://github.com/krishpranav/autosploit
A simple ruby tool to automate metasploit modules
bash exploit exploiter metasploit metasploit-modules msfs ruby shell
Last synced: 15 Apr 2025
https://github.com/kalidasmuthusamy/rails-api-response-builder
API Response Builder for Rails API app
api-wrapper rails-gem rails5-api ruby ruby-on-rails serializer
Last synced: 13 Apr 2025
https://github.com/dotenv-org/dotenv-vault-ruby
Load environment variables from encrypted .env.vault files
configuration dotenv env environment environment-variables ruby secretops-platform
Last synced: 14 Apr 2025
https://github.com/evanssnave/final-capstone-project-back-end
@Doc is an application that'll allow users to register and create medical appointments or if they desire they can also reserve doctors. There are options so that users can add or delete a doctor. In a doctor's details page information relevant to appointments and reservations will be displayed.
api backend collaboration database postgresql rubocop ruby ruby-on-rails sql
Last synced: 14 Sep 2025
https://github.com/andyatkinson/development_guides
Installation Instructions for Rideshare
Last synced: 28 Aug 2025
https://github.com/manageiq/binary_struct
BinaryStruct is a class for dealing with binary structured data.
Last synced: 13 Apr 2025
https://github.com/mozameljawad/morse-decode
The Morse-Decode is the first project in Ruby, in this project we solve the basic coding challenge.
Last synced: 15 May 2025
https://github.com/june29/github-app-rails-example
A tiny GitHub App example built with Rails.
github-app rails ruby ruby-on-rails
Last synced: 12 Apr 2025
https://github.com/andres-condezo/school_library
School Library is a tool to record what books are in the library and who borrows them.
Last synced: 02 Mar 2026
https://github.com/sheharyarn/s3_direct_upload_example
Example RoR Application on using the s3_direct_upload gem
Last synced: 12 May 2025
https://github.com/ssoready/ssoready-example-app-ruby-sinatra-saml
Example app with SAML support, built with Ruby + Sinatra + SSOReady
example example-app example-application example-code ruby ruby-sinatra rubygem saml saml-sso saml2 saml2-sp-sso sinatra sinatra-framework sso sso-authentication
Last synced: 07 May 2025
https://github.com/natasha-ct/creating-an-enumerable
This is a project where I created the functionality of the popular Ruby Enumerable using a module inside a class object.The Enumerable implements the following methods: #all? , #any? , #filter.
classes enumerable modules rubocop ruby
Last synced: 08 Feb 2026
https://github.com/pungrumpy/ethical-hacking-with-ruby
💎 Delve into the World of Ethical Hacking with Ruby: Master System Hacking and Web Exploits
beginner ethical-hacking ruby system-hacking web-hacking
Last synced: 22 Mar 2025
https://github.com/ppostma/milight-v6-api
Ruby API for the Milight Wifi Bridge (or Wifi iBOX controller) version 6.
limitlessled milight milight-controller ruby
Last synced: 05 Oct 2025
https://github.com/toreserter/coinmarketcal
Unofficial gem for the CoinMarketCal API
coinmarketcal cryptocurrency rest-api ruby
Last synced: 01 Sep 2025
https://github.com/dhmgroup/bulmajs-rails
Ruby on rails wrapper for the unofficial javascript extension to the awesome Bulma CSS framework.
Last synced: 12 Apr 2025
https://github.com/nimblehq/nimble-auth
Mountable Devise-based and omniauth-based authentication engine
authentication engine ruby ruby-on-rails
Last synced: 11 Nov 2025
https://github.com/pinzolo/rails-render_hooks
Add callbacks for render method
Last synced: 14 Mar 2025
https://github.com/eldoy/minimongo
Tiny MongoDB Ruby library
mongodb mongodb-driver mongodb-orm ruby ruby-gem
Last synced: 12 May 2026
https://github.com/nimacpp/rubyino
Translate ruby to arduino
arduino ino nimacpp rb ruby rubyino teranslate
Last synced: 17 Aug 2025
https://github.com/oldprojectss/morse-code-decoder
This is a morse code decoder that uses ruby to convert morse coded into readable text
Last synced: 23 Jul 2025
https://github.com/larevanchedessites/google-robotstxt-ruby
🤖 Ruby gem wrapper around Google Robotstxt Parser C++ library
c-plus-plus cpp gem google robots-parser robots-txt ruby ruby-gem rubygem rubygems seo
Last synced: 17 Aug 2025
https://github.com/juanitofatas/99bottles-demo
TDD for 99bottles by Sandi Metz
Last synced: 05 Apr 2025
https://github.com/karthikgangadhar/cricapi
This is ruby gem for cricapi live data access
cricket-endpoint fantasy-api hashie httparty rake rspec ruby ruby-gem
Last synced: 24 Jul 2025
https://github.com/tomeraberbach/hackathon
A hackathon web application with a comprehensive administrative backend, email infrastructure, attendee registration, and optional MLH integration.
event-management event-management-system hackathon hackathon-application hackathon-website major-league-hacking mlh rails rails-application ruby ruby-application ruby-on-rails web-application
Last synced: 05 Oct 2025
https://github.com/xmisao/xcal
xcal displays a japan calendar like cal, ncal
Last synced: 24 Jul 2025
https://github.com/lucianghinda/value-object-in-ruby-benchmarks
A series of micro benchmarks about Data.define vs Struct vs OpenStruct in #Ruby
benchmark benchmarking ruby ruby3
Last synced: 17 Sep 2025
https://github.com/kazucocoa/anticuado
Collect and arrange outdated libraries for various platforms such as Ruby/iOS/Android/Elixir
android cocoapods elixir gradle ios outdated-libraries ruby
Last synced: 18 Mar 2025
https://github.com/boblail/hayfork
Full-Text search for ActiveRecord and Postgres
activerecord fulltext-search postgres ruby search tsearch
Last synced: 25 Jul 2025
https://github.com/raminmammadzada/rails-re-former
Microverse School > Rails > #4 Forms
rails rails6 ruby ruby-on-rails
Last synced: 25 Jul 2025
https://github.com/mobius-network/mobius-client-ruby
Mobius Ruby API
blockchain blockchain-service dapps mobius-dapp-store payment ruby stellar
Last synced: 25 Jul 2025
https://github.com/damirsvrtan/apartment-finder
Croatian Apartment Finder Script. Using Ruby/Cron/MongoDB
Last synced: 21 Jul 2025
https://github.com/piotrmurach/tenpin
Terminal tenpin bowling game
bowling-game game ruby ruby-gem terminal
Last synced: 18 Sep 2025
https://github.com/jonniecache/jekyll-thumb
This Jekyll plugin automatically generates image thumnails using libvips
image-processing jekyll jekyll-plugin liquid ruby thumbnails vips
Last synced: 04 Oct 2025
https://github.com/orangesi/grepfile
a alternative for $grep -f A.list B.list which cost too many memory and time
crystal-lang grep-like regex ruby
Last synced: 18 Sep 2025
https://github.com/tarellel/tailwind_views_generator
A Rails generator for creating Tailwind styled views (Erb, Slim, and HAML).
gem generator rails ruby tailwindcss template
Last synced: 11 Nov 2025
https://github.com/bdurand/super_settings
SuperSettings provides a scalable framework for managing dynamic runtime application settings with in-memory caching, strong typing, a built-in web UI, and support for multiple storage backends.
Last synced: 18 Sep 2025
https://github.com/hoangtularva/agile-web-development
Agile Web Development With Rails 6 Full Part 2 - Ruby On Rails
agile-development ecommerce ecommerce-website rails-application ruby ruby-on-rails webshop
Last synced: 14 Sep 2025
https://github.com/jimmycuadra/lita-coin
A Lita handler for flipping a coin.
chatops lita lita-handler ruby
Last synced: 27 Jul 2025
https://github.com/andriy-baran/rspec_request_helpers
A set of helpers for testing with RSpec
dsl hacktoberfest rails rspec ruby testing
Last synced: 13 Aug 2025
https://github.com/CJKinni/linked-parallel-table
⚖️ An automated version of the Parallel Table of Authorities and Rules with links to legal texts
Last synced: 27 Jul 2025
https://github.com/yohasebe/rubyplb
Command line Pattern Lattice building tool written in Ruby
pattern-lattice ruby visualization
Last synced: 14 Apr 2025
https://github.com/yasulab/ipa2warp
IPA 資料のリンク切れで困っている人向けの、ワンクリックで国立国会図書館のWebアーカイブ (WARP) にアクセスできるブックマークレットです。
bookmarklet github-pages ipa ruby warp
Last synced: 15 Sep 2025
https://github.com/narazaka/opal-file
native File.read, File.write etc... for Opal
Last synced: 12 Aug 2025
https://github.com/riyabulia12/blogsters
Blogsters is a fully functional blog website built on Ruby on Rails and Postgres. It displays a list of posts, and enables readers to interact with them by adding comments and liking posts.
Last synced: 19 Sep 2025
https://github.com/jesusgautamah/chatgpt_assistant
ChatGPT Virtual Assistant to Telegram and Discord with Voice Recognition
assistant aws aws-polly azure chatgpt chatgpt-api docker docker-compose ibm ibm-cloud ibm-watson ruby speech-recognition speech-synthesis text-to-speech voice-assistant
Last synced: 31 Dec 2025
https://github.com/rameerez/umami-ruby
⚪️ Ruby wrapper for the Umami analytics API
analytics google-analytics ruby ruby-on-rails umami umami-analytics web-analytics web-development
Last synced: 03 Feb 2026
https://github.com/ronin-rb/ronin-listener-dns
A DNS listener for receiving exfiltrated data via DNS queries.
asyncio dns dns-server exfil exfiltration infosec listener ruby
Last synced: 31 Aug 2025
https://github.com/snmgian/yew
Offers an object access like interface to Hash structures.
Last synced: 08 May 2025
https://github.com/nemobis/beic
Misc tools for BEIC (Biblioteca Europea di Informazione e Cultura)
geocoding internet-archive library-automation library-catalogue marc21 marcxml mets python ruby scraper unimarc wikimedia wikimedia-commons zotero
Last synced: 29 Jun 2025
https://github.com/defkode/esm-reader
Reader for .ddd (digital tachograph files)
Last synced: 26 Oct 2025
https://github.com/mikhailvs/simple-serializer
Easily serialize any object.
json-serialization rails ruby serialization serialize serialize-objects serializer
Last synced: 26 Oct 2025
https://github.com/simonneutert/ruby-sftp-sync
sync a directory with your webhoster (no deletion) - perfect for jekyll users with a simple webspace
command-line-tool ftp jekyll ruby sftp ssh sync
Last synced: 14 Jun 2025
https://github.com/fusic/estackprof
Estackprof is a wrapper to make it easier to use Stackprof in your rack application.
Last synced: 09 May 2025
https://github.com/endotakuya/ires
image resizer
golang ruby ruby-gem ruby-on-rails
Last synced: 21 Mar 2025
https://github.com/schmidt/literate_maruku
Literate Maruku is a literate programming libary for Ruby based on the Markdown libary Maruku.
hacktoberfest literate-programming markdown ruby
Last synced: 13 Apr 2025
https://github.com/davidcelis/atproto
🌁 A Ruby gem to interface with ATProto servers like bsky.social
Last synced: 30 Aug 2025
https://github.com/bodrovis-learning/ruby-yt-series
Серия уроков по языку Ruby на YouTube
Last synced: 18 May 2026
https://github.com/gma1k/useful-scripts
Some useful scripts
azure bash docker linux perl powershell python ruby
Last synced: 06 Mar 2026
https://github.com/mmenanno/lunchmoney
An API client library of the LunchMoney API
api-client gem lunchmoney ruby ruby-gem
Last synced: 11 Apr 2025
https://github.com/lindseyb/trivia-llama
It's a llama. On Twitter. It LOVES trivia.
Last synced: 19 Mar 2025