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/mariomarroquim/rover-simulator
A Ruby script to play with rovers on Mars!
Last synced: 11 Nov 2025
https://github.com/deanpapastrat/grape_url_validator
Validator for URLs in Grape params
Last synced: 31 Mar 2025
https://github.com/presidentbeef/ruby_crypto_examples
Examples of cryptography operations using Ruby's standard library.
cryptography elliptic-curve-cryptography openssl public-key-cryptography public-key-encryption rsa-cryptography ruby
Last synced: 11 Jul 2025
https://github.com/ghilain/blog-app-api
The Blog app is a classic example of a blog website. I created a fully functional website that shows the list of posts and empower readers to interact with them by adding comments and liking posts.
ruby ruby-on-rails ruby-on-rails-api
Last synced: 16 May 2026
https://github.com/m3talsmith/arkenstone
A lightweight ORM for RESTful services everywhere
Last synced: 13 Apr 2025
https://github.com/adamanr/ruby-toyapp
A forum created in Ruby with the Ruby on Rails framework
bootstrap rails ruby ruby-on-rails
Last synced: 11 Apr 2026
https://github.com/heyvito/giter8.rb
Giter8 implementation in Ruby
giter8 ruby rubygem template-engine templating
Last synced: 04 Apr 2025
https://github.com/rzane/pipey
Functional pipelines for Ruby
chain functional pipeline ruby
Last synced: 22 Mar 2025
https://github.com/anamba/guard-faktory_worker
Guard plugin for faktory_worker
faktory faktory-worker guard ruby ruby-gem
Last synced: 16 Mar 2025
https://github.com/semlogr/semlogr-sinks-logentries
Semlogr logging sink for sending log events to Logentries
logentries logging ruby semantic-logging
Last synced: 27 Jun 2025
https://github.com/yagi2/imas_api_rails
imas_apiをRails5のAPI-modeでやっていくリポジトリ
Last synced: 06 May 2026
https://github.com/faheel/todo-list-app
A todo list web app made using Sinatra
Last synced: 03 Sep 2025
https://github.com/mateuszkubuszok/jupyterdockerpack
Jupyter Lab with few predefined kernels.
clojure cpp docker-image haskell jupyterlab python ruby scala
Last synced: 10 Jul 2025
https://github.com/yusufyusie/decode-morse-message
Create a method to decode a Morse code character, an entire word in Morse code and the entire message in Morse code takes a string parameter, and return the corresponding character in uppercase, return the string representation.
basic-coding-challenges basic-programming ruby
Last synced: 24 Jul 2025
https://github.com/ksylvest/publicstorage
A Ruby library for Public Storage that crawls self-storage facilities and prices.
Last synced: 07 May 2025
https://github.com/youmari/all-in-one
All In One is a web application that allows you to create, show and track your expenes divided with categories built with ruby on rails
Last synced: 03 Jan 2026
https://github.com/nicorb28/ruby
practica de ruby
learning-by-doing learning-exercise programming ruby ruby-exercises
Last synced: 19 May 2026
https://github.com/microverse-fullstack-program/rails-recipe-app
Recipe App is a web application that allows users to create and share recipes with other users. Users can create an account, log in, and create, edit, and delete their recipes. Users can also view recipes created by other users.
bootstrap5 css3 html5 rails-api rails7 ruby ruby-gem ruby-on-rails
Last synced: 11 Apr 2026
https://github.com/vic778/devise-auth
in this project, I went through the devise action we can take. I didn't know it was powerful. I created the login method add google oamni and github. I created the tracktable and confirmable action. so we can have your history of when you logged in and how many per day including your IP address and occasion as well. If you try to log in 3 times with a wrong password, your account will be blocked and a token will be sent to you by email so you can unlock your account. Finally, I checked the login time setting after 30 minutes, you will be logged out because your session will have expired. This action is very useful, I think, for Upwork, because every day you have to log in again
factory github google oam omniauth rspec-rails ruby ruby-on-rails turbostreams
Last synced: 10 Apr 2026
https://github.com/elijahdre/morse-code
This is an educational project to decode a Morse code using Ruby programming language.
microverse microverse-projects microverse-ruby microverse-students rubocop ruby
Last synced: 29 Mar 2025
https://github.com/bipin161523/basic
"Basic Coding of Languages" A collection of beginner-friendly coding projects to learn and explore different programming languages. Starting with C, this repository will gradually expand to include Python, Java, JavaScript, C++, Ruby, and web development basics (HTML/CSS). Follow my journey and explore simple implementations and exercises aimed at
c cpp css html java javascript python ruby
Last synced: 10 Apr 2026
https://github.com/ukoloff/rufus-lua-moon
Provides MoonScript for Rufus::Lua interpreter
appveyor lua moonscript ruby travis-ci
Last synced: 28 Apr 2026
https://github.com/hannziegel/budget-app
The Budget-app is a tool for tracking your spending, which is often the first step in getting your finances in order. By understanding what you spend money on and how much you spend, you can see exactly where your cash is going and identify areas where you can cut back. It was built using Ruby on Rails, CSS, JavaScript, and PostgreSQL.
back-end back-end-development css css3 database deploy deployment html html5 postgres postgresql render ruby ruby-on-rails sql
Last synced: 10 Apr 2026
https://github.com/justintanner/column_pack
A rails helper to arrange content in columns.
Last synced: 02 Mar 2026
https://github.com/lancewalk87/cls-logical-expression-codebase
Software | Multi-Lingual Algorithms, Syntax, Paradigms, and Solutions.
algorithm-challenges c c-sharp cli cli-application conditions cplusplus cpp csharp golang java javas logic multilingual objective-c python ruby sandbox scala swift
Last synced: 10 Apr 2026
https://github.com/tedlivist/caesars_cipher
This is a Ruby function that solves the Caesar's Cipher algorithm challenge on the Odin Project. It takes a string and a number and returns another string with each character in the new string being a result of the initial character shifted the inputted number of times in the Alphabet.
caesar-cipher coding-challenge ruby
Last synced: 29 Mar 2025
https://github.com/kiebor81/rails-domino
Domain-first service and repository scaffold for Rails. Enforces DDD architecture with Blueprinter and Dry-rb libraries
clean-architecture code-first database-first domain-driven-design dto-pattern hexagonal-architecture layered-architecture rails repository-pattern ruby ruby-gem ruby-on-rails scaffolding service-pattern
Last synced: 11 Nov 2025
https://github.com/2moe/argvise-gem
Converts a hash into an array of command-line arguments
Last synced: 09 Mar 2026
https://github.com/tjmw/streamlet
Chain operations which may fail or succeed in Ruby
Last synced: 17 Sep 2025
https://github.com/tmtocb/fifa-winners_ruby_cli_hangman
simple Ruby CLI text app game based on Hangman where you guess FIFA Player of the Year winners.
Last synced: 25 Aug 2025
https://github.com/jgaskins/opal-google_maps
Gem for using Google Maps in a Ruby front-end app
clearwater front-end google-maps ruby
Last synced: 30 Mar 2025
https://github.com/cheshire137/rvocalware
Command-line Ruby tool for Vocalware text-to-speech HTTP REST API
Last synced: 24 Jul 2025
https://github.com/codehass/decode-morse
The Morse Code Decoder is a program built with ruby to automate the decryption of morse code messages.
Last synced: 22 Aug 2025
https://github.com/detastudio/HR-Management-Rails-5.0.1
gem javascript rails ruby ruby-on-rails
Last synced: 06 Apr 2025
https://github.com/shannarra/projecteuler
Solutions to (most of, if not) all 📚 Project Euler problems 🤓 in Ruby 💎.
algorithms exercises for-fun project-euler ruby
Last synced: 12 Oct 2025
https://github.com/theophileaseh/morse-code
Morse Code is an application built using Ruby which takes in a Morse code character and decodes it to a corresponding readable and understandable form.
Last synced: 26 Feb 2025
https://github.com/abhishekkr/irc-qik-bot
pure socket no framework :: IRC Qik Bot ~ its a babbling IRC Bot very quick to setup and act ;) aiming to be intelligent
bot irc irc-bot irc-protocol ruby rubygem
Last synced: 07 Mar 2026
https://github.com/renyijiu/ding_hook
a gem build for use the dingding webhook convenient and happy
dingding dingding-bot gem ruby
Last synced: 13 Jun 2026
https://github.com/philrunninger/rpn
My Ruby and Erlang implementations of a Reverse Polish Notation calculator
Last synced: 18 Dec 2025
https://github.com/benmuiruri/bowling-scores
A Ruby command line application for scoring a bowling game from data provided in a text file
Last synced: 31 Aug 2025
https://github.com/zhum/telebot
Universal extensible chat bot platform. Supports console, telegram and facebook for now.
bot bot-framework facebook-messenger-bot ruby telegram-bot
Last synced: 14 Sep 2025
https://github.com/kentico-ericd/kontent-ruby-rails-sample
A sample Rails application displaying items from Kontent by Kentico with the Ruby SDK
kentico-kontent rails ruby ruby-on-rails
Last synced: 22 Aug 2025
https://github.com/jsonb-uy/rotulus
Cursor-based Rails/ActiveRecord pagination with multi-column sorting and custom cursor token format support.
activerecord cursor-pagination keyset-pagination rails ruby
Last synced: 02 Feb 2026
https://github.com/shafiuyushawu/tdd-ruby
TDD-Project which provides collection classes with methods that seek to solve problems including finding the factorial of a number, return string with its reverse form and solving fizzbuzz puzzles.
classess rspec-testing rubocop ruby
Last synced: 28 Mar 2025
https://github.com/fegoa89/date-manager
Parse, validate, manipulate, and display dates.
Last synced: 30 Jan 2026
https://github.com/roseokpe/blog-app
This is a basic Blog web app 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.
Last synced: 21 Apr 2026
https://github.com/sylhare/vermelinho
⚙️ Hands on with Ruby, gems and GitHub actions!
Last synced: 07 May 2026
https://github.com/hogesuke/sarchive
「さくらのクラウド」のアーカイブ作成を簡単にコンソールから実行するためのgem
Last synced: 01 Sep 2025
https://github.com/zbahati/rails-pos
Point of Sale (POS) System for Rwandan Businesses Empower your startup or small business in Rwanda with our comprehensive POS system built on Ruby on Rails.
payment-gateway payment-integration point-of-sale ruby ruby-on-rails
Last synced: 03 May 2026
https://github.com/sucodelarangela/ruby-practices
Houve uma época em que eu não tinha muito o que fazer, então resolvi estudar Ruby e testes unitários.
Last synced: 25 Apr 2026
https://github.com/mvz/gir_ffi-pango
GirFFI-based bindings for Pango
gir-ffi gobject-introspection hacktoberfest pango ruby
Last synced: 09 Aug 2025
https://github.com/jimmycuadra/lita-literally-lita
A Lita handler to make Lita act like Lita.
chatops fun lita lita-handler ruby
Last synced: 17 May 2026
https://github.com/tatey/list_of_baby_names
A list of baby names given to tiny humans in Ruby
Last synced: 11 Nov 2025
https://github.com/maxine-red/moostodon
A ruby interface for the Mastodon API
Last synced: 30 Sep 2025
https://github.com/jyotibrat/learn-ruby
Resources to Learn Ruby Programming Language.
git github github-actions ruby ruby-on-rails
Last synced: 03 Oct 2025
https://github.com/yegor256/judges
Executor of Ruby scripts that update a Factbase both adding new and modifying facts inside it
Last synced: 24 Aug 2025
https://github.com/cori1109/batalert
Battery notifications/alerts for your favorite WM! 💯
battery hacktoberfest linux ruby ruby-application window-manager wm
Last synced: 24 Aug 2025
https://github.com/kamalpaneru/xtractor
Splits cells from excel sheet images and extracts data.
azure-computer-vision extract-data ruby split-cells
Last synced: 14 May 2025
https://github.com/ston1x/kindle-clippings-ruby
📚A Ruby tool for grouping kindle clippings by books
Last synced: 07 Aug 2025
https://github.com/tlux/systemcall
A simple wrapper around Ruby's Open3 to call CLI programs and process their output.
cli command-line ruby ruby-gem ruby-open3 rubygem shell
Last synced: 02 May 2025
https://github.com/maful/libur.run
Empower Your HR with Next-Gen Open Source Self-Serve Platform
hacktoberfest hr management rails ruby tailwindcss
Last synced: 08 May 2026
https://github.com/dvinciguerra/middleman-admin
A admin interface for Middleman blogs inspired by Jekyll Admin
admin-panel blogging middleman middleman-blog ruby static-site
Last synced: 06 May 2026
https://github.com/spenserblack/you-should-be-able-to-solve-this
Proofs that x - 7 = 19 + x can be easily solved
hacktoberfest meme python ruby rust
Last synced: 07 May 2026
https://github.com/andrianarivo/restaurant-budget
Restaurant Budget 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.
Last synced: 09 May 2026
https://github.com/mugishasam123/budgeter
It is an app that helps one to manage Expenses and the transactions associated with each expense
cancancan database devise rails rubocop ruby tailwindcss
Last synced: 06 May 2026
https://github.com/geeekgod/rails_blogging_site
Basic Blogging app developed in Ruby on Rails
blogging-site materializecss rails rails7 ruby ruby-on-rails sass
Last synced: 05 May 2026
https://github.com/brianwangila/dial-a-mechanic_sinatra-backend
This is a short Dial A Mechanic backend project written with Sinatra Ruby that lets Users create a mechanic account and rate mechanics. It has two models (Mechanics and Reviews) and employs all the CRUD functionalities.
procfile ruby sinatra sinatra-applications sinatra-framework
Last synced: 24 Jun 2026
https://github.com/kociamber/gorilaz
Basic Rails app for managing Academia Gorila members
Last synced: 14 May 2026
https://github.com/andres-condezo/tdd_project
A class with three methods to implement the test-driven development(TDD).
Last synced: 05 May 2026
https://github.com/jasminemlewis/rock-paper-scissors
Rock Paper Scissors, a Ruby program, is the classic game using Object Oriented Programming to play against the computer.
Last synced: 11 Jun 2026
https://github.com/sriharikapu/musicwithcode
Simple enough for computing and music lessons, Powerful enough for professional musicians.
Last synced: 10 May 2026
https://github.com/cdeliens/dynamic_programming_algorithms
Bellman Equation, Needleman-Warsh, Smith-Waterman Algorithms test and written in Ruby
bellman-equation needleman-warsh ruby smith-waterman
Last synced: 11 Jun 2026
https://github.com/nolantait/bankroll
A ruby library for calculating the time value of money with ordinary fixed annuities like mortgages
finance mortgage mortgage-calculator mortgages ruby time-value-of-money
Last synced: 12 Jun 2026
https://github.com/psu-libraries/pdf_accessibility_api
Ruby on Rails application for interfacing with PDF_Accessibility (https://github.com/psu-libraries/PDF_Accessibility)
Last synced: 12 Jun 2026
https://github.com/ypereirareis/docker-jekyll
Docker image for Jekyll 3.7.0 and Ruby 2.5.0
Last synced: 10 May 2026
https://github.com/dpritchett/timesheet_nags
⏰ Nag yourself via OSX growl if your harvest timesheets are out of date ⏰
gem growl-notifications harvest ruby timesheet
Last synced: 06 May 2026
https://github.com/varunram/compiler
x86 C compiler in Ruby
compiler compiler-designs ruby
Last synced: 25 Jun 2026
https://github.com/wizardone/algorithms
A collection of simple, yet useful ruby and js code examples
Last synced: 09 May 2026
https://github.com/whatisinternet/fireflower
A presentation for KW ruby
learning meetup-talk ruby ruby-gem rust workshop
Last synced: 08 May 2026