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/scarver2/blue-eyes
BlueEyes is a RubyGem to generate robust Sinatra apps with Rails-like simplicity.
ruby rubygem sinatra sinatra-applications sinatra-framework
Last synced: 13 Jan 2026
https://github.com/moyasiginko/cost-management-capstone
A modern Cost Management web application built with Ruby on Rails. Easily track your expenses, manage categories, and stay on top of your financial goals. Features include user authentication, transaction history, and a responsive design for seamless use on any device.
css html javascript ruby ruby-on-rails unit-testing
Last synced: 08 Apr 2026
https://github.com/triglav-dataflow/triglav-client-ruby
A ruby client library for Triglav, data-driven workflow tool
Last synced: 14 Apr 2025
https://github.com/okirmis/rails-param-validation
Declarative parameter definition and validation for Rails
rails rails-api rails-gem ruby ruby-on-rails
Last synced: 18 Mar 2025
https://github.com/degisew/school-library
is a console application built with Ruby that used to manage a school library. It allows to record what books are in the library and who borrows them.
Last synced: 07 Apr 2025
https://github.com/jecode93/budget-app
This budget app 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 spend and on what.
postgresql ruby ruby-on-rails tailwind-css
Last synced: 11 Apr 2026
https://github.com/kineticcafe/app_identity
Fast, lightweight, cryptographically secure app authentication
application-identity application-identity-verification elixir ruby specification typescript
Last synced: 22 Apr 2025
https://github.com/nguyenvanhuan243/rails_meilisearch_docker
Rails meilisearch docker
Last synced: 27 Feb 2025
https://github.com/kwambiee/school_library
The app allows you to: Add new students or teachers. Add new books. Save records of who borrowed a given book and when.
Last synced: 28 Apr 2026
https://github.com/andriikot/codewars
Codewars Solutions
algorithms codewars javascript python ruby solutions sql
Last synced: 01 Sep 2025
https://github.com/bodrovis/rating-chgk-v2
Ruby client for the competitive What? Where? When? (CHGK) API
Last synced: 03 Aug 2025
https://github.com/jimmycuadra/pretty_chat
Pretty print blocks of text from chats
Last synced: 09 Sep 2025
https://github.com/fundingcircle/hellgrid
Track Ruby gem dependencies across projects.
dependency-analysis dependency-graph ruby ruby-gem
Last synced: 25 Aug 2025
https://github.com/barek2k2/local_llm
Lightweight Ruby gem for interacting with locally running Ollama LLMs with streaming, chat, and full offline privacy.
ai artificial-intelligence chatbot data-privacy-compliance data-security llm local-ai local-ai-development local-ai-llm machine-learning offline-ai privacy private-chat ruby ruby-on-rails security
Last synced: 19 Apr 2026
https://github.com/yegor256/decoor
True Object-Oriented Decorator for either an Object or a Class
decorator decorator-pattern decorators oop ruby
Last synced: 04 Jan 2026
https://github.com/polaristlx/portfolio-site
My personal portfolio website at www.PolarisCoding.com
express fullstack-developer javascript mongodb nodejs portfolio-site react redux ruby rubyonrails software-development
Last synced: 10 Apr 2026
https://github.com/raleighlittles/ruby-koans
(Annotated) Solutions to the Ruby Koans tutorial questions.
Last synced: 14 Apr 2025
https://github.com/vrerv/rails_mcp_engine
Sorbet, RubyLLM, FastMCP + Simple Tool DSL for Rails MCP Server
agentic-ai ai fast-mcp llm mcp model-context-protocol rails rails-engine ruby ruby-llm sorbet tool-use
Last synced: 13 Jan 2026
https://github.com/praisespjmt/personal-catalog
This project implemented a console app that will help you to keep a record of different types of things you own: books, music albums, and games. The data are stored in JSON files. The project was implemented using Ruby and SQL
Last synced: 29 Mar 2025
https://github.com/doamaral/ruby-rspec-selenium
Using the minimal number of libs to do UI Testing
rspec ruby selenium-webdriver testing ui
Last synced: 11 Apr 2026
https://github.com/bfontaine/socionoel
Books mentioned in #SocioNoel on Twitter, 2015
Last synced: 30 Mar 2025
https://github.com/ichala/discotic
Discotic is a basic version of Discogs, which is a database of musical recordings. you can share & explore thousands of OG Albums & Tracks
bootstrap database javascript postgresql rails ruby sass spotify
Last synced: 11 Apr 2026
https://github.com/serratotech/competitive-programming
Solutions of several online judges and problems of programming competitions (data structures and algorithms).
algorithms bitmask c c-plus-plus competitive-programming cpp11 data-structures dp graphs hashing java mathematics online-judges programming-competitions programming-contests python3 ruby trees vectors
Last synced: 15 Apr 2025
https://github.com/fnando/glob
Create a list of hash paths that match a given pattern. You can also generate a hash with only the matching paths.
Last synced: 17 Apr 2025
https://github.com/andyobtiva/glimmer-cw-video
Video custom widget for Glimmer DSL for SWT
desktop desktop-widget glimmer glimmer-custom-widget gui jruby mac macos ruby swt windows
Last synced: 23 Mar 2025
https://github.com/basemax/persian-hex-system
The Persian Hex System is a cultural and technical project inspired by Arash Mohammadi. Its goal is to create a uniquely Persian system to replace the traditional hexadecimal (hex) numbering system, designed specifically to reflect Iranian culture and Persian language. This project provides tools and scripts in multiple programming languages.
bash bin binary c computer cpp hex hex-system persian php py python ruby shell
Last synced: 07 Feb 2026
https://github.com/fmjsjx/fileminer
A simple file/log transfer tool coding by ruby.
Last synced: 23 Apr 2025
https://github.com/gangelo/littleweasel
LittleWeasel is more than just a spell checker for words (and word blocks, i.e. groups of words); LittleWeasel provides information about a particular word(s) through its API. LittleWeasel allows you to apply preprocessing to words through any number of word preprocessors before they are checked against the dictionary(ies) you provide. In addition to this, you may provide any number of word filters that allow you to consider the validity of each word being checked, regardless of whether or not it's literally found in the dictionary. LittleWeasel will tell you exactly what word preprocessors were applied to a given word, even showing you the transformation of the original word as it passes through each preprocessor; it will also inform you of each matching word filters along the way, so you can make a decision about every word being validated.
gem gems ruby ruby-gem ruby-gems rubygem rubygems spell-check spell-checker spell-checker-plugin spell-checking spell-checking-engine spellcheck spellchecker spellchecking spelling spelling-checker
Last synced: 28 Aug 2025
https://github.com/tokisakikurumi2001/frequency_of_char_in_string
Calculate the frequency of characters in string
c csharp haskell java javascript objective-c perl6 php python ruby swift4 vuejs
Last synced: 04 Feb 2026
https://github.com/jonathanhefner/hackerrank__ruby
Comment-worthy solutions for HackerRank programming problems
algorithms data-structure hackerrank puzzle ruby
Last synced: 11 Nov 2025
https://github.com/skyv26/recipe-app
Recipe apps are becoming increasingly popular as people are looking for new and interesting ways to make delicious meals for their family and friends. These apps provide step-by-step instructions for creating dishes from a variety of cuisines, along with helpful tips and tricks from experienced .
development-environment postgresql rails rails7 render ruby ruby-gem
Last synced: 21 Jan 2026
https://github.com/arifshariati/react-native-instagram-clone
react native instagram clone 🔥 designed and developed in react-native and AWS amplify. This project does not cover entire functionalities of Instagram, rather focuses on few basic features.
aws aws-amplify instagram java javascript objective-c react-native ruby
Last synced: 11 Apr 2026
https://github.com/rubycocos/activerecord
activerecord (database) tools, libraries & scripts
Last synced: 15 Mar 2025
https://github.com/javitocor/bubble-sort-project
This Is Bubble Sort Method using Ruby.
bubble-sort microverse odin-project ruby
Last synced: 24 Mar 2025
https://github.com/factorialco/captain_hook
🪝 Create decorator hooks for any ruby class
Last synced: 04 Feb 2026
https://github.com/storyblok/rails-52-auth0
Code for: Create a Ruby on Rails 5.2 API with Auth0 Authentication
Last synced: 08 Jul 2026
https://github.com/hanazuki/ruby-obs-websocket
Ruby client library for obs-websocket
obs obs-studio obs-websocket ruby
Last synced: 24 Dec 2025
https://github.com/anamba/docker-rails
Docker image for Rails development
docker docker-image passenger passenger-ruby rails ruby ruby-on-rails
Last synced: 20 Jan 2026
https://github.com/cho45/ruby-mh-z19
CO2 Sensor MH-Z19 Driver for Ruby
co2 co2-sensor mh-z19 pwm ruby sensor
Last synced: 01 Sep 2025
https://github.com/tarellel/sailpoint
An official gem for accessing an IdentitiyIQ interface
Last synced: 11 Nov 2025
https://github.com/jeantessier/code-coverage-summary-action
A GitHub Action to summarize JaCoCo code coverage in Gradle builds
Last synced: 03 Jan 2026
https://github.com/ruby-processing/jbox2d
Gem wrapper for jbox2d for ruby-processing
box2d gem physics processing ruby
Last synced: 10 Apr 2025
https://github.com/damalis/full-stack-nginx-rails-for-everyone-with-docker-compose
If You want to build a website with Rails at short time; install full stack nginx Rails with Docker Compose. Plus, manage docker containers with Portainer, and even secure your site with SSL.
framework full-stack-framework full-stack-web-development mvc rails rails-api rails-application rails-developer ruby ruby-application ruby-on-rails web-application webapp webapplication website websockets
Last synced: 07 Apr 2026
https://github.com/ydah/workitcop
This is a custom cop for RuboCop. A collection of cop like working toolkits.
Last synced: 17 Apr 2025
https://github.com/prangonghose/earthbnb-backend
This web application is built to enable users browser through different houses which they can reserve on choice basis. The users can add their own houses to let other users reserve that for extra income. Users can register an account to use the website with full access with a unique username.
postgresql rails-api ruby ruby-on-rails
Last synced: 23 Apr 2025
https://github.com/emsk/mask_sql
A command-line tool to mask sensitive values in a SQL file
Last synced: 12 May 2025
https://github.com/lsst-it/foreman_envsync
Sync pupperserver envs with foreman
foreman foreman-proxy hammer puppet puppetserver ruby
Last synced: 27 Aug 2025
https://github.com/nebulab/rails-sales-taxes-kata
One of the exercises used in our internal academy.
Last synced: 09 Mar 2026
https://github.com/yusufyusie/budget_application
The "SpendSmart" app keeps track of all your expences. You can create, edit, delete categories and transactions. Each transaction is associeated with 1 or many categories. Built with RoR.
bootstrap5 devise postgresql ruby ruby-on-rails
Last synced: 12 Apr 2026
https://github.com/darwinz/hackerrank
Some of my HackerRank solutions
algorithms bash data-structures java javascript mathematics python ruby sql
Last synced: 12 Apr 2026
https://github.com/geekelo/unibek-school_library_app
A tool to record what books are in the library and who borrows them.
Last synced: 26 Aug 2025
https://github.com/tufahel/blog-app-ror
The Blog app is a classic example of a blog website. It 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.
capybara css devise postgresql rails rspec ruby ruby-on-rails
Last synced: 11 Apr 2026
https://github.com/jdennes/contribution-checker-app
An app built on top of the contribution-checker library.
contributions github github-api ruby
Last synced: 15 May 2025
https://github.com/havenwood/data-option
Some & None for Ruby with Rusty semantics
Last synced: 13 Apr 2025
https://github.com/railscltgroup/firebase_auth
Authenticate Firebase User Tokens in Ruby
firebase firebase-token jwt ruby rubygem
Last synced: 25 Aug 2025
https://github.com/bsedin/elastic-apm-grape-middleware
elastic-apm gem grape middleware rack ruby
Last synced: 25 Mar 2025
https://github.com/hainesr/mos6502
A ruby implementation of the 6502 microprocessor
Last synced: 26 May 2026
https://github.com/brettchalupa/the_fundamentals_of_ruby
An introduction to the basic concepts of programming with Ruby. Information, exercises and code all related to learning Ruby.
Last synced: 24 Mar 2025
https://github.com/pioz/epilotto_curriculum
Enrico Pilotto's curriculum vitae
Last synced: 24 Aug 2025
https://github.com/jeantessier/test-summary-action
A GitHub Action to summarize JUnit tests in Gradle builds
Last synced: 03 Jan 2026
https://github.com/sougatoroy3/flashch4t
This is a simple chat application made in Swift using send and receive interface.
chat-application ios ios-app ios-swift playgrounds ruby swift uikit xcode xcodeproject
Last synced: 10 Apr 2026
https://github.com/delicelydia/online-class-reservation-apis
This application facilitates the process of making reservations for online classes with teachers.
bcrypt jwt postgresql postman rails ruby
Last synced: 28 Mar 2025
https://github.com/amkisko/omniauth_openid_federation.rb
OmniAuth strategy for OpenID Federation providers with comprehensive security features, supporting signed request objects, ID token encryption, and full OpenID Federation 1.0 compliance.
oauth2 oauth2-client omniauth openid-connect openid-federation ruby
Last synced: 13 Jan 2026
https://github.com/guillainbisimwa/ruby-ata-structures-and-algorithms-
The goal of this repository is to complete as many challenges from top-100-liked-questions collection of popular challenges in LeetCode.
algorithms data-structures ruby
Last synced: 25 Mar 2025
https://github.com/vasfed/deprecation_collector
Collector for ruby/rails deprecations in production environment
collector deprecation production rails ruby
Last synced: 22 Apr 2025
https://github.com/ernanej/ruby-and-activerecord
Guia prático de como utilizar o a Gem ActiveRecord do Ruby sem framework. 🚀
Last synced: 30 Mar 2025
https://github.com/publify/publify_core
Core engine of the Publify publishing system
Last synced: 17 Nov 2025
https://github.com/chrismaximin/model_error_messages
Ruby gem providing Rails helper, which displays a HTML div with the errors attached to a model.
errors gem rails-helper ruby ruby-on-rails
Last synced: 24 Mar 2025
https://github.com/habu-kagumba/rapid_runty
A minimal web framework to get web project up and running in seconds.
Last synced: 01 Jul 2025
https://github.com/jonathanyiv/sample_app
Michael Hartl's Tutorial for a Rails App:
Last synced: 06 Oct 2025
https://github.com/infrablocks/rollo
Cluster / service roller for AWS ECS.
aws aws-ecs ecs infrastructure ruby ruby-gem rubygem
Last synced: 10 Jul 2025
https://github.com/eccb7/ruby-morse-decoder
This project involves creating a Ruby program to decode Morse code messages, enabling the automated translation of Morse code characters and words into readable text. It promotes code reusability and simplifies the process of deciphering Morse code messages.
Last synced: 09 Jul 2025
https://github.com/infrablocks/shivers
Semantic version numbers for CI pipelines.
continuous-integration infrastructure ruby ruby-gem rubygem semantic-versioning
Last synced: 10 Jul 2025
https://github.com/progamesigner/snowflakes-gem
A decentralized, k-ordered UUID generator in Ruby
Last synced: 29 Mar 2025
https://github.com/lukaszsliwa/doconomy
Doconomy API Ruby Client. Åland Index is an index for CO2 emission calculations for payments and financial transactions.
aland-index api api-rest carbon carbon-emissions carbon-footprint climate climate-action climate-change co2 co2-emission co2-emissions footprint-calculator ruby ruby-gem
Last synced: 02 May 2025
https://github.com/dux/view-cell
View cell is clean, simple explicit and strait-forward web view cell/component for use in Rails/Sinatra/Lux.
Last synced: 10 Jul 2025
https://github.com/sabrinagomesb/jp-ruby-on-rails
Projetos em desenvolvimento durante o curso de Ruby on Rails do Jackson Pires. No curso é utilizado Rails 5, mas os projetos serão adaptados para versão 7.
Last synced: 20 Jan 2026
https://github.com/toshokan/ruby-bspwm-bar-script
A complete and easily extendable bspwm / lemonboy bar panel script. Written in Ruby for speed, efficiency, and readability. [DEPRECATED]
Last synced: 18 Jun 2026
https://github.com/snowball-tools/convertsvgtosfsymbol
Convert SVG files to SF Symbol. Current implementation overwrites the original SVG
Last synced: 12 May 2026
https://github.com/daern91/paint_bucket_fill
Simple paint algorithm for bucket fill function (flood fill) in Ruby
algorithm bucket-fill challenge floodfill paint ruby
Last synced: 13 Jun 2026
https://github.com/nub-coders/nubdt
A multi-language development toolkit with implementations in Zig, Python, Ruby, Java, JavaScript, Go, Rust, and Shell.
developer-tools go java javascript multi-language python ruby rust shell zig
Last synced: 26 Jun 2026
https://github.com/hfm/mruby-aws-sigv4
AWS Signature Version 4 signing library / mruby port of aws-sigv4
amazon amazon-web-services aws aws-sigv4 mruby ruby signature sigv4
Last synced: 17 Jun 2026
https://github.com/tadd/string_undump
String#undump, inverse of String#dump
Last synced: 11 Jul 2025
https://github.com/shipengine/shipengine-ruby
The official Ruby SDK for ShipEngine API - source code for the shipengine_sdk Gem
address-normalization address-validation fedex-api rest-api ruby ruby-gem sdk shipengine shipment-tracking shipping-api shipping-cost shipping-label shipping-rates tracking-number ups-api usps-api
Last synced: 13 Apr 2025
https://github.com/nareshnavinash/Graber-Ruby
Automation framework for Graphql with snapshot feature
automation framework grahpql graphql-automation ruby snap-mode test-automation
Last synced: 16 Jul 2025
https://github.com/yokawasa/fluent-plugin-azuresearch
Azure Search Output Plugin for Fluentd
azure azure-search fluent-plugin fluentd ruby
Last synced: 23 Jun 2025