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/tomtom/websitary
A ruby-based script that monitors webpages, rss feeds, podcasts etc.
rss ruby website-monitor websites
Last synced: 30 Apr 2025
https://github.com/fscm/lastfm2itunes
Update your iTunes "played counts" with your Last.fm scrobbles.
Last synced: 10 Aug 2025
https://github.com/krypto-etox/car-racing-2
Car Racing 2 is a simple UI BASED HTML, CSS, JS and Ruby, game with a taste of old theme. It's just for educational and learning purpose game project.
api css game html javascript js ruby static web webdevelopment
Last synced: 21 Sep 2025
https://github.com/fdutey/shirinji
Dependency injections made easy with Ruby
dependency-injection inversion-of-control ruby
Last synced: 11 Apr 2025
https://github.com/zupit/horusec-examples-vulnerabilities
Horusec is an open source tool that improves identification of vulnerabilities in your project with just one command.
analysis cd ci cli golang hacktoberfest java kotlin netcore python ruby sast sast-analysis scanner security security-development security-flaws static-analysis terraform vulnerabilities
Last synced: 17 Jun 2025
https://github.com/alephao/tia-crawler
Gem para acessar os dados do TIA Mackenzista
Last synced: 22 Apr 2025
https://github.com/ruby/syslog
Ruby interface for the POSIX system logging facility
Last synced: 05 Apr 2025
https://github.com/quentin18/pathfinding.rb
A pathfinding library in Ruby based on A* algorithm.
astar-algorithm gem pathfinding ruby
Last synced: 01 Nov 2025
https://github.com/tenderlove/hatstone
A minimal Ruby wrapper for Capstone disassembler
assembly capstone disassembler ruby
Last synced: 07 May 2025
https://github.com/petertseng/adventofcode-rb-2017
Solutions to https://adventofcode.com/2017 (complete)
advent-of-code advent-of-code-2017 ruby
Last synced: 06 May 2025
https://github.com/micheleriva/hackerrank-my-solutions
🍿My solutions to HackerRank problems
ai artificial-intelligence bot cpp cpp11 elixir elixir-lang euler hackerrank hackerrank-solutions haskell js mysql regex regexp ruby scala sql
Last synced: 07 May 2025
https://github.com/aliou/tablature
Rails + Postgres partitions
partitioning postgres postgresql rails ruby
Last synced: 06 May 2025
https://github.com/zquestz/pickynode
Some people are picky about the bitcoin nodes they connect to.
Last synced: 12 Apr 2025
https://github.com/jonathanhefner/moar
More-style pagination for Rails
pagination rails ruby ruby-on-rails
Last synced: 11 Nov 2025
https://github.com/remotestorage/api-test-suite
Test suite for RS server REST APIs
Last synced: 07 May 2025
https://github.com/meleu/hello_meleu
A useless gem created for the sole purpose of showing people how to create a Ruby gem.
Last synced: 14 Apr 2025
https://github.com/mishina2228/youtube-api-trial
YouTube channels info collector
Last synced: 22 Mar 2025
https://github.com/fr33z3/semantic_navigation
Simple navigation menus implementation for Rails 3 application with multiple and nesting menus.
navigation navigation-menus nested-menus rails ruby
Last synced: 12 Apr 2025
https://github.com/guillermoap/notion_to_html
Notion HTML renderer for Ruby and Rails
notion notion-blog rails renderer ruby ruby-on-rails
Last synced: 18 Jul 2025
https://github.com/alchaplinsky/ai21
A Ruby client for AI21 Studio API
ai api-client artificial-intelligence machine-learning ml ruby
Last synced: 20 Jun 2025
https://github.com/apache/activemq-artemis-native
Apache activemq artemis native
activemq c cplusplus csharp java network-client network-server perl php python ruby
Last synced: 12 Apr 2025
https://github.com/paddor/czmq-ffi-gen
Generated, low-level CZMQ binding for Ruby
Last synced: 04 Apr 2025
https://github.com/airslie/renalware-core
Renalware uses demographic, clinical, pathology, and nephrology datasets to improve patient care, undertake clinical and administrative audits and share data with external systems.
Last synced: 27 Jul 2025
https://github.com/hafiz1379/catalog-of-my-things
Catalog of my things is console app that will help you to keep a record of different types of things you own: books, music albums, and games. Everything will be based on the UML class diagram presented below. The data will be stored in JSON files. Created using Ruby!
Last synced: 20 Sep 2025
https://github.com/lukel97/room-booking-tcd
A web app for booking group study rooms within TCD
bootstrap cheerio graphql javascript nokogiri react ruby
Last synced: 06 May 2025
https://github.com/bocaletto-luca/multilanguage-test-example
Multilanguage Test Examples Welcome to the Multilanguage Test Examples repository! This project contains simple, self-contained examples of programming fundamentals implemented in various programming languages. Each example demonstrates basic constructs—including output, variable declarations, conditionals, loops, and functions/methods with clear..
bocaletto-luca c cpp csharp css3 fsharp go haskell html5 java javascript kotlin python ruby rust scala swift swift5 typescript
Last synced: 01 Apr 2026
https://github.com/marcoroth/netatmo-ruby
Ruby gem to interact with the Netatmo REST API
api hacktoberfest netatmo ruby weather wrapper
Last synced: 07 May 2025
https://github.com/xavriley/fast_osc
A Ruby wrapper around rtosc (https://github.com/fundamental/rtosc/) to encode and decode OSC messages.
Last synced: 22 Jun 2025
https://github.com/bondok6/school-library
In this project, I build the "OOP school library" app.
Last synced: 12 May 2025
https://github.com/mohsen-alizadeh/rails-pdate
Persian date utility to use in Rails projects
Last synced: 23 Jul 2025
https://github.com/rubycocos/webservice
webservice gem - yet another HTTP JSON API (web service) builder
Last synced: 11 Jul 2025
https://github.com/javierhonduco/ruby_perf_counters
Ruby gem to access the CPU performance counters (PMU) using perf_event_open(2)
perf performance performance-counters performance-monitoring-unit pmu ruby
Last synced: 11 Mar 2026
https://github.com/hafiz1379/oop-school-library
Discover the OOP School Library, a Ruby-powered app for efficient book and borrower management. Over a week, build classes for students, teachers, and books, create associations, add a simple user interface, refactor code, ensure data persistence, and implement unit tests. A practical example of object-oriented programming in action.
Last synced: 01 Aug 2025
https://github.com/thecodechaser/things-catalog
Things-catalog is a console based project written in Ruby langueage, Where users can store books, music-albums, games and other data. The data is being save to the json files and gets back to the application on restart.
Last synced: 24 Apr 2025
https://github.com/reem-lab/budget-app
Budget app is about building 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
boostrap devise-token-auth postgresql rspec-rails rubocop ruby ruby-on-rails
Last synced: 03 Oct 2025
https://github.com/icyleaf/xiaomi-push
(unofficial) xiaomi push server sdk for ruby - 非官方小米推送服务端 Ruby SDK
ruby ruby-sdk xiaomi xiaomi-push xiaomi-sdk
Last synced: 24 Apr 2025
https://github.com/kevinstuffandthings/nameq
Create unique names via numeric suffixes
Last synced: 26 Oct 2025
https://github.com/uvlad7/json_scanner
gem json json-parse json-parser json-parsing jsonparser ruby ruby-gem rubygem sax-parser yajl
Last synced: 25 Feb 2026
https://github.com/maumagnaguagno/hypertension_u
:fleur_de_lis: HTN planning with uncertainty in Ruby
htn hypertension planning ruby uncertainty
Last synced: 09 Apr 2025
https://github.com/ales-vilchytski/modulejs-rails
Lightweight JavaScript module system for Ruby on Rails 4
asset-pipeline javascript rails4 ruby
Last synced: 08 Oct 2025
https://github.com/messagemedia/messages-ruby-sdk
MessageMedia Ruby SDK for sending and receiving messages
messagemedia messaging ruby sms sms-api sms-client sms-gateway sms-messages
Last synced: 01 Aug 2025
https://github.com/nikolalsvk/restaurant-reservations
Ruby on Rails project for Internet Software Architecture course
activerecord postgresql rails reservation ruby
Last synced: 22 Apr 2025
https://github.com/cristianceamatu/microverse-ruby-telegram-bot
Telegram ChatBot that can search on Wikipedia/Google domains or get you 3 random Wikipedia articles, it also sends you random funny Gifs every time you write. Built with Ruby using the TDD technique.
google-api ruby telegram-bot-api tenor-api wikipedia-api
Last synced: 25 Aug 2025
https://github.com/yothu/catalog-of-my-things
data-structures ruby terminal-based
Last synced: 26 Feb 2026
https://github.com/edas/bitwapi
Unofficial Bitwarden API client in ruby
api-client bitwarden password-manager ruby
Last synced: 18 Jan 2026
https://github.com/ahmadchata/linter_css
💻‼️A Command-line based app that checks for errors in CSS files such as 2 spaces indentation in blocks, space before opening brace, lower case for hex colour code.
Last synced: 09 Apr 2025
https://github.com/praisespjmt/fruugal
Fruugal 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. Built with Ruby-on-Rails.
Last synced: 24 Apr 2025
https://github.com/slavetomints/rvc_hacking_toolbox
100% Ruby CLI Hacking Toolbox
cybersecuirty hacking hacking-tool ruby
Last synced: 12 Apr 2025
https://github.com/uta-org/jekyll-patreon
Patreon support in Jekyll blog to easily embed a widget with your goals
i18n jekyll jekyll-plugin patreon ruby ruby-gem rubygem
Last synced: 25 Oct 2025
https://github.com/svyatov/sec_id
Validate securities identification numbers (ISIN, CUSIP, SEDOL, FIGI, CIK) with ease!
cik cusip figi iban isin ruby ruby-gem sedol validation
Last synced: 05 Feb 2026
https://github.com/kenchan0130/jekyll-lazy-load-image
Edit img tag optimized lazy load images for your Jekyll site
Last synced: 28 Apr 2025
https://github.com/ebihara99999/code_keeper
Measures metrics especially about complexity and size of Ruby files.
Last synced: 17 Mar 2026
https://github.com/noma4i/puppet-windows_xmltask
Puppet module to create windows schedule tasks from exported XML
puppet ruby windows windows-scheduler xml
Last synced: 22 Feb 2026
https://github.com/upsidelab/spree_gladly
Official Gladly integration for Spree Commerce
customersupport ecommerce ruby
Last synced: 06 Feb 2026
https://github.com/devinterview-io/ruby-interview-questions
🟣 Ruby interview questions and answers to help you prepare for your next technical interview in 2025.
coding-interview-questions coding-interviews interview-practice interview-prep interview-preparation leetcode-questions leetcode-solutions programming-interview-questions ruby ruby-interview-questions ruby-questions ruby-tech-interview software-developer-interview software-engineer-interview software-engineering technical-interview-questions web-and-mobile-development-interview-questions
Last synced: 17 Jun 2025
https://github.com/abdussattar-70/blogging-haven
The Blogging Haven is set to become a prime illustration of a blog website. It encompasses a project that tasked me with the creation of a fully operational website, showcasing a comprehensive list of posts and empowering readers to engage with them through comments and post likes. It has been constructed using PostgreSQL and Ruby on Rails.
erd oop postgresql rspec ruby ruby-on-rails
Last synced: 16 Mar 2026
https://github.com/vitalyliber/casply
The cosplayers community
cosplay postgresql react ruby ruby-on-rails
Last synced: 18 Jan 2026
https://github.com/microformats/microformats.io
Simple explainer site about Microformats.
microformats microformats2 rails ruby website
Last synced: 14 Oct 2025
https://github.com/shadyshawkat/final-capstone-rails-backend
This is a Rails API app that is consumed by the Microvago web app to reserve hotel rooms all around the globe
Last synced: 28 Apr 2025
https://github.com/mateuseap/algorithms
Algorithms, Data Structures and resolution of programming questions
algorithms algorithms-and-data-structures c cpp data-structures ruby
Last synced: 26 Oct 2025
https://github.com/vicziani/learnwebservices
Source for learnwebservices.com site
csharp groovy java javascript jmeter nodejs php postman python ruby soap soapui webservices wsdl
Last synced: 22 Jan 2026
https://github.com/the-pew-inc/the-pew
ThePew is an advanced system of records that enables enterprises to detect trends and patterns from questions to drive marketing and business decisions toward their goals.
data data-science docker javascript machine-learning postgresql rails ruby
Last synced: 06 Oct 2025
https://github.com/abdulhamiid/budget-app
The Budget app is about building a mobile web application where users can manage their budgets, users can track their transaction history (how much money they have spent and on what). Built with Ruby on Rails.
bootstap5 capybara-rspec database postgresql-database rspec-rails ruby ruby-on-rails tdd
Last synced: 08 Oct 2025
https://github.com/benstigsen/rubytwitch
A chatbot for Twitch written in Ruby.
chat-bot chat-bot-template chatbot ruby ruby-application twitch twitch-api twitch-bot twitch-irc twitch-tv twitchbot twitchirc twitchtv
Last synced: 03 Jul 2025
https://github.com/allcentury/switch_gear
Failover protection in ruby
circuit-breaker circuit-breaker-pattern distributed-systems redis ruby
Last synced: 22 Apr 2025
https://github.com/browserbase/stagehand-ruby
Official Stagehand AI Browser Automation SDK for Ruby users. Built by Browserbase.com
ai browser-automation browserbase ruby sdk stagehand
Last synced: 26 Feb 2026
https://github.com/figgleforth/ore-lang
A programming language for web development, for fun
programming programming-language programming-languages ruby
Last synced: 19 Apr 2026
https://github.com/rameerez/moderate
👮♂️ Moderate and block bad words from your Rails app
bad-word-filter bad-words badword-filter badwords content-filter content-filtering cuss cusswords moderation moderation-bot obscenity profanity profanity-check profanity-detection rails ruby ruby-gem ruby-on-rails swear swear-filter
Last synced: 04 Jul 2025
https://github.com/smalruby/smalruby-installer-for-windows
Smalruby installer for Windows
Last synced: 23 Apr 2025
https://github.com/yuzurus/instagram_user
Client for the Instagram using scraping
instagram instagram-api instagram-client instagram-scraper ruby ruby-gem rubygem
Last synced: 16 Mar 2026
https://github.com/evilmartians/omniauth-ebay-oauth
OmniAuth Strategy for eBay Apps (for using with eBay REST APIs)
ebay ebay-api oauth omniauth-strategy ruby
Last synced: 12 Apr 2025
https://github.com/frizbee/cookieconsent
The most popular solution to the EU cookie law for Rails applications
Last synced: 26 Oct 2025
https://github.com/0jonjo/calcpace
Calcpace is a Ruby gem designed for calculations related to distance, speed and time. The gem also supports conversion to 42 different units of distance and velocity, including metric, nautical and imperial units.
distance-calculation gem gems minitest ruby running tdd time-calculation
Last synced: 19 Apr 2026
https://github.com/andyobtiva/rails_best_practices
Rails Best Practices
architectural-patterns best-practice best-practices bestpractices design-patterns oop rails ruby ruby-on-rails
Last synced: 26 Oct 2025
https://github.com/melashu/siyablog
This webiste is 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: 05 Sep 2025
https://github.com/stephenkati/catalog-of-my-things
catalog-of-my-things-prac Is a console app that will help keep a record of different types of things: books, music albums, movies, and games.The data is stored in JSON files. A database with tables structure analogical to the program's class structure is prepared.
Last synced: 24 Apr 2025
https://github.com/jgraichen/rails-rfc6570
Pragmatical access to your Rails routes as RFC6570 URI templates.
api rails restful rfc-6570 routing ruby uri-template
Last synced: 25 Oct 2025
https://github.com/bjoernalbers/gollum-auth
Authentication Middleware for Gollum Wiki
auth authentication authorization gollum middleware rack rack-middleware ruby ruby-gem rubygem web wiki
Last synced: 02 Aug 2025
https://github.com/accesslint/a11y-agent
An AI agent for speeding up accessibility remediation
Last synced: 04 Feb 2026
https://github.com/jimmycuadra/lita-google
A Lita handler for returning Google search results.
chatops lita lita-handler ruby
Last synced: 11 Mar 2026
https://github.com/anycable/capistrano-anycable
AnyCable integration for Capistrano
Last synced: 26 Apr 2025
https://github.com/bitcrowd/rubocop-bitcrowd
The bitcrowd rubocop.yml as a gem.
Last synced: 19 Oct 2025
https://github.com/csivitu/arcadegames
csharp hacktoberfest java javascript python ruby
Last synced: 17 Oct 2025