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/darth-dodo/gringotts-backend
📒 Personal Expense Tracker built using Ruby and Rails
devise fast-jsonapi heroku metabase personal-finance-manager postgres ruby ruby-on-rails sidekiq
Last synced: 26 Oct 2025
https://github.com/luffytaro22/blog-app
Blog App is an application that allows different users to log in, make posts, and comment and like other posts.
postgresql rails ruby ruby-on-rails
Last synced: 24 Apr 2025
https://github.com/davidkelley/rom-dynamodb
ROM DynamoDB Adapter
aws dynamodb gem rom rom-dynamodb ruby
Last synced: 18 Jan 2026
https://github.com/alecdotninja/ruby_box
RubyBox allows the execution of untrusted Ruby code safely in a sandbox.
Last synced: 04 Jul 2025
https://github.com/nahnahaj/ruby-on-rails-capstone-project---budget-app
With this App, 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. A user is allowed to: register and log in, so that the data is private to them. New transactions are associated with a category : You can see the money spent on each category.
bootstrap css3 postgresql render ruby ruby-on-rails
Last synced: 26 Apr 2025
https://github.com/ilyasgaraev/openzip
Openzip is a Ruby library (written in Rust) for fast extract Zip files
Last synced: 14 Oct 2025
https://github.com/jbox-web/icinga2-api-client
A Ruby gem to interact easily with the Icinga2 API ;)
client icinga2 icinga2-api ruby
Last synced: 09 Apr 2025
https://github.com/nitbravoa92/hellorails
This is a practice project to get you started in the world of the wonderful Ruby on Rails framework.
mvc-architecture object-oriented-programming postgresql rails7 ruby
Last synced: 01 Oct 2025
https://github.com/selma-belhadj/school-library
This is a book library app that records what books are in the library and who borrows them. The app allows you to add new students or teachers, add new books, and save records of who borrowed a given book and when.
Last synced: 09 Apr 2025
https://github.com/bunlong/rails-social-share-button
rails-social-share-button is one of the best rails helper gem to add social share feature in your Rails app. Such as Twitter, Facebook, Tumblr, Weibo, Douban, QQ...
frontend rails rails-app rails-application rails-social-share-button ror ruby ruby-on-rails rubygems social-network social-share social-share-button social-share-plugin
Last synced: 08 Oct 2025
https://github.com/envato/double_entry-reporting
Reporting on Double Entry accounts and transfers
Last synced: 11 Jun 2025
https://github.com/voxpupuli/beaker-docker
Docker hypervisor for Beaker acceptance testing framework
beaker docker hacktoberfest puppet ruby
Last synced: 31 Jan 2026
https://github.com/javitocor/flight-booker
A site to book flights based on a project in the Odin Project Website. Built with Ruby on Rails
code odin-project ruby ruby-on-rails
Last synced: 07 Oct 2025
https://github.com/wshihadeh/deep_health_check
Health check middleware
database dependencies health healthcheck http middleware rack rails ruby tcp
Last synced: 24 Oct 2025
https://github.com/janlelis/rubybuntu-language-specs
gtksourceview language specifications for Ruby/Web devoloper's gedit
gedit gtksourceview ruby syntax-highlighting
Last synced: 22 Jan 2026
https://github.com/maxd/graphql-dsl
🚀 Ruby DSL for build GraphQL queries by code.
Last synced: 24 Apr 2025
https://github.com/szabgab/ruby-digger
Ruby Digger analyzes Ruby Gems
ci continuous-integration gems github github-actions ruby
Last synced: 11 Oct 2025
https://github.com/princexz/alx-system_engineering-devops
I'm now a ALX Student, this is my second repository as a full-stack engineer
c git network network-analysis ruby shell
Last synced: 10 Mar 2026
https://github.com/gsamokovarov/rubybanitsa.com
Website for the Ruby Banitsa meetup.
Last synced: 07 May 2025
https://github.com/chef/appbundle-updater
A little help when you want to update an appbundled project inside of a Chef/ChefDK omnibus package
Last synced: 25 Jun 2025
https://github.com/brianbroderick/multi_insert
Bulk Insert or Upsert for ActiveRecord 4 or 5
activerecord postgresql rails rails4 rails5 ruby rubyonrails upsert
Last synced: 13 Jun 2025
https://github.com/jbampton/hashcheck
Ruby script to check file checksums with the Windows CertUtil Command
checksum command-line-tool hash-functions optionparser paint ruby ruby-wrapper shellscript windows wrapper
Last synced: 15 Jul 2025
https://github.com/spilth/chord_diagrams
Generate SVGs for Guitar and Ukulele Chord Diagrams
chords guitar guitar-chords music ruby
Last synced: 14 May 2025
https://github.com/alternatelabs/bifrost-ruby-client
A Ruby client helper for the bifrost crystal websockets server
ruby ruby-on-rails websocket-server websockets
Last synced: 15 Apr 2025
https://github.com/agilie/vimeo-api-gem
A Ruby wrapper for the Vimeo API. Utilizes v3 API version
api-client ruby ruby-gem ruby-on-rails vimeo vimeo-api
Last synced: 07 May 2025
https://github.com/andyobtiva/array_include_methods
Array#include_all?, Array#include_any?, Array#include_array?, Array#array_index, Array#array_diff_indices, Array#array_intersection_indices, Array#counts, and Array#duplicates operations missing from basic Ruby Array API
Last synced: 01 Jul 2025
https://github.com/rubycocos/webclient
web command line tools, libraries & scripts
Last synced: 11 Jul 2025
https://github.com/gangelo/branch-name
branch-name is a gem that provides a command-line interface that allows you to accomplish several tasks, tasks I personally find myself having to carry out every time I work on a feature branch. I created this gem for myself; however, you are free to use it yourself, if any of these tasks fits into your personal routine: 1) Formulate a git feature branch name, given a jira ticket and jira ticket description. Why? Because I am constantly having to create git feature branch names that are based on jira ticket and jira ticket descriptions. 2) Optionally create a "project" based on the branch name (formulated in step 1 above). Why? Because I'm constantly having to create folders to manage files associated with the feature branches I am working on. 3) Optionally use and manage default options that determine the git feature branch name formulated, project greated, and default files associated with the project.Why? Because I routinely have to create files to support the feature I am working on and associate them with the feature I am working on. For example: scratch.rb to hold scratch code, snippets.rb to hold code to execute to perform redundant tasks, and readme.txt files to document things I need to remember.
agile branch-names cli cli-app productivity ruby
Last synced: 26 Apr 2025
https://github.com/evilmartians/zendesk
Proper Ruby wrapper around the Zendesk API
Last synced: 12 Apr 2025
https://github.com/rajasegar/cybertron
Cybertron is where Ruby Transformers are born!
cli codemod codemods converters cybertron ruby
Last synced: 12 May 2025
https://github.com/zedtux/isin_code_generator
Simple random ISIN Code generator
Last synced: 12 Apr 2025
https://github.com/seuros/activematrix
Rails-native Matrix SDK for building multi-agent bot systems and real-time communication features
activerecord agent-system automation bot-framework chatbot communication matrix matrix-api matrix-client matrix-protocol matrix-sdk messaging multi-agent rails rails-engine rails-gem rails-integration real-time ruby state-machine
Last synced: 08 Mar 2026
https://github.com/aars/rack-bodyparser
Rack Middleware for parsing request body.
body-parser jsonapi parse rack rack-middleware ruby sinatra
Last synced: 21 Jul 2025
https://github.com/tanhongit/ruby_on_rails_6_shop
Agile Web Development with Rails 6 & React. You can try it at https://rails6shop.herokuapp.com/
ecommerce-application rails rails-application rails-applications rails-react rails-react-shop rails-shop react-shopping-cart ruby shop shopping-cart tanhongit tanhongit-cart
Last synced: 29 Sep 2025
https://github.com/renderedtext/semaphore-status
CLI to get current status of your projects on Semaphore
ruby semaphore semaphore-open-source semaphore-status
Last synced: 03 Aug 2025
https://github.com/chrissiku/oop-school
School library store that allow to the librarian to record all informations about a bookand it's borrower
Last synced: 17 Mar 2025
https://github.com/lokeshh/numru
NumPy for RUby = NumRu
hacktoberfest numpy python ruby
Last synced: 20 Jun 2025
https://github.com/ArtBIT/shutter-cloudapp-plugin
An Shutter plugin for cloudapp.com
cloudapp linux ruby shutter shutter-export shutter-plugin
Last synced: 29 Oct 2025
https://github.com/infrablocks/rake_dependencies
Rake tasks for managing build dependencies.
build dependencies download infrablocks rake rake-task rake-taskset ruby ruby-gem rubygem taskset
Last synced: 12 Aug 2025
https://github.com/elmassimo/vite-plugin-erb
Use ERB files in Vite.js projects with a Ruby backend
erb rails ruby vite-plugin vitejs
Last synced: 03 Aug 2025
https://github.com/teomores/seabolt-M1
Neo4j Bolt Connector for the M1 MacBook Pro
m1 m1-extension macos neo4j ruby seabolt
Last synced: 12 Apr 2025
https://github.com/artbit/shutter-cloudapp-plugin
An Shutter plugin for cloudapp.com
cloudapp linux ruby shutter shutter-export shutter-plugin
Last synced: 29 Oct 2025
https://github.com/tamhub/messaging-adapter
Messaging adapter gem for Ruby, useful for using message brokers (RabbitMQ, Kafka,...) in Ruby applications
adapter adapter-pattern event-bus kafka message-broker message-bus message-queue messaging rabbitmq ruby ruby-gem ruby-on-rails
Last synced: 11 Nov 2025
https://github.com/katsari/rails-multitenant-api
Rails API starter that includes row based multitenant architecture, RLS, authentication, authorization and test framework setup.
multitenant-architecure postgresql rails-api rails6 ruby
Last synced: 01 Oct 2025
https://github.com/l3r8yj/jini
Jini helps you build an XPATH and then modify its parts via simple fluent interface.
Last synced: 04 Oct 2025
https://github.com/slavikdev/design-patterns-in-dynamic-languages
Examples and support files for the tech talk “Design Patterns in Dynamic Languages”
design-patterns dynamic examples javascript ruby
Last synced: 30 Aug 2025
https://github.com/morrism1/lyrics-scraper
I decided to scrape Lyrics from azlyrics.com. I do love music much. I liked the idea that I can write the name and the title of the song for internationally recognized Artists and be able to find them.
Last synced: 12 Apr 2025
https://github.com/lambdatest/ruby-hyperexecute-sample
Demonstration of Ruby Selenium testing on HyperExecute Grid
automation-testing cross-browser cross-platform-testing fastest-selenium-cloud hyperexecute lambdatest ruby ruby-webdriver selenium selenium-testing
Last synced: 30 Jul 2025
https://github.com/duffn/grape-api-boilerplate
A full-featured, production ready, and easy to understand API boilerplate for the Grape framework.
api boilerplate grape grape-api hacktoberfest rack ruby
Last synced: 23 Mar 2025
https://github.com/amcaplan/brainruby
Ruby... Optimized for Programmer Sadness!
esolangs esoteric-languages ruby
Last synced: 14 Apr 2025
https://github.com/martinpeck/mazes-ruby
Maze algorithms, written in Ruby. Just a bit of fun, and based upon the awesome book "Mazes for Programmers"
Last synced: 14 Aug 2025
https://github.com/zedtux/ror-refactor
Atom package including a set of refactoring tools for Ruby On Rails.
atom-editor atom-package refactor refactoring ruby ruby-on-rails
Last synced: 14 Aug 2025
https://github.com/texpert/shrine-aws-lambda
AWS Lambda integration for Shrine File Attachment toolkit for Ruby applications
asynchronous aws aws-lambda processing ruby s3 shrine webhooks
Last synced: 30 Aug 2025
https://github.com/xord/solitaire
Solitaire game made with RubySketch
game ios iphone mac processing ruby
Last synced: 16 May 2025
https://github.com/sanmak/dockerfile-samples
Dockerfile samples to make your life easier
c-plus-plus django docker docker-compose docker-container docker-image dockerfile flask go golang java javascript nodejs python ruby
Last synced: 19 Apr 2025
https://github.com/jimmycuadra/tam_tam
Parse, filter, and analyze logs from online chat clients.
Last synced: 27 Jul 2025
https://github.com/teemutammela/auralcandy.net
Source code of AuralCandy.Net - Premium House Music Podcast.
chartable contentful heroku padrino podcast ruby sinatra
Last synced: 06 Apr 2025
https://github.com/ksylvest/omniai-anthropic
An implementation of the OmniAI interface for Anthropic.
Last synced: 18 Feb 2026
https://github.com/marcoroth/cable-streams-rails
Rails companion gem for the `cable-streams` NPM package
cableready hotwire rails ruby turbo
Last synced: 28 Oct 2025
https://github.com/floehopper/introspection
Dynamic inspection of the hierarchy of method definitions on a Ruby object.
class definition introspection metaprogramming method module object ruby
Last synced: 14 Apr 2025
https://github.com/vaiorabbit/mprtest
A demonstration of the Minkowski Portal Refinement algorithm
collision-detection minkowski-sum opengl ruby
Last synced: 17 Jul 2025
https://github.com/joswinemmanuel/github-slideshow
A robot powered training repository :robot:
Last synced: 05 Apr 2025
https://github.com/whitesmith/surveyor2
A Rails gem that lets you code surveys, questionnaires, quizzes, etc... and add them to your app.
Last synced: 03 Aug 2025
https://github.com/dennis-every/book-an-appointment-api
Anywhere is a group capstone project which has a React Front-End and a Ruby on Rails Back-End. Users can sign up, create places, and make reservations like AirBnB. This repo is the Back-End API for this app.
Last synced: 08 Mar 2026
https://github.com/brandonweiss/redcarpet-abbreviations
An extension for Redcarpet that supports abbreviations.
Last synced: 08 Oct 2025
https://github.com/rickhull/conway_deathmatch
Game of Life: several competing populations
conway conway-game conway-life deathmatch elixir ruby
Last synced: 22 Apr 2025
https://github.com/thekuwayama/caa_rr_patch
the patch that adds CAA Resource Record
Last synced: 12 Oct 2025
https://github.com/voostindie/obsidian-md-filter
Obsidian Markdown filter for Marked 2.
markdown marked2 obsidian ruby
Last synced: 19 Jan 2026
https://github.com/cosmix/freepbx.clid.ote
Using OTE’s 11888 web site as a fast CLID data provider for FreePBX/Asterisk
asterisk callerid clid clid-providers freepbx greece ote ruby scraper
Last synced: 01 Apr 2025
https://github.com/dickdavis/utility_classes
Rails gem that facilitates the use of utility CSS frameworks.
rails ruby tailwind-css utility-classes
Last synced: 07 Oct 2025
https://github.com/agargiulo/git-fukit
redo a git repo a la http://xkcd.com/1597
git random-scripts ruby xkcd-1597
Last synced: 02 May 2026
https://github.com/haseeb-qureshi/ruby-dht
Distributed Hash Table with consistent hashing, implemented in Rack servers communicating via HTTP
Last synced: 08 Mar 2026
https://github.com/selma-belhadj/budgetapp
This 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.
Last synced: 09 Apr 2025
https://github.com/jbox-web/job-database-manager-postgresql
A Jenkins plugin that automatically set up PostgreSQL test databases for Jenkins jobs, easy ;)
database jenkins jenkins-jobs jenkins-plugin postgresql ruby
Last synced: 09 Apr 2025
https://github.com/starsheriff2/md-cleaner
This program checks your markdown files for any errors so your MD files are more polished. Built with Ruby.
Last synced: 17 Oct 2025
https://github.com/ajitsing/gocd
Gem to fetch gocd information easily
ci continuous-delivery continuous-deployment continuous-integration gem gocd goconfig pipeline ruby rubygem
Last synced: 07 May 2025
https://github.com/oshboul/lets_shard
An easy way to shard anything!
distribution redis redis-client redis-cluster redis-server ruby shard sharding shards
Last synced: 23 Apr 2025
https://github.com/swordray/tel_to_helper
Deprecated for Rails 6.1 UrlHelper#phone_to
actionpack actionview rails ruby
Last synced: 11 Oct 2025
https://github.com/alexoid1/bot-telegram
The main goal is create a Bot. It's a real-world-like project, built with business specifications.
public-api rspec rubocop ruby telegram-bot
Last synced: 24 Apr 2025
https://github.com/mamantoha/validates_nested_uniqueness
Library for validating nested uniqueness in Rails.
Last synced: 27 Feb 2026
https://github.com/xarlybovi/halo-api
Wrapper for Halo Public API (BETA). https://developer.haloapi.com
Last synced: 10 Oct 2025
https://github.com/sulmanweb/twitter-clone-ruby-gql
Twitter Clone GraphQL API built with Ruby on Rails MIT
Last synced: 12 Jun 2025
https://github.com/zeroc0d3/id-ruby-docker-rails
Presentation Meetup Ruby Brigade Indonesia (April 28th, 2017)
deploy deployment docker dockerfile indonesia meetup rails ruby
Last synced: 11 Mar 2026
https://github.com/jonathanyiv/knights_travails
Implementation of the Shortest Path Problem for a Knight Chess in Ruby
Last synced: 26 Apr 2025
https://github.com/0xairdropfarmer/airbnbclone-in-ruby-on-rails
clone airbnb in rails 5.1.3 and ruby 2.3.4
airbnb ruby ruby-on-rails rubyonrails
Last synced: 06 Oct 2025
https://github.com/ohbarye/git-scraping-template
A template of a git scraping
git git-scraping rss-feed ruby
Last synced: 09 May 2026
https://github.com/trackingboard/collate
Add some DSL to your model, then run a single method in your controller, and your model now accepts filtering through the parameters.
Last synced: 06 Oct 2025
https://github.com/rcny/docker-events-forwarder-gelf
Send Docker events as GELF messages
Last synced: 23 Apr 2025