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/galtzo-floss/yard-fence
🤺 A YARD plugin to prevent InvalidLink warnings. Convert ASCII braces ('{}') to full-width braces ('{}') within code fences (triple-or-single backticks) during YARD processing, and back to ASCII braces afterward
documentation plugin ruby rubygem yard yardoc
Last synced: 07 Apr 2026
https://github.com/dawnpaladin/handbook
Notes and code samples
angular code-samples documentation javascript rails ruby
Last synced: 06 Apr 2025
https://github.com/gagniuc/single-for-loop-traversal-of-2d-arrays
It demonstrates the use of a single "for-loop" in traversing a matrix. The example shown here is made in 10 programming languages: C#, C++, Java, Javascript, PERL, PHP, Python, Ruby and VB/VBA.
array cpp csharp java javascript matrix perl php python ruby vb6 vba vba-excel vba-macros
Last synced: 07 Apr 2026
https://github.com/thiagohrcosta/my-bookshelf
My bookshelf it's a simple application to add your book collection with the main informations like title, author, pages and resume.
bootstrap4 css html5 javascript ruby ruby-on-rails
Last synced: 12 Apr 2026
https://github.com/molawson/sidekiq-corral
Sidekiq add-on for confining a job and its child jobs to a single queue
Last synced: 29 Mar 2025
https://github.com/lanej/critic
Ruby resource authorization framework
authorization authorization-framework conventions critic rails ruby sinatra
Last synced: 17 May 2026
https://github.com/andrewjh271/social-scrolls
Like Facebook, without the baggage
rails ruby ruby-on-rails social-media social-network
Last synced: 21 Jan 2026
https://github.com/savannstm/marshal-rs
Blazingly fast Ruby-lang's Marshal implementation in Rust.
deserialize marshal ruby serialize
Last synced: 16 Jul 2025
https://github.com/q-m/nutriscore-ruby
nutriscore computation for Ruby
food-products nutri-score nutrients nutriscore nutrition ruby ruby-gem
Last synced: 12 May 2026
https://github.com/amitizle/optio
A wrapper on Ruby's OptionParser for quickly setting up cli switches
option-parser ruby ruby-cli ruby-gem rubygems
Last synced: 12 Jul 2025
https://github.com/westonganger/prawn_invoice
Dead simple Prawn based PDF invoice generator with support for custom invoice templates
invoice invoice-builder invoice-generator prawn prawn-pdf rails ruby
Last synced: 17 May 2026
https://github.com/piktur/pg_multisearch
Multi-type Full Text Search plugin for PostgreSQL and ActiveRecord
activerecord arel postgres postgresql rails ruby search searching
Last synced: 16 Jul 2025
https://github.com/moonjose/heroeslist_api_rb
Heroes API with Ruby on Rails 6
rails-api-backend ruby ruby-on-rails
Last synced: 22 Apr 2026
https://github.com/zewdu444/catalog_my_things
A console app that will help you to keep a record of different types of things you own: books, music albums, movies, and games
Last synced: 05 Apr 2025
https://github.com/umar221b/filterable_model
FilterableModel provides an organized and seamless way to filter your ActiveRecord objects using real and custom attributes.
Last synced: 20 Apr 2026
https://github.com/kachick/eqq
Pattern objects builder
condition functional pattern ruby
Last synced: 13 Mar 2025
https://github.com/sandbergja/sushi_stats
A ruby script that fetches research database usage data from various database vendors
Last synced: 16 Jul 2025
https://github.com/itsmraga-hub/class-attendance
A class management system that helps teachers keep track of student's attendance of their respective classes. Built with rails and postgresql
Last synced: 20 Jan 2026
https://github.com/andygeek/books-api-rails
Api en Ruby on Rails con los modelos Genero y libro y su respectiva relación.
Last synced: 18 May 2026
https://github.com/dankimio/codeword
Place a staging server behind a codeword.
Last synced: 17 Feb 2026
https://github.com/sparanoid/match_regex
A Liquid filter to perform regex match
Last synced: 12 Apr 2025
https://github.com/amita-roy/tic-tac-toe_testing
In this project, we are building a Tic Tac Toe game. The main goal is to put into practice the main concepts of Object Oriented Programming. Particularly, classes, modules and objects and access their attributes. I am using rspec to test my project.
classes modules oop rspec ruby
Last synced: 18 May 2026
https://github.com/danielpclark/env_compat
Your tool for converting special characters to ENV compatible variables.
conversion converting-special-characters env environment-variables ruby
Last synced: 13 Mar 2025
https://github.com/bearandgiraffe/bg-common
A ruby library of common behaviors
Last synced: 18 May 2026
https://github.com/yageek/lambert-ruby
:earth_africa: Ruby native extension over the C and Java lambert library
coordinates jruby lambert ruby wgs84 wrapper
Last synced: 18 May 2026
https://github.com/ruby-ist/dijkstra_trace
A ruby gem for dijkstra Algorithm implementation
dijkstra-shortest-path ruby rubygems
Last synced: 02 Aug 2025
https://github.com/tongueroo/jets-example-upload
Jets Upload Tutorial with Carrierwave Example
awslambda jets ruby rubyonjets serverless
Last synced: 15 Jul 2025
https://github.com/marcoroth/tankerkoenig-ruby
Ruby Wrapper for the Tankerkoenig API
api json ruby tankerkoenig tankerkoenig-api wrapper
Last synced: 18 May 2026
https://github.com/budgielang/budgie-cli
Node CLI for Budgie. 🦜
csharp gls java javascript metaprogramming node npm oop-languages python ruby typescript
Last synced: 07 Apr 2026
https://github.com/flanker/acts_as_graph
Add graph(DAG) support to your Ruby models
Last synced: 15 Jul 2025
https://github.com/lucas4tech/aeon-flow-meeting-system-clean-project
🔖 Building a meeting room reservation management system with Ruby and Deno Fresh using TDD, DDD, Clean Architecture, Design Patterns and SOLID principles 🎯✨.
deno design-patterns domain-driven-design fresh hanami rails rspec ruby ruby-on-rails solid-principles test-driven-development typescript
Last synced: 09 Apr 2026
https://github.com/trace-kadenyi/school-library-app
Imagine that you are the librarian of OOP University, and you need a tool to record what books are in the library and who borrows them. This app implements object-oriented programming and allows you to add new students or teachers, add new books, save records of who borrrowed a given book and when. All this is built in a beautiful and well-organized way.
Last synced: 02 Jul 2026
https://github.com/thomasthaddeus/ghpagesjekyll
Old Repo for learning how to use jekyll
jekyll jekyll-blog jekyll-site ruby
Last synced: 31 Oct 2025
https://github.com/zmekonnen251/budget-app
This project is Ruby on Rails capstone project. is a mobile web application where you can manage your budget: you can create a list of transactions associated with a category, so that you can see how much money you spent and on what.
javascript rails-devise ruby ruby-on-rails stimulusjs tailwindcss
Last synced: 29 Apr 2026
https://github.com/clivern/muffin
🐺 Multi-Language Coding Playground Platform.
clivern coding-platform muffin playground ruby ruby-on-rails
Last synced: 19 May 2026
https://github.com/praisespjmt/library-rb
Library-RB is an application for the OOP University that records what books are in the library and who borrows them. The allow you to: Add new students or teachers, Add new books, Save records of who borrowed a given book and when.. The app is built with Ruby
Last synced: 29 Mar 2025
https://github.com/reyadussalahin/sinatra-simple
A basic environment setup for ruby sinatra based web application
docker docker-deployment ruby sinatra sinatra-tutorial web-application webapp
Last synced: 17 Jan 2026
https://github.com/coreyjs/grpc-cache-example
A ruby gRPC server that can store and retrieve files from memcache. A Go client to interact with the server
example-project go golang grpc grpc-server learn learning memcache ruby tutorial
Last synced: 14 Apr 2026
https://github.com/leesheppard/coding-test-sales-tax
Coding test that applies sales tax, import tax and excludes items from tax from an imported file.
Last synced: 16 Apr 2026
https://github.com/sanjibroy360/quizzy-by-sanjibroy360
A Quiz application created using React.js and Ruby on Rails. Here, users can create and publish quizzes and receive a shareable link. Additionally, quiz creators can view and export detailed statistics for each quiz.
postgresql quizapp quizzy reactjs ruby ruby-on-rails
Last synced: 13 Apr 2026
https://github.com/demonstrandum/progress_download
Simple customisable progress bar for downloading remote files in Ruby.
customizable downloader progress-bar ruby shell terminal
Last synced: 07 May 2026
https://github.com/nathaniel-daniel/ruby-marshal-rs
A Rust implementation of Ruby's Marshal module.
dumper loader ruby ruby-marshal rust
Last synced: 17 Jan 2026
https://github.com/Salesap/yandex_kassa
Simple API wrapper for YandexKassa API v3
Last synced: 12 Oct 2025
https://github.com/ghiftee/recipe-app
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.
Last synced: 13 Apr 2026
https://github.com/nemwel-boniface/portfolio_backend
This is a Ruby on Rails API application which I am creating to act as my backend server for my personal portfolio. Data that is supposed to be displayed in my portfolio will all come from this API application.
api-rest gitflow postgresql rspec-rails rswag-api ruby ruby-on-rails
Last synced: 13 Apr 2026
https://github.com/fnando/omniauth-wp
Wordpress's OAuth2 Strategy for OmniAuth.
omniauth omniauth-strategy rails ruby wordpress
Last synced: 13 Apr 2026
https://github.com/anthonycorletti/modal-arbitrary-code-example
Run arbitrary code on Modal.
Last synced: 12 Apr 2026
https://github.com/alexeevit/valera
A telegram bot with a Markov chain under the hood
Last synced: 14 Jun 2025
https://github.com/hopsoft/self_renderer
Rails model & object rendering outside the context of web requests
ruby ruby-on-rails server-side-rendering
Last synced: 12 Oct 2025
https://github.com/cliftondavies/learnar
A Ruby on Rails full-stack app for learners to share progress, connect and find inspiration.
bootstrap4 css3 devise font-awesome-sass heroku html5 postgresql rspec rspec-rails ruby ruby-on-rails sass shoulda-matchers sql
Last synced: 07 Apr 2026
https://github.com/hombre2014/shopify_challenge
Shopify challenge for Back-end Ruby Internship position
Last synced: 18 May 2026
https://github.com/jimmycuadra/lita-high-five
A Lita handler that won't leave you hanging.
chatops fun lita lita-handler ruby
Last synced: 13 Oct 2025
https://github.com/ericlondon/rails4-has_many_through-accepts_nested_attributes_for-allow_destroy
Rails4 / has_many through / accepts_nested_attributes_for / allow_destroy / nested form
accepts-nested-attributes-for form has-many-through rails rails4 ruby
Last synced: 19 Jan 2026
https://github.com/kwilczynski/mcollective-scripts
Various Marionette Collective scripts
Last synced: 13 Oct 2025
https://github.com/ricarthlima/rails-ricarthme
👩💻 Versão antiga do meu site pessoal. Feito com ❤️ e #RoR.
Last synced: 16 Apr 2026
https://github.com/phcdevworksarchives/phcdevworks_accounts_devise
Ruby on Rails 7 Authentication and User Management Engine using Devise with a nice-looking dashboard, admin panel and login views to get you going fast on your next project.
bradpotts devise phcdevworks phcdevworks-accounts rails rails-engine rails-gem rails7 ruby ruby-gems ruby-on-rails rubygems
Last synced: 09 Feb 2026
https://github.com/said-laasri/cooking_recipes
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 allows you to make them public
css3 devise-token-auth html5 rails ruby ruby-on-rails tailwindcss
Last synced: 13 Apr 2026
https://github.com/elquimista/godfather
No Strings Attached
family-tree godfather reactjs ruby
Last synced: 16 Apr 2026
https://github.com/dipto0321/facialbook
A social media app built with Ruby on Rails.
database erb-template facebook heroku minimum-features newsfeed postgresql profile rails ruby
Last synced: 13 Apr 2026
https://github.com/paulfioravanti/pianoforall
Sonic Pi versions of tunes in Udemy's Pianoforall course
Last synced: 13 Oct 2025
https://github.com/signified/highlight
Every Pygments and Rouge CSS stylesheet all in one place and ready to use.
css highlight highlighting pygmentize pygments pygments-css pygments-style pyhton rouge ruby syntax syntax-highlighting
Last synced: 07 Jun 2026
https://github.com/paulfioravanti/three_little_pigs
The Story of the Three Little Pigs (in Ruby)
Last synced: 13 Oct 2025
https://github.com/abhilekhsingh041992/icndb-ruby-client
A ruby wrapper for Icndb(the internet chuck norris database) API
chuck icndb icndb-api ruby ruby-gem ruby-wrapper rubygem
Last synced: 29 Oct 2025
https://github.com/mjm/pressy
A command-line tool for editing your WordPress site using local files
Last synced: 18 May 2026
https://github.com/bertiewooster/periodictablenav
See how the elements are related to each other
chemistry javascript periodic-table periodic-table-of-elements ruby sinatra
Last synced: 15 May 2026
https://github.com/syedabutalib/language_colors
Ruby gem that returns the github color of a programming language
Last synced: 02 Apr 2025
https://github.com/unurgunite/advanced_code_generator
Code generator based on your preferences
code-generation generator ruby
Last synced: 02 Apr 2026
https://github.com/andyobtiva/responsibility_driven_design_in_ruby
Code examples used in Montreal.rb January 2025 talk "Ruby OOP Done Right with Responsibility Driven Design" by Andy Maleh
ood oop responsibility-driven-design ruby
Last synced: 13 Oct 2025
https://github.com/eudanilobarbosa/bdd-discover
Projeto de testes automatizados realizado no curso BDD eXperience da QAx com Fernando Papito.
bash capybara cli cucumber-ruby git html-css-javascript rails rspec ruby selenium-webdriver visual-studio-code webapp
Last synced: 27 Jan 2026
https://github.com/djellemah/rodsec
ruby ffi for ModSecurity and rack middleware
modsecurity rack rack-middleware rails ruby
Last synced: 13 Apr 2026
https://github.com/cvilla714/blogapp
The project was about creating a blog using rails it has the functions of creating new blogs, editing, and destroying blogs. Built with
Last synced: 13 Apr 2026
https://github.com/elektronaut/dis
A file store for your Rails app
file-handling plugin rails ruby
Last synced: 22 Feb 2026
https://github.com/raihan2bd/morse-code-decoder
The "Morse Code Decoder" is a Ruby project that translates Morse code into English letters and numbers. It can be used to decode Morse code messages and relies on a predefined mapping table for the translation process.
Last synced: 20 Apr 2026
https://github.com/said-laasri/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.
migration postgresql rails ruby ruby-gem ruby-on-rails
Last synced: 13 Apr 2026
https://github.com/hbrawnak/tiny-forum
Forum app in Rails
rails5 ruby ruby-on-rails twitter-api
Last synced: 17 May 2026
https://github.com/lulunac27a/simple-task-list-sinatra
Simple task list app using Ruby and Sinatra
application erb erb-html ruby sinatra sinatra-application sinatra-applications sinatra-framework sinatra-web task task-list tasklist tasks todo todo-app todo-list todolist
Last synced: 27 Jan 2026
https://github.com/fabianofrank/ruby-hello-world
A Ruby app to decode any morse message.
Last synced: 28 Feb 2025
https://github.com/gabyse1/catalog-of-my-things
A console app that help users to keep a record of different types of things they won like books, music albums, movies, and games. User can list, add, and remove records. Build with Ruby.
Last synced: 15 Oct 2025
https://github.com/altontonn/catalog-of-my-things
[Catalog of my Life Project] is a capstone project that uses console app to keep a record of different types of things you own: books, music albums, movies, and games.
Last synced: 05 Feb 2026
https://github.com/silva4dev/ruby-clean-architecture-api-project
🌱 Building an API with Ruby using TDD, DDD, Clean Architecture, Design Patterns and SOLID principles 🎯✨
ci-cd docker docker-compose domain-driven-design grape postgresql rspec ruby sequel solid-principles swagger test-driven-development
Last synced: 12 Mar 2025
https://github.com/rohancyberops/command-line-calculator
A simple command-line calculator built in Ruby that supports basic arithmetic operations like addition, subtraction, multiplication, and division. This calculator allows users to perform calculations interactively in the terminal or command prompt.
Last synced: 15 Oct 2025
https://github.com/mtwilliams/typespec
:nut_and_bolt: Specify complex schema made of types or specific values.
Last synced: 30 Jan 2026
https://github.com/duot/ttt
This is a customizable terminal based Tic Tac Toe game
exercise ruby small-project terminal-game
Last synced: 28 Apr 2026
https://github.com/adamanr/ruby-guideapp
Ruby application with Rails gem created by Youtube guide for learning Ruby
Last synced: 03 May 2026
https://github.com/bsclifton/cloud-config
Build configuration used for my cloud server
configuration digitalocean nginx ruby ssh ubuntu
Last synced: 09 May 2026
https://github.com/kazvee/two_player_game
🧮 Two player math game which runs in the terminal. 🔴 Built with Ruby using OOP (Object Oriented Programming) principles. ✨ Includes a TV Infomercial style ReadMe, just for fun! 📺
game object-oriented-programming oop readme ruby
Last synced: 14 Jun 2025