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-06-25 00:23:30 UTC
- JSON Representation
https://github.com/rustam-tolipov/real-time-message-app
Chat in real-time with this Ruby on Rails messaging app! Built with Redis and Rails for speed and efficiency, it keeps conversations smooth and instant. Jump in and start connecting!
action-cable css javascript postgresql ruby ruby-on-rails
Last synced: 11 Apr 2025
https://github.com/sdaubert/packetgen-plugin-smb
SMB protocol suite plugin for packetgen
Last synced: 07 Sep 2025
https://github.com/mikoto2000/librarysystem
架空の図書館の貸出管理システム
library-system ruby ruby-on-rails-7
Last synced: 10 Apr 2025
https://github.com/sixoverground/instagram_basic_display_api
A Ruby wrapper for the Instagram Basic Display API
api api-client instagram instagram-api instagram-client instagram-feed instagram-photos instagram-sdk ruby ruby-gem ruby-library ruby-on-rails rubygem rubygems rubyonrails
Last synced: 06 Oct 2025
https://github.com/weedyseadragon/rails-guides-bookstore-models
Models used in the ActiveRecord Query Interface Rails Guide. DB migrations and code for seeding example data. Use this repo to run the examples and explore more.
documentation rails rails-guides ruby ruby-on-rails
Last synced: 05 May 2025
https://github.com/allenwq/settings_on_rails
:smile_cat: Ruby gem help to handle key/value settings(preferences) for ActiveRecord model. Settings are stored in hash, supports nested/multiple keys and default values.
Last synced: 19 Mar 2025
https://github.com/eldoy/mongocore
MongoDB ORM implementation on top of the Ruby MongoDB driver. Very fast and light weight.
mongodb mongodb-orm mongodb-ruby-driver odm orm rails ruby ruby-mongodb-driver schema
Last synced: 21 Oct 2025
https://github.com/natasha-ct/school-library-with-ruby
This is an application that works as a tool to record what books are in the library and who borrows them. The app will allow you to add new students or teachers , add new books, save records of who borrowed a given book and when. The data is later preserved in a database. This application also has a well organised UI layer which will be console app
associations constructor getter-and-setter ruby
Last synced: 05 May 2025
https://github.com/johansenja/gloss
Gloss is a language project which brings Crystal-like features to Ruby.
crystal ruby ruby3 type-definitions type-safety
Last synced: 07 May 2025
https://github.com/hyperstack-org/website
Hyperstack.org website
isomorphic javascript opal opal-framework ruby ruby-on-rails semantic-ui-react webpack webpacker yarn
Last synced: 09 Jul 2025
https://github.com/aldesantis/artic
The scheduling toolkit for Ruby.
availability calendar ruby time
Last synced: 17 Jun 2025
https://github.com/danielpclark/read_source
Read method source and even open it in VIM with this gem.
ruby ruby-gem source-parser vim
Last synced: 10 Apr 2025
https://github.com/chip/pathos.rb
pathos.rb - CLI for editing a PATH env variable
cli command-line command-line-tool env environment-variables path ruby tty
Last synced: 15 Jul 2025
https://github.com/elastic/elastic-transport-ruby
Transport classes and utilities shared among Ruby Elastic client libraries
Last synced: 04 Apr 2025
https://github.com/descholar-ceo/telegram-bot
In this project, I built a telegram bot that tells you the COVID-19 statistics, today's word of brevity, and today's quote.
Last synced: 28 Oct 2025
https://github.com/natasha-ct/blog-app-rails
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.
css3 html rails railsgems rspec-rails rubocop ruby unit-testing validation
Last synced: 05 May 2025
https://github.com/cyberarm/author_enginev2
A virtual console that you code in Ruby.
game-development gosu ruby virtual-console
Last synced: 11 Apr 2025
https://github.com/buildkite/ruby-rbenv-example
An example of how to run a Ruby project w/ rbenv in a Buildkite pipeline
buildkite pipeline rbenv ruby ruby-rbenv
Last synced: 05 May 2025
https://github.com/yokawasa/fluent-plugin-documentdb
Azure DocumentDB output plugin for Fluentd
azure azure-documentdb documentdb fluent-plugin fluentd ruby
Last synced: 26 Mar 2025
https://github.com/burtlo/ruby-automation
A five-day program to teach Ruby with the focus on building tools and automation.
Last synced: 11 Apr 2025
https://github.com/picoruby/picoruby-esp32
This is a component that can be used with ESP-IDF, allowing you to add PicoRuby to your project.
esp-idf-component esp32 picoruby ruby
Last synced: 07 May 2025
https://github.com/jo-sm/base_emoji
The most useful way to encode your data!
Last synced: 17 Jan 2026
https://github.com/state-machines/state_machines-activemodel-observers
activemodel observer ruby state-machine
Last synced: 09 Sep 2025
https://github.com/tahanima/quotes-scraper
Scrapes quotes and the names of their authors from the site - http://quotes.toscrape.com/
quotes ruby selenium-ruby selenium-webdriver web-scraper
Last synced: 11 Apr 2025
https://github.com/dayvsonlima/try.js
😎 Sexy JavaScript fault-tolerant
fault-tolerance javascript ruby
Last synced: 09 Jul 2025
https://github.com/javitocor/ruby-capstone-project
Web Scraper - Final project of Ruby section inside Microverse's course - Project built to get all information related to the products inside Disney Store website. Information of the search is exported into a CSV file.
cleancode ruby ruby-capstone scraper
Last synced: 06 Apr 2026
https://github.com/ikuwow/bookmeter_exporter
読書メーター bookmeter.com の自分の読んだ本をCSV形式でエクスポートするくん
Last synced: 15 Apr 2025
https://github.com/gangelo/deco_lite
DecoLite is a little gem that allows you to use the provided DecoLite::Model class to dynamically create Decorator class objects. Use the DecoLite::Model class directly, or inherit from the DecoLite::Model class to create your own unique subclasses with custom functionality. DecoLite::Model includes ActiveModel::Model, so validation can be applied using ActiveModel validation helpers you're familiar with; or, you can roll your own - just like any other ActiveModel. DecoLite::Model allows you to consume a Ruby Hash that you supply via the initializer (DecoLite::Model#new) or via the DecoLite::Model#load! method. Any number of Ruby Hashes can be consumed. Your supplied Ruby Hashes are used to create attr_accessor attributes (or "fields") on the model. Each attribute created is then assigned the value from the Hash that was loaded. Again, any number of hashes can be consumed using the DecoLite::Model#load! method.
decorator decorator-pattern decorators gem rails-gem ruby ruby-gem ruby-gems
Last synced: 30 Apr 2025
https://github.com/postmodern/fake_io.rb
A mixin module for creating fake IO-like classes.
Last synced: 21 Apr 2025
https://github.com/andyobtiva/glimmer-dsl-xml
Glimmer DSL for XML (& HTML)
dsl dsl-syntax glimmer ruby ruby-gem ruby-library rubygem xml
Last synced: 23 Mar 2025
https://github.com/rwubakwanayo/motorbike_booking_backend
Motorbike Booking is a Rails back-end application that enables users to book Motorbikes. It provides API endpoints for the front end, allowing them to load, create, and delete Motorbikes, as well as make reservations. Users need to register or log in to access the API endpoints, which can be done via the same endpoints.
Last synced: 23 Mar 2025
https://github.com/veganstraightedge/markdown_media
A [[ URL ]] syntax to embed media into views.
gem markdown media ruby ruby-on-rails
Last synced: 13 Apr 2025
https://github.com/remedyit/r2corba
R2CORBA, the Ruby CORBA Implementation
corba idl middleware omg rclm ruby
Last synced: 09 Aug 2025
https://github.com/kevinelliott/power_snoop
Ruby gem to snoop on power consumption from known devices.
consumption heat power ruby ruby-gem
Last synced: 01 May 2025
https://github.com/aergoio/libaergo
Native library to interface with Aergo
aergo blockchain c c-plus-plus c-sharp ruby swift vb-net
Last synced: 19 Apr 2025
https://github.com/v-blaze/budget_app
Budget App is a mobile web application where you can manage your budget: You have a list of expenses associated with a category, so that you can see how much money you spent and on what.. Built with Ruby on Rails
activerecord css devise erb-template postgresql ruby ruby-on-rails sql
Last synced: 17 Mar 2025
https://github.com/cwaku/catalog
A console app that will help you to keep a record of different types of things you won: books, music albums, movies, and games. Built with Ruby
Last synced: 13 Aug 2025
https://github.com/noma4i/pivotal_miner
Redmine Plugin to Sync Pivotal Tracker with Redmine and vise versa
pivotal-tracker redmine redmine-plugin ruby
Last synced: 12 Aug 2025
https://github.com/joshbeckman/readwise-ruby
Minimal Readwise API client and highlight parsing library
Last synced: 03 Sep 2025
https://github.com/filippoliverani/rails-fast-cache
Drop-in improvement for Rails cache, providing enhanced performance with asynchronous processing and better default serialization and compression
Last synced: 22 Apr 2025
https://github.com/ruby/redmine_ruby_lang_mailing_list_customization
A redmine plugin that customizes redmine for Ruby's issue tracker
Last synced: 04 Oct 2025
https://github.com/sshaw/optout
The opposite of getopt(): validate an option hash and turn it into something appropriate for exec() and system()-like functions
command-line exec option-parser ruby shell
Last synced: 16 Aug 2025
https://github.com/miltlima/goact
Goact - is a CLI to create default github actions
github-actions golang java javascript nodejs ruby
Last synced: 13 Apr 2025
https://github.com/belsman/ruby-capstone
This project entails building a program that crawls daily data about COVID-19 from a website and displays it in the terminal. Built with Ruby.
microverse-projects ruby web-scraping
Last synced: 19 Apr 2025
https://github.com/apaciuk/rails-rello
Rails 7 Trello type app with Dragula JS and Bootstrap 5, Devise, Omniauth and more
database dragula kanban-board-application rails rails-application ruby
Last synced: 01 Oct 2025
https://github.com/chiditarod/dogtag
Racer registration and management application for the CHIditarod. Integrates with Stripe and Classy.
heroku rails rails4 registration ruby ruby-on-rails signup ticketing-system
Last synced: 03 Jan 2026
https://github.com/javitocor/social-media-app
Social Media app cloning Facebook. Collaborative project built with Ruby on Rails following MVP pattern.
associations bootstrap rails-application ruby ruby-on-rails social-media
Last synced: 10 Mar 2026
https://github.com/brianvanburken/exercism
My solutions for the challenges on exercism.org
coffeescript elixir elm exercism exercism-solution go javascript kotlin python ruby rust
Last synced: 19 Apr 2025
https://github.com/picatz/vifi
📶 A simple wifi signal strength monitoring application for macOS.
chartjs macos ruby visualization webapp wifi
Last synced: 22 Apr 2025
https://github.com/yahir91/scraper
A web scraper that is used to retrieve medical articles from the Scielo website. Built with Ruby.
Last synced: 15 Jul 2025
https://github.com/reednj/udp_rest
Client and server modules to allow making REST HTTP requests over UDP
Last synced: 02 Jul 2025
https://github.com/thoughtbot/clearance-i18n
Translations for clearance
clearance i18n ruby thoughtbot
Last synced: 27 Apr 2025
https://github.com/laylo309/my-blog-app
This is my Blogs app where, you can find a warm environment for you to share cheap wisdom, enchanting crowds, and more.
javascript rails ruby ruby-on-rails webpack
Last synced: 19 Aug 2025
https://github.com/tamanobi/line-chatbot-rb-sample
LINE Messaging APIをつかったサンプル
Last synced: 16 May 2025
https://github.com/cyberarm/cyberarm_engine
Yet another framework for building games with Gosu
game-development game-engine game-engine-2d gosu gui ruby
Last synced: 11 Apr 2025
https://github.com/lewiscowles1986/jekyll-improved-category-pages-plugin
I Believe a better way of generating category pages for Jekyll
jekyll needs-tests older proof-of-concept ruby template
Last synced: 19 Apr 2025
https://github.com/akarzim/bridgetown_markdown_lazylinks
Support for lazy markdown reference links
bridgetown-plugin gem markdown ruby
Last synced: 13 Sep 2025
https://github.com/dannyben/victor-cli
Command line for Victor, the Ruby SVG library
Last synced: 17 Apr 2025
https://github.com/vaiorabbit/jumppointsearch
A Ruby implementation of Jump Point Search (JPS) and A*
astar-algorithm dijkstra-algorithm jump-point-search nanovg ruby
Last synced: 24 Aug 2025
https://github.com/jimmycuadra/lita-youtube
A Lita handler for displaying YouTube video information.
chatops lita lita-handler ruby youtube
Last synced: 19 Apr 2025
https://github.com/icebaker/lighstorm
API for interacting with a Lightning Node.
bitcoin grpc lightning lightning-network lnd ruby
Last synced: 05 Oct 2025
https://github.com/infrablocks/rake_docker
Rake tasks for managing images and containers.
docker infrablocks rake rake-task rake-taskset ruby ruby-gem rubygem taskset
Last synced: 22 Apr 2025
https://github.com/yaairfernando/joinme
RoR application to create events and invite users to your events, also with a commenting system.
axios rails6 rspec ruby web-design webpack
Last synced: 30 Sep 2025
https://github.com/c00p75/oop-school-library
School Library is a Ruby practice project aimed at mastering Object Oriented Programming.
Last synced: 01 Sep 2025
https://github.com/supermomonga/nonius
Lightweight Profiler Viewer for Rails Apps
Last synced: 30 Sep 2025
https://github.com/dannyben/bobkit
Site Generation Toolkit with Slim, SCSS, CoffeeScript and Markdown
Last synced: 18 Apr 2025
https://github.com/mauricelambert/cve-2021-31166
CVE-2021-31166: exploitation with Powershell, Python, Ruby, NMAP and Metasploit.
bluescreen crash cve cve-2021-31166 denial-of-service dos exploit iis metasploit microsoft nmap payload powershell python3 ruby vulnerability webserver
Last synced: 04 Sep 2025
https://github.com/czerkacorp/citadel-2018
Citadel is a full-featured account management system for SWGEmu Core3 based Star Wars Galaxies servers built with Ruby on Rails.
account-management core3 ruby rubyonrails starwarsgalaxies swgemu swgemu-core3
Last synced: 29 Sep 2025
https://github.com/rspec-3-book/rspec-print_failures_eagerly
Tweaks the built-in RSpec formatters to cause failures to be printed immediately when they occur.
Last synced: 11 Jul 2025
https://github.com/infrablocks/confidante
A configuration engine combining environment variables, programmatic overrides and the power of hiera.
configuration hiera hierarchical hierarchical-data hierarchy infrablocks library ruby ruby-gem ruby-library rubygem
Last synced: 10 Jul 2025
https://github.com/thecodechaser/decode-morse-code
Decode morse code is a project with ruby programs to decode morse code messages.
Last synced: 17 Aug 2025
https://github.com/praveen1664/postgres_chef-recipes
This is one of the recipe written for chef server in ruby
chef-cookbook chef-org chef-resource chef-server ruby
Last synced: 24 Aug 2025
https://github.com/krishpranav/redditosint
A simple ruby tool that scrapes reddit user's comment history and saves into a JSON file
information-gathering osint reconnaissance reddit reddit-osint ruby ruby-osint username-checker username-osint
Last synced: 10 Mar 2026
https://github.com/johnmccabe/blinkt-ruby
Ruby port of Pimoroni Blinkt Python module https://github.com/pimoroni/blinkt
blinkt blinkt-library blinkt-ruby leds library pimoroni pimoroni-blinkt-python raspberry-pi raspberrypi ruby ruby-port
Last synced: 26 Sep 2025
https://github.com/delonnewman/activerecord-pull
A simple query interface for pulling deeply nested data from records.
activerecord activerecord-queries database declarative-programming eav-model graph nested-objects nested-structures object-oriented-programming ontology query querying relational relational-database relational-databases ruby ruby-on-rails sql-databases tree trees
Last synced: 28 Oct 2025
https://github.com/dannyben/sting
Minimal, lightweight, multi-YAML settings library
gem ruby settings settings-management yaml-configuration
Last synced: 04 Aug 2025
https://github.com/artob/myonn.rb
The source code for my If.rb #5 presentation Make Your Own Neural Network with Ruby.
handwriting-recognition mnist neural-network ruby
Last synced: 04 Aug 2025
https://github.com/2called-chaos/watchmonkey_cli
Watchmonkey CLI - dead simple monitoring tool for rubyists
command-line command-line-tool monitor-resources monitoring monitoring-tool platypus platypus-support ruby telegram-bot
Last synced: 11 Apr 2025
https://github.com/kanzatahreem/recipe-app
The Recipe app keeps track of all your ingredients, recipes, and public recipes. It allows users to save ingredients, keep track of what they have, create recipes, and generate a shopping list based on what they have and what they are missing from a recipe.
bullet cancancan capybara-rspec crud database devise psql ruby ruby-on-rails
Last synced: 27 Oct 2025
https://github.com/jmoseka/oop-school-library
Implement classes, objects, encapsulation, inheritance, associations with Ruby
Last synced: 28 Aug 2025
https://github.com/gramidt/my-rails-dev-box
My rails development box.
development-environment rails ruby vagrant
Last synced: 06 May 2025
https://github.com/algerina/ror_blog_app
This project is a classic example of a fully functional blog website. It shows the list of posts and empower readers to interact with them by adding comments and liking posts. Built with Ruby, Ruby on Rails
postgresql rspec ruby ruby-on-rails
Last synced: 17 Aug 2025
https://github.com/miguelargentina/microverse-ruby-capstone-project
A Ruby developed Telegram bot to get the weather forecast based on the GPS location or searching for a location in Open Weather Map
Last synced: 19 Apr 2025
https://github.com/bdurand/simple_throttle
Simple redis backed throttle ruby gem
performance redis ruby throttle
Last synced: 09 Jul 2025
https://github.com/eth3rnit3/rails_api_template
Rails api template it make ready to code
Last synced: 19 Apr 2025
https://github.com/dbroeglin/azure-rails-starter
Sample Ruby on Rails app deployed (Bicep) on Azure Container App with PostgreSQL
azd-templates azure azure-devops azure-postgres devcontainer github rails ruby ruby-on-rails
Last synced: 24 Aug 2025
https://github.com/hausgold/factory_bot_instrumentation
Allow your testers to generate test data on demand
Last synced: 12 May 2025
https://github.com/bigcommerce/gruf-commander
Command/Request library for Gruf request validation
Last synced: 22 Apr 2025
https://github.com/diowa/ruby3-rails7-bootstrap-heroku
An opinionated starter application based on Ruby 3.1, Rails 7.1, Webpack 5, pnpm, and Bootstrap 5, deployable on Heroku
bootstrap font-awesome heroku pnpm postgresql rails redis rspec rubocop ruby slim starter-app turbo
Last synced: 16 Apr 2025
https://github.com/cbrnrd/krypton
🔒 A CLI tool for easy cryptography
cli command-line-tool cryptography encryption ruby security
Last synced: 22 Apr 2025