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/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/datacrafts-io/stepped
Make your services running step-by-step with error handling, logging and easy testing.
Last synced: 26 Oct 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/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/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/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/sdaubert/packetgen-plugin-smb
SMB protocol suite plugin for packetgen
Last synced: 07 Sep 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/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/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/dayvsonlima/try.js
😎 Sexy JavaScript fault-tolerant
fault-tolerance javascript ruby
Last synced: 09 Jul 2025
https://github.com/rafbm/micky
Lightweight and worry-free HTTP client for Ruby
errors exceptions http redirects ruby
Last synced: 11 Apr 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/andrewmcodes-archive/ruby-meetup-online
Ruby Meetup: Online landing page
conference gatsby meetup rails ruby rubyonrails
Last synced: 29 Sep 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/hellostealth/stealth-twilio
Twilio SMS driver for Stealth
chatbot ruby sms sms-messages stealth stealth-twilio twilio twilio-sms-driver
Last synced: 20 Mar 2025
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/ozovalihasan/whistle
🐋 Whistle is a social networking website for divers. It is built by using Ruby on Rails and deployed to Heroku.
aws-s3 css3 html5 ruby ruby-on-rails
Last synced: 30 Apr 2025
https://github.com/amkisko/action_reporter.rb
ActionReporter as a ruby wrapper for multiple reporting services for exceptions, notifications and context reporting
audited error-reporting honeybadger monitoring ruby ruby-on-rails scoutapm sentry
Last synced: 02 Apr 2026
https://github.com/parolkar/rayrayhooray
A Rails 8 LLM Starter Kit with Raix and RailsUI on Replit
rails replit replit-hosting ruby ruby-on-rails starter-kit starter-template
Last synced: 10 Apr 2025
https://github.com/sambeck87/budget_app
The 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 spent and on what. This app allows the user to: register and log in, so that the data is private to them. introduce new transactions associated with a category.
bootstrap device postgresql ruby ruby-gem ruby-on-rails
Last synced: 23 Apr 2025
https://github.com/brunoarueira/blog
My site and blog where I write some random thoughts about software development and related things - https://brunoarueira.com
blog graphql nodejs rails rest rest-api ruby software-architecture software-development software-engineering
Last synced: 15 Jun 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/hrs/blueprint
A teeny tiny Scheme implemented in Ruby.
fexprs interpreter ruby scheme
Last synced: 07 May 2025
https://github.com/justalever/blogmorphing
A short guide on how to use morphing from Turbo 8 and ruby on rails
rails7 ruby ruby-on-rails turbo turbo-rails
Last synced: 01 Oct 2025
https://github.com/davidcelis/block-kit
💬 A Ruby gem to build UI with Slack's BlockKit framework
block-kit rails ruby ruby-gem ruby-on-rails slack
Last synced: 27 Jul 2025
https://github.com/jimmycuadra/lita-key-value
A Lita handler for storing snippets of text.
chatops key-value lita lita-handler ruby
Last synced: 27 Jul 2025
https://github.com/curiousmarkingsco/messaged
A gem for quickly and easily implementing Hotwire Turbo chat modules on Ruby on Rails apps.
hotwire-turbo instant-messaging ruby ruby-on-rails
Last synced: 29 Mar 2025
https://github.com/german-cobian/form-creator
A Rails exercise in the building of forms, HTML first and then using the helper methods that Rails provides, namely #form_tag and #form_with. It consists of an app which allows the user to input and save his/her username, email address and password. .
Last synced: 03 Jul 2025
https://github.com/yuuu/aws_ruby_serverless_book_site
技術同人誌「AWSとRubyではじめるサーバーレス入門」のサポートページ
Last synced: 12 May 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/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/joshbeckman/readwise-ruby
Minimal Readwise API client and highlight parsing library
Last synced: 03 Sep 2025
https://github.com/parkerbxyz/default-branch-protector
Automates the protection of the default branch upon creation of new repositories within a GitHub organization.
automation github github-api octokit octokit-rb ruby smee
Last synced: 13 Mar 2025
https://github.com/ilyasgaraev/delegate_key
Create methods which return hash value
Last synced: 20 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/bajena/flashcard-genius
Free application for managing sets of flashcards. Built using Hanami framework.
Last synced: 18 Mar 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/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/toy/fspath
Better than Pathname
filepath-manipulation pathname ruby
Last synced: 13 Apr 2025
https://github.com/marcusg/pg_backup
Create, restore, download and upload postgres dumps locally and on remote servers using capistrano
capistrano database dump dumps postgresql rails restore restoring-postgres-dumps ruby sync synchronization
Last synced: 12 May 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/tomlobato/sys_watchdog
sys_watchdog keeps your *NIX servers green by performing periodic checks, service restarts and notifications.
alerts cron high-availability linux mmonit monitor-website-uptime monitoring monitoring-server nagios notifications pingdom ruby rubygem server-management shellscript slack sys-watchdog sysadmin systemd unix
Last synced: 15 Apr 2025
https://github.com/gyselroth/redmine-plugin-kanbantool
A Redmine plugin connecting kanbantool.com with Redmine by letting users choose to automatically add an entry into Kanban Tool when creating a new issue.
kanbantool plugin redmine ruby
Last synced: 13 Apr 2025
https://github.com/driftingruby/082-datatables
The DataTables Javascript library creates a powerful display of your application's data. Some of the features include pagination, server side processing, sorting and search.
datatables javascript rails ruby ruby-on-rails
Last synced: 31 Jul 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/nafidurmus/covid-19-live-count
Türkiye ve Dünyadaki Covid-19(Coronavirüs) vakalarını canlı takip edebileceğiniz bir platform.
Last synced: 05 May 2025
https://github.com/driftingruby/191-inline-editing-records
Using Rails UJS, we create an interactive row editing solution without using any kind of Javascript frameworks.
javascript rails-ujs ruby ruby-on-rails
Last synced: 05 Apr 2025
https://github.com/maumagnaguagno/map_generator
:globe_with_meridians: Map generator for the lazy game designer
Last synced: 09 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/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/svoop/aixm
Partial implementation of AIXM (Aeronautical Information Exchange Model) and OFMX (Open FlightMaps eXchange) for Ruby
aviation gem openflightmaps ruby
Last synced: 13 Apr 2025
https://github.com/dannyben/victor-cli
Command line for Victor, the Ruby SVG library
Last synced: 17 Apr 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/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/nebulab/renderful
A Ruby rendering engine for headless CMSs, with support for caching and Ruby on Rails.
component contentful rails rendering ruby ui
Last synced: 22 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/bigcommerce/gruf-commander
Command/Request library for Gruf request validation
Last synced: 22 Apr 2025
https://github.com/dannyben/nasdaq
Nasdaq Data Link API Ruby Library and Command Line
api api-client command-line economic-data gem quandl quandl-api ruby
Last synced: 18 Apr 2025
https://github.com/redding/much-timeout
IO.select based timeouts; an alternative to Ruby's stdlib Timeout module.
Last synced: 05 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
https://github.com/dannyben/bobkit
Site Generation Toolkit with Slim, SCSS, CoffeeScript and Markdown
Last synced: 18 Apr 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/postmodern/fake_io.rb
A mixin module for creating fake IO-like classes.
Last synced: 21 Apr 2025
https://github.com/charlyjazz/gosu-dont-touch-the-spike
2D game in Gosu engine :bird:
Last synced: 11 Apr 2025
https://github.com/ikuwow/bookmeter_exporter
読書メーター bookmeter.com の自分の読んだ本をCSV形式でエクスポートするくん
Last synced: 15 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/elarhadu/penny-wise
PennyWise is a user-friendly and intuitive budget management application that makes it a breeze to stay on top of your finances. With PennyWise, you can effortlessly track your income and expenses, set budgets, and gain valuable insights into your spending habits.
Last synced: 15 Apr 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/ampaire/tic-tac-toe
This is an implementation of the tic tac toe game in ruby
board game microverse-projects player ruby turns
Last synced: 11 Sep 2025
https://github.com/humawork/wardrobe
Dress up your Ruby objects with garments from Wardrobe!
attributes coercion config gem immutable ruby validation
Last synced: 17 Aug 2025
https://github.com/get-bridge/scorm_engine
Ruby client for Rustici's SCORM Engine 2017.1 and 20.1 API
Last synced: 27 Jul 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/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/bdurand/simple_throttle
Simple redis backed throttle ruby gem
performance redis ruby throttle
Last synced: 09 Jul 2025
https://github.com/thecodechaser/hello-rails-back-end
Hello Rails back-end app is simple application that contains setup of rails APIs. The API loads a random greeting from database on every requset.
Last synced: 09 Aug 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://gitlab.com/robotmay/chunky_cache
Multi-fetching cache doodad for Rails. Cache lots of small areas of views with no network latency penalty. Exclude certain parts from cached areas. Has science gone too far?
caching rails ruby ruby-on-rails
Last synced: 13 Apr 2025
https://github.com/hummusonrails/dev_orbit
Integrate your DEV community interactions into your Orbit workspace
api-client devto orbit ruby ruby-gem
Last synced: 12 May 2025
https://github.com/bfontaine/pouf
play random sounds from your command-line
Last synced: 15 Apr 2025
https://github.com/aripollak/random
Random configurations/dotfiles/programs/utilities and the such as. Unless otherwise noted, all files were written by me and released into the public domain.
Last synced: 27 Jul 2025
https://github.com/dhyegocalota/active_admin-cep_auto_complete
Auto complete your addresses fields with Brazilian CEP (zip code) with your ActiveAdmin. :earth_americas:
activeadmin activeadmin-plugin brazil cep rails ruby
Last synced: 10 May 2026
https://github.com/snasirca/mikado-graph-generator
Provides a simple DSL for generating Mikado Graphs using GraphViz.
Last synced: 14 Oct 2025
https://github.com/jbampton/ruby-eclipse-cheatsheets-to-dita
Transforms Eclipse cheat sheets (XML) to DITA with Ruby, XSLT, XPath, Nokogiri
command-line-tool dita eclipse-cheat-sheets nokogiri ruby xml xpath xslt
Last synced: 27 Jan 2026
https://github.com/r3dhulk/sqli-detector-in-ruby
SQL Detector Tool In Ruby
blackhat ethical ethical-hacking ethical-hacking-tools ethicalhacking hacking hacking-tool penetration-testing pentesting ruby ruby-for-ethical-hacker ruby-for-ethical-hackers ruby-for-ethical-hacking ruby-on-rails security sql sqli-scanner sqli-vulnerability-scanner
Last synced: 09 Oct 2025
https://github.com/jejacks0n/activeexperiment
Active Experiment is a framework for defining and running experiments in Ruby.
experiments ruby ruby-on-rails
Last synced: 08 Oct 2025