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/ukoloff/rufus-lua-moon
Provides MoonScript for Rufus::Lua interpreter
appveyor lua moonscript ruby travis-ci
Last synced: 28 Apr 2026
https://github.com/jerryowusu/myblogapp
Blog app made with Ruby on Rails. User can make posts, comments and likes on posts of other users. Also user can delete posts and comments created by user. User can edit profile and delete account if not happy. For creating posts and comments user must login. Admin can manage all.
Last synced: 12 May 2026
https://github.com/flori/complex_config
Advanced YAML-based configuration management for Ruby apps, simple configs were yesterday
configuration library rails ruby yaml
Last synced: 24 Dec 2025
https://github.com/michaelchadwick/lita-crazycaps
A Lita handler that allows you to randomly mangle the capitalization of a phrase for fun.
capitalization chat lita lita-crazycaps ruby rubygem
Last synced: 14 May 2025
https://github.com/asimov-platform/asimov-universe.rb
ASIMOV Universe for Ruby.
Last synced: 28 Jul 2025
https://github.com/dachinat/bitbucket_pr
Submit Bitbucket PR with CLI
bitbucket bitbucket-api bitbucket-cloud ruby ruby-cli ruby-gem
Last synced: 26 Jul 2025
https://github.com/jhonataferreira95/documention_ruby
Documentando o Ruby/Rails
rails ruby ruby-gem ruby-lib ruby-on-rails
Last synced: 18 May 2026
https://github.com/dimmg/soundclails
Playground with Soundcloud and Youtube APIs
ruby rubyonrails soundcloud-api youtube-api
Last synced: 02 Jan 2026
https://github.com/knowald/simple_graph
A simple graph library for Ruby.
bfs datastructures graphs pathfinding ruby
Last synced: 25 Jul 2025
https://github.com/evaneykelen/nicetitle
Nicetitle is an implementation of John Gruber's TitleCase.pl
Last synced: 29 Jul 2025
https://github.com/initdc/rb-process
Add the missing methods to the Ruby Process, you can use it with method chaining
command method-chaining process ruby
Last synced: 08 Apr 2026
https://github.com/praisespjmt/hello-rails
This project models a practice of the MVC model using Ruby on Rails. Knowing that we have a clear path from the browser to the routes file to the Controller action, which can pull data from the database through the Model and create an instance variable that is then sent to the View to be displayed to the user.
Last synced: 07 May 2026
https://github.com/iamdoubz/systemd-diaspora
Produce steps to create necessary files to start and stop diaspora using systemd
decentralized diaspora federated rails ruby social-network
Last synced: 19 Apr 2026
https://github.com/pbinkley/wikihow-nonsequitur
Generate random WikiHow entries using random steps drawn from existing ones
Last synced: 08 Jul 2025
https://github.com/wezm/bluez-api-parser
Gem and tool for generating D-Bus introspection XML from the BlueZ API documentation
bluetooth bluez dbus introspection introspection-xml ruby xml
Last synced: 25 Jul 2025
https://github.com/tenjininc/invar
Single source of truth for environmental configuration.
config configuration-files environment environment-configuration environment-variables experimental ruby ruby-gem
Last synced: 25 Jul 2025
https://github.com/evgeniradev/captchah
A Rails captcha gem that attempts to determine whether or not a user is human.
captcha rails ruby ruby-on-rails
Last synced: 25 Jul 2025
https://github.com/d4nqw3rty/ruby-group-capstone---catalog-of-my-things
Application build with Ruby, you can create your catalog of thing you want.
Last synced: 28 Mar 2025
https://github.com/hashim21223445/andoka-cloud.2000
Andoka Cloud.mdConfig files for my GitHub profile.
algorithms docker-compose firebase firebase-auth git gitactions-workflow github-actions github-config html html-css-javascript java javascript laravel machine-learning modules qa qrcode-generator ruby template university-project
Last synced: 08 Apr 2026
https://github.com/haijin-development/ruby-sirens
Interactive utilities to develop in Ruby, implemented in Ruby and GTK3.
debugging-tools development-tools gtk3 gui-application ruby
Last synced: 19 May 2026
https://github.com/yivo/docker-centos7-ruby
Docker container with CentOS 7 and Ruby.
centos centos-docker docker docker-container docker-image ruby ruby-docker
Last synced: 06 May 2026
https://github.com/michaeltelford/yart
Yet Another Ruby Templater (YART) turns plain Ruby into HTML, making it fun to write webpages
Last synced: 19 May 2026
https://github.com/emsk/mruby-redmine_activity
Summarize one day's activities on Redmine.
Last synced: 20 May 2026
https://github.com/mkonikov/dynamicbase
DynamicBase is a lightweight object-relational mapping tool built with Ruby.
Last synced: 16 Jul 2025
https://github.com/justalever/turbo_modals_demo
Let's Build with Hotwire and Rails - Turbo Modals
hotwire-turbo rails ruby turbo
Last synced: 02 Jul 2026
https://github.com/hainesr/mod-player
A set of tools to play Mod files.
ffi-openmpt hacktoberfest libopenmpt mod player ruby
Last synced: 25 Jul 2025
https://github.com/praisespjmt/morse-code-decoder
This repository contains program to decode a morse-code message using Ruby
Last synced: 29 Mar 2025
https://github.com/winebarrel/kani_laser
SendGrid v3 Mail Send API Ruby Client that validates API request body using JSON Schema.
Last synced: 02 Sep 2025
https://github.com/poacosta/ruby-on-exercism
Ruby exercises completed on Exercism platform
Last synced: 04 Jul 2026
https://github.com/ukoloff/skb-test
SKB Kontur test task
rails-application rails5 ruby skb-kontur
Last synced: 01 May 2026
https://github.com/hikouki/fluent-plugin-dio
:full_moon: Output filter plugin of fluentd. Convert to timestamp from date string.
Last synced: 30 Mar 2025
https://github.com/augusto240/learning-ruby-
Studying the Ruby programming language.
Last synced: 25 Sep 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/praisespjmt/test-driven-development-practice
This repository has an implementation a `Solver` class with some methods using test-driven development (TDD). The idea is to write tests first and then the code. The project was done entirely with Ruby.
Last synced: 29 Mar 2025
https://github.com/kelsonbatista/logistics-system-ruby-on-rails
Logistics System in Ruby on Rails
activerecord bootstrap devise full-stack orm rspec rspec-rails ruby ruby-on-rails sqlite
Last synced: 09 Apr 2026
https://github.com/praisespjmt/day-of-the-programmer-praisespjmt
DS & A Challenge: Marie invented a Time Machine and wants to test it by time-traveling to visit Russia on the Day of the Programmer (the 256th day of the year) during a year in the inclusive range from 1700 to 2700.
Last synced: 29 Mar 2025
https://github.com/delonnewman/contracts-gen
Generate data from contracts
contracts design-by-contract functional functional-programing generative-testing ruby testing
Last synced: 29 Mar 2025
https://github.com/futhr/spree-last-address
Relieves user of retyping address on return order in Spree Commerce
address checkout e-ecommerce rspec ruby spree
Last synced: 12 May 2025
https://github.com/dvinciguerra/business-br-shipping
Business::BR shipping integrations gem project
Last synced: 25 Oct 2025
https://github.com/boblail/pluck_map
A DSL for presenting ActiveRecord::Relations without instantiating ActiveRecord models
activerecord dsl presenter ruby
Last synced: 20 Jul 2025
https://github.com/flipez/spotilocal
Control and query your local Spotify client.
cli gem ruby spotify spotify-cli thor
Last synced: 28 Mar 2025
https://github.com/krishpranav/rbshodan
A shodan library written in ruby
ruby ruby-gem ruby-library shodan shodan-client
Last synced: 27 Mar 2025
https://github.com/ambrose-kibet/catalog-of-my-things
This is a command line app built collaboratively with ruby that allow the user to arrange thier stuff in an organized manner
Last synced: 17 May 2026
https://github.com/siman-man/rrpn
Simple Reverse Polish Notation calculator and converter
Last synced: 05 Apr 2025
https://github.com/fmjsjx/lib-bson
Patch some useful functions for BSON in RUBY.
Last synced: 28 Mar 2025
https://github.com/mistermboy/rails-api-rest
Simple example of an API REST using Ruby on Rails
api api-rest example rails ruby ruby-on-rails
Last synced: 17 May 2026
https://github.com/crescentkohana/tohsakabot
An all-around Discord bot written in Ruby. Includes an optional Rails frontend.
Last synced: 13 Apr 2025
https://github.com/ministryofjustice/govuk-pay-ruby-client
Ruby client for GOV.UK Pay API (basic functionality)
payments ruby x-justice-delivery-team
Last synced: 15 Apr 2025
https://github.com/mwafrika/pocketguard-app
PocketGuard is a mobile web application that assists users with money management. It may also show consumers a list of transactions they've done that are tied to their categories, as well as the overall amount of money they've spent.
ruby ruby-on-rails tailwindcss
Last synced: 25 Jan 2026
https://github.com/hmtanbir/rta
Raremark Technical Asignment
postgresql rspec ruby ruby-on-rails
Last synced: 07 May 2026
https://github.com/raphox/angorah
Social network consult
graph neo4j ruby ruby-on-rails social-network
Last synced: 28 Mar 2025
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/andyobtiva/glimmer_metronome
Glimmer Metronome supports different beat counts, click sounds, and tempos, including tap-based tempo calculation.
desktop desktop-app desktop-application glimmer-dsl-swt gui jruby metronome music ruby
Last synced: 24 Jun 2025
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/matiaskorhonen/digest_bench
Benchmarks of various hash algorithms
Last synced: 10 Jul 2025
https://github.com/erozas/avocasts
AvoCasts is an example application learning management application built for articles in the Avo Blog
admin rails ruby ruby-on-rails
Last synced: 17 May 2026
https://github.com/bitmaybewise/bolso-furado
Tag your old articles on Pocket as "bolso-furado"
Last synced: 13 Apr 2025
https://github.com/hiromichinomata/multi-tenant-direct-cloud
multi-tenancy ruby ruby-on-rails sample-project
Last synced: 17 May 2026
https://github.com/rubydevi/catalogue-of-my-things
capstone-project collaboration postgresql ruby
Last synced: 17 May 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/omkz/rails-react-blog
Blog application with Rails and React.js
postgresql rails react react-router reactjs ruby ruby-on-rails
Last synced: 08 Apr 2026
https://github.com/sebalp100/school-library
In this repo, I implement a library code that allows the user to store books and a students list
Last synced: 05 Apr 2025
https://github.com/teitei-tk/hackernews_api_client_rb
HackerNews API Client for Ruby
hackernews hackernews-api ruby
Last synced: 28 Mar 2025
https://github.com/masukomi/mongodb_meilisearch
Easily integrate Meilisearch into your MongoDB backed Rails models.
meilisearch mongodb mongoid ruby ruby-gems ruby-on-rails
Last synced: 08 May 2025
https://github.com/uzair-manzoor/vet_clinic
Vet Clinic Database is a relational database to create the data structure for vet clinic including datas such as: animals, animals' owners, clinic employees, and visits.
Last synced: 05 Apr 2025
https://github.com/turingschool-examples/csv_example
This is part of a Backend Mod 1 exploration lesson on learning how to use the CSV class to read files and make objects.
Last synced: 24 Jun 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/ispirett/bad_word_filter
A ruby gem that detects and censor bad words, swear words and profanity in a given text.
gem profanity-filter rails ruby
Last synced: 03 Mar 2025
https://github.com/ysato5654/histock-simplefilter
HiStock (https://histock.tw/) filter
Last synced: 05 Apr 2025
https://github.com/tkuchiki/chef-dump-attr
Dump attributes command for Chef
attributes chef cli dumper ruby
Last synced: 17 May 2026
https://github.com/dtinth/autocommit
Automatically generate commit message based on Git word diff
Last synced: 02 Apr 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/shafiuyushawu/morse-code-decode
This is a ruby program to decode morse code into meaningful characters, words and sentence
classes-and-objects rubocop ruby ruby-gem
Last synced: 28 Mar 2025
https://github.com/thecodinghouse/knowme
Public Profile For Developers
docker github-api nginx omniauth postgresql puma rails5 reactjs ruby stack-apps stackoverflow
Last synced: 07 Apr 2026
https://github.com/flavorjones/windows-ruby-dev-tools-release
BOSH release to install Ruby dev tools on a Windows stemcell
bosh bosh-release ruby windows
Last synced: 05 Apr 2025
https://github.com/scribblelabapp/scribbledeveloper-cli
ScribbleDeveloper's official command line tools: Develop and debug your own plug-ins for ScribbleLab
cli developer-tools ruby scribblelab
Last synced: 21 Aug 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/philrunninger/rpn
My Ruby and Erlang implementations of a Reverse Polish Notation calculator
Last synced: 18 Dec 2025
https://github.com/paulohrpinheiro/ruby-txt2tags
A reimplementation of txt2tags in ruby
Last synced: 25 Jun 2026
https://github.com/gsamokovarov/timeout_errors
Catch all of them Net::HTTP timeout errors.
Last synced: 05 Apr 2025
https://github.com/mattmassicotte/rake-remote-file
Ruby Rake extension to support remote file task
Last synced: 05 Apr 2025
https://github.com/martinnicolas/interactors_mindmap
Mindmap chart for your Rails interactors
mindmap rails rails-interactors ruby
Last synced: 20 Jul 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/evanthegrayt/attribool
✅ Ruby macros for creating boolean methods for attributes that may or may not be booleans themselves.
attributes booleans gem macros ruby rubygem
Last synced: 09 May 2025
https://github.com/melody-rs/Luminol
An RPG Maker XP-VX Ace rewrite, written in Rust with love 💕
contributions-welcome editor egui game-development game-editor gamedev looking-for-contributors rpg rpg-maker rpg-maker-xp ruby ruby-marshal rust rustlang wasm webassembly
Last synced: 30 Oct 2025