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/kanzatahreem/enumerable
In this project, we learned to use a module inside a class.
Last synced: 14 May 2026
https://github.com/kociamber/gorilaz
Basic Rails app for managing Academia Gorila members
Last synced: 14 May 2026
https://github.com/cvilla714/enumerable_methods
This project was based on implementing our version of Ruby's enumerable methods. We created two files one that contained the methods and another one that contains the results. Built with
Last synced: 11 Jun 2026
https://github.com/hasannadeem/digsite-coding-challenge
3 Ruby programming exercises(in PDF format) are added in the Repo. I had to provide solutions to those exercises in Ruby.
array-manipulations coding-exercises hash minitest ruby
Last synced: 12 Jun 2026
https://github.com/fabianomag/ruby-hello-world
A Ruby app to decode any morse message.
Last synced: 16 Jun 2026
https://github.com/aizjicod/blog-app
This is a blog app. The user have different intereactions with the page, the first thing he sees is a log-in page and will not be able to access it until he he is logged in. After being succesfully logged in it's able to create his posts as well as comment and like other people's post.
Last synced: 19 Jun 2026
https://github.com/kanzatahreem/oop-principles
This project is dedicated to learn the basics of four Object Oriented Programming (OOP) Principles
oop oop-principles ruby uml-class-diagram
Last synced: 19 Jun 2026
https://github.com/ruby-oauth/anonymous_loader
💎 Anonymously load modules without defining their top-level namespace in Ruby 2.2+
abstract-factory-pattern anonymous ruby rubygem
Last synced: 24 Jun 2026
https://github.com/kusnierewicz/microblog-client
The Odin Project Assignment: Complete MicroBlogger - Jumpstart Lab Curriculum
Last synced: 22 Jun 2026
https://github.com/kanutocd/cdc-core
Database-agnostic Change Data Capture domain primitives for Ruby
cdc change-data-capture data-pipeline domain-events event-driven event-pipeline event-processing event-sourcing pipeline ruby stream-processing
Last synced: 23 Jun 2026
https://github.com/kanutocd/pgoutput-decoder
Decodes pgoutput-parser protocol messages into immutable Ruby row-change events.
cdc change-data-capture decoder jsonb logical-decoding logical-replication oid pgoutput postgres postgres-typed postgres-types postgresql postgresql-types ruby type-decoder
Last synced: 23 Jun 2026
https://github.com/kanutocd/pgoutput-source-adapter
Normalize decoded pgoutput events into downstream change-event platforms.
cdc change-data-capture event-driven event-model logical-replication pgoutput postgres postgresql rbs ruby source-adapter source-adaptor steep yard
Last synced: 23 Jun 2026
https://github.com/talaatmagdyx/active-record-lite
How to build Active Record Lite.
activerecord ruby ruby-application
Last synced: 24 Jun 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/slbug/julewire
Structured logging for modern Ruby: core pipeline, Rails/AJ/Karafka/Ractor adapters, GCP shape, redaction, tail/doctor tools, and contract tests. Sharp edges documented, boundaries enforced, logs that behave under load.
activejob gcp karafka logging ractors rails ruby ruby-on-rails semantic-logger structured-logging
Last synced: 28 Jun 2026
https://github.com/alekpopovic/masina
Useful Rails Patterns Generators
desing-patterns ruby ruby-gem ruby-library ruby-on-rails
Last synced: 27 Jun 2026
https://github.com/ghiftee/oop-school-library
This project is a console-based school library app that allows created students and teachers to rent created books. It also gives a list of students, teachers, books and rentals.
Last synced: 28 Jun 2026
https://github.com/irvanfza/basictdd
Process of Test-Driven Development (TDD) step-by-step. FizzBuzz word game is used as the main problem to solve. Ruby is the programming language used with RSpec as the test framework.
rspec rspec-testing ruby tdd tdd-ruby tdd-sample
Last synced: 22 Apr 2026
https://github.com/ryanhustler420/airbnb-clone
Simple Airbnb Application Clone With Ruby On Rails Framework. Check Commites For Step By Step Implementation.
authentication bookings clone crud-application hotel ruby ruby-on-rails
Last synced: 22 Apr 2026
https://github.com/brunoocasali/spree_app
Just a spree testing application (4 fun)
rails4 ruby spree spree-ecommerce trustvox
Last synced: 01 Feb 2026
https://github.com/codewars/rspec_codewars_formatter
code-runner ruby test-reporting
Last synced: 17 Jun 2026
https://github.com/makevoid/ruby-2.x-container
Fork of the original ruby 2.x container from Dockerhub - on Ubuntu Cosmic (18.10) - good for starting, but I suggest to use alpine for package size
docker ruby ubuntu ubuntu1604 xenial
Last synced: 22 Apr 2026
https://github.com/dfop02/challenges
A list of challenges, on many languages, for you test your skills.
challenge-project challenges ruby
Last synced: 25 Jun 2026
https://github.com/odhiambo-ed/rails-blog-app
This is Blog app. It is a classic example of a blog website. It has a fully functional website that shows the list of posts and empower readers to interact with them by adding comments and liking posts.
css html javascript rails ruby
Last synced: 08 May 2026
https://github.com/ochiengotieno304/streamsb-ruby
Unofficial StreamSB Ruby Client
Last synced: 05 Jun 2026
https://github.com/janinawibker/tm_vm
A virtual machine for turing machines which can output the current state as tex, svg, gif and even react components
ruby svg tex turing-machine virtual-machine
Last synced: 08 May 2026
https://github.com/victormoreira92/desafio-emprestimo
Desafio de emprestimo, API Rest que cadastra e informa o emprestimo a ser concedido
api-rest rails-api ruby ruby-on-rails
Last synced: 08 May 2026
https://github.com/hidakatsuya/gsm_env
A gem to set parameters obtained from GCP Secret Manager as environment variables.
Last synced: 13 Oct 2025
https://github.com/benaitcheson/coder-academy-t2a2_marketplace_app
Coder Academy Term 2 Assignment 2. Two sided marketplace to connect financial planners and customers in one place.
devise heroku postgresql rails ruby
Last synced: 08 May 2026
https://github.com/marcelofossrj/docker-rails52
Docker image for ruby 2.7 and rails 5 based projects
docker docker-container docker-image rails rails5 ruby
Last synced: 07 Feb 2026
https://github.com/juanvqz/juanvqz.github.io
My personal blog 🤪
bridgetownrb github-pages hacktoberfest ruby
Last synced: 01 Feb 2026
https://github.com/buren/arbetsformedlingen_ads_pusher
Serverless Arbetsformedlingen Ads Pusher
arbetsformedlingen experiment rails ruby serverless sinatra
Last synced: 15 Apr 2026
https://github.com/talhat298/listifyruby
An interactive Ruby and Sinatra To-Do List app, enabling users to add tasks, mark them complete, and view updates dynamically.
Last synced: 15 Apr 2026
https://github.com/nvoynov/sampler
Stupid simple ERB generator that reads JSON, turns it into OpenStruct and pass to ERB
Last synced: 24 Apr 2026
https://github.com/melardev/railsjbuilderapipaginatedcrud
Full stack TODO REST API built with Ruby on Rails
api crud full-stack pagination rails rest ruby ruby-on-rails web web-app
Last synced: 15 Apr 2026
https://github.com/kjuly/docker-ruby-alpine-build-base
Alpine-based Ruby Docker image with build-base installed.
alpine build-base bump-version docker ruby
Last synced: 24 Apr 2026
https://github.com/a-jean-andreasian/file-encryptor-for-ruby
openssl-based file encryptor for Ruby
Last synced: 30 Apr 2026
https://github.com/brandaoplaster/flashgram
Flashgram is a website inspired by instagram with its main features.
Last synced: 24 Apr 2026
https://github.com/ritobrotomukherjee/hello-rails
It's a simple rails app for practice
first-project hello-world rails ruby ruby-on-rails
Last synced: 24 Apr 2026
https://github.com/jazibsawar/aviasales-ttu
OpenProject is a web-based project management software.
codeclimate ruby ruby-on-rails tdd travis-ci
Last synced: 24 Apr 2026
https://github.com/ssolunna/chess
Play Chess from the command line. Tested with RSpec.
Last synced: 24 Apr 2026
https://github.com/af2b/designpattern
A comprehensive collection of Behavioral Design Patterns with clean code implementations, detailed documentation, and practical examples. Educational resource for software engineers focusing on design patterns mastery and best practices.
clj clojure design-patterns ruby
Last synced: 08 May 2026
https://github.com/cristiancfe/projeto_final_rspec_ruby
Automação de API utilizando RSpec e Ruby com geração de relatórios
Last synced: 24 Apr 2026
https://github.com/lukblan/five-cards-poker
Console poker game with TDD development approach
Last synced: 18 Apr 2026
https://github.com/sampersand/blankity
Provides a "Blank" and `ToXXX` classes in ruby
Last synced: 17 Mar 2026
https://github.com/mohamedhegab/metric_visualizer
React frontend application with ruby on rails on backend helping visualizing different metrics and can add readings to these metrics
formik json-api nivo rails6 reactjs rspec-rails ruby tailwind
Last synced: 31 Jan 2026
https://github.com/n-at-han-k/emoji-validator-rails
Various Emoji Validators for rails active model
active-model emoji gem rails ruby
Last synced: 06 Jun 2026
https://github.com/petercamilleri/mystiko
A simple example encryption system with a challenge!
Last synced: 21 Jan 2026
https://github.com/bencornelis/takuzu_solver
A program for solving Takuzu puzzles
Last synced: 24 Apr 2026
https://github.com/epaltechs/hello-rails-backend
This is a hello rails backend built in synergy with 'hello-react-frontend.'
postgresql rubocop ruby ruby-on-rails
Last synced: 08 May 2026
https://github.com/eyamagishi/rails_vue_app
「Rails7系にviteを使ってVue3を入れてみた」というQiitaの記事で作成したリポジトリ
javascript rails ruby vite vue
Last synced: 31 Jan 2026
https://github.com/fmanimashaun/myblog
The Blog app is a classic example of a blog website designed by ruby on rails with a database by PostgreSQL. I have created a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.
Last synced: 24 Apr 2026
https://github.com/rubyonworld/handlebars
Pure Ruby library for Handlebars template system. The main goal of this library is to simplify the use of Ruby and Handlebars on Windows machine.
handlebars library ruby system
Last synced: 24 Apr 2026
https://github.com/adriastephanie/httparty-rspec-ruby-api
Teste de APIs com HTTParty, Rspec, e linguagem Ruby.
gitactions-workflow httparty rspec ruby
Last synced: 24 Apr 2026
https://github.com/seanhandley/adventofcode2017
Solutions for Advent of Code 2017 http://adventofcode.com
Last synced: 24 Apr 2026
https://github.com/snood1205/playing_around_with_last_fm
Just a way to play around with last.fm and visualize the data
lastfm music ruby ruby-on-rails
Last synced: 24 Apr 2026
https://github.com/joshuamichaelhall-tech/ruby-pomodoro-cli
"Terminal-based Pomodoro timer with session tracking and productivity analytics. Integrates with tmux and terminal-centric workflows."
cli object-oriented productivity ruby skill-development tmux tool zsh
Last synced: 24 Apr 2026
https://github.com/juandc/ruby-state-store
Redux like store for Ruby applications.
Last synced: 24 Apr 2026
https://github.com/daryllxd/daryllxd
🍎 🍎 🍎 I keep track of productive time, books, expenses, whatever in this small Ruby CLI app. Also adding a front-end to this.
learning rails ruby self-improvement tools
Last synced: 24 Apr 2026
https://github.com/davidteren/is_truthy
Quick TDD approach to creating a solution.
Last synced: 24 Apr 2026
https://github.com/fastcomments/fastcomments-jekyll
Live Commenting System For Jekyll
comments fastcomments gem jekyll jekyll-plugin ruby
Last synced: 06 Jun 2026
https://github.com/donnydevanda/finance-tracker
Udemy - Finance tracking apps implementing CRUD.
Last synced: 25 Feb 2026
https://github.com/tristanmorgan/awsrubycli
a pale imitation of the aws-cli
Last synced: 18 Apr 2026
https://github.com/marcaureln/hex
Small program to convert a number between two custom bases
binary-converter hexadecimal-converter ruby
Last synced: 06 Jun 2026
https://github.com/gr1d99/rails-blog
Simple rails blog application
learning-by-doing rails5 ruby ruby-on-rails
Last synced: 25 Apr 2026
https://github.com/rubyonworld/operators
Simple app to show different Ruby operators with their funny names.
Last synced: 25 Apr 2026
https://github.com/gr1d99/iaas-backend
Industrial attachment application system
api learning-by-doing ruby ruby-on-rails
Last synced: 25 Apr 2026
https://github.com/luminati-io/html-parsing-libraries
The best HTML parsing libraries for web scraping, comparing features like CSS selector and XPath support across popular tools like jsoup, Nokogiri, and Cheerio.
beautifulsoup cheerio cplusplus csharp html html-agility-pack java javascript jsoup libxml2 nokogiri parsers php php-html-parser python ruby web-scraping
Last synced: 14 Apr 2026
https://github.com/grantbirki/ruby-sandbox
A sandbox for doing things in Ruby
Last synced: 25 Apr 2026
https://github.com/applitools/tutorial-selenium-ruby-ultrafastgrid
Applitools Selenium Ruby tutorial with Ultrafast Grid
Last synced: 06 Jun 2026
https://github.com/rwehresmann/opt_alg_framework
Ruby framework to work with optimization algorithms.
np-complete optimization-algorithms ruby scheduling
Last synced: 06 Jun 2026
https://github.com/michellebonat/blocipedia
This is my wikipedia-type app demo. It has collaboration, privacy, and paid settings, uses Stripe, HAML, and more.
collaboration haml privacy rails ruby stripe-api
Last synced: 25 Apr 2026
https://github.com/tomholford/macos-bluetooth
Control your Mac's blutooth from the command line
Last synced: 25 Apr 2026
https://github.com/eltonsantos/instagram
Link course: https://www.udemy.com/course/how-to-build-instagram-using-ruby-on-rails
bootstrap5 rails7 ruby ruby-on-rails ruby3
Last synced: 14 Apr 2026
https://github.com/jbox-web/route_translator
rails routes ruby translations
Last synced: 25 Apr 2026
https://github.com/franciscojbrito/shortener
Link Shortener app with RoR, web application designed to shorten long URLs, making them easier to share and manage.
docker javascript ruby ruby-on-rails
Last synced: 15 Apr 2026
https://github.com/olivierobert/rails-devise-engine
Re-usable authentication engine
rails-engine ruby ruby-on-rails
Last synced: 08 May 2026