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/sha-env/hackerrank
Hacker Rank Solve (On Going)
c cpp csharp go hackerrank hackerrank-challenges hackerrank-python hackerrank-solution haskell html java javascript kotlin php python ruby solver swift typescript vscode
Last synced: 11 Oct 2025
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/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/necojackarc/holidays_from_google_calendar
Retriving national holidays from Google Calendar.
Last synced: 15 Oct 2025
https://github.com/aquaflamingo/spotify-exporter
Export or backup your Spotify playlists to m3u, pls, xspf, txt and yaml format 🎶
music playlists ruby spotify spotify-api
Last synced: 10 Oct 2025
https://github.com/alexdovzhanyn/sevendeadlysins
A side-scroller game written purely in ruby.
game platformer ruby sidescroller
Last synced: 04 Mar 2026
https://github.com/officialasishkumar/leetcode
Here you can find the best leetcode solutions! Make sure to contribute and help others : )
c cpp hacktoberfest hacktoberfest2023 hacktoberfest2023-accepted java javascript python ruby rust typescript
Last synced: 12 Oct 2025
https://github.com/sundi3yansyah/ip-lookup-rb
Lookup IP Address with API to get a lot of information using ip-api.com
gem gems ip ipaddress ruby ruby-on-rails
Last synced: 08 Oct 2025
https://github.com/zeljkofilipin/watir-nokogiri
Speeding up watir-webdriver with nokogiri.
Last synced: 28 Apr 2025
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/dilumn/git-plan
Execute batch of git commands by a single bash command
Last synced: 08 Oct 2025
https://github.com/skorks/ingress
Simple role based authorization for Ruby applications
Last synced: 08 Oct 2025
https://github.com/cbrnrd/rise
🌩️ Simple serverless deployment
api cli cloud rise ruby serverless sinatra web
Last synced: 15 Oct 2025
https://github.com/ruby/getoptlong
The GetoptLong class allows you to parse command line options similarly to the GNU getopt_long() C library call.
Last synced: 19 Oct 2025
https://github.com/mtgrosser/dmtx
Pure Ruby Datamatrix generator
data-matrix datamatrix datamatrix-generator png ruby svg
Last synced: 20 Apr 2026
https://github.com/creasty/i18n_flow
[beta] Manage translation status in YAML file
i18n rails ruby translation-management
Last synced: 14 Jun 2025
https://github.com/polaristlx/clonebook
Facebook Clone created with Ruby on Rails
amazon-s3-storage css-grid-layout css3 devise factory-bot faker-gem heroku html5 omniauth paperclip-gem rspec ruby ruby-on-rails rubyonrails
Last synced: 17 Nov 2025
https://github.com/maxbarsukov/rbminivents
📆 Tiny eventing gem
events gem gems ruby ruby-events ruby-gem
Last synced: 06 Oct 2025
https://github.com/yous/basehangul
Human-readable binary encoding, BaseHangul for Ruby
Last synced: 14 Oct 2025
https://github.com/magdielcardoso/active_act
Abstract spare methods from your controllers and models into actions in Ruby with Active Act 🚀
open-source rails ruby ruby-gem ruby-on-rails rubygem
Last synced: 18 Mar 2026
https://github.com/nning/imgshr
Simple image gallery sharing web application.
gallery image-sharing rails ruby
Last synced: 13 Mar 2026
https://github.com/okuramasafumi/neco
neco is a NEo COmmand library
business-logic command-pattern meta-programming ruby
Last synced: 10 Oct 2025
https://github.com/floehopper/metaclass
Adds a metaclass method to all Ruby objects
metaclass metaprogramming ruby
Last synced: 15 Jun 2025
https://github.com/alejandrodevs/active_model_exporters
A simple way to export data in Rails.
activemodel exporter rails ruby
Last synced: 24 Sep 2025
https://github.com/dwkoogt/pika_que
Ruby background processor for RabbitMQ
background-jobs pikaque rabbitmq rails ruby workers
Last synced: 12 Aug 2025
https://github.com/KA-HQ/Trophonius
A lightweight, easy to use link between Ruby (on Rails) and FileMaker using the FileMaker Data-API.
filemaker filemaker-api filemaker-data-api filemaker-dataapi ruby ruby-gem ruby-on-rails
Last synced: 10 May 2025
https://github.com/resurfaceio/logger-ruby
Log API calls with Ruby
api-logger http-logger logger-ruby rack-middleware ruby sinatra
Last synced: 13 Apr 2025
https://github.com/bibendi/twinkle
Notification service sending messages to Telegram.
Last synced: 29 Jul 2025
https://github.com/n4vrl0s3/hackerrank
Hacker Rank Solve (On Going)
c cpp csharp go hackerrank hackerrank-challenges hackerrank-python hackerrank-solution haskell html java javascript kotlin php python ruby solver swift typescript vscode
Last synced: 14 Apr 2025
https://github.com/floehopper/rails-on-nix
This is an exploration of setting up a vanilla Rails app using the Nix package manager.
nix node rails ruby ubuntu vagrant virtualbox webpacker yarn
Last synced: 14 Apr 2025
https://github.com/agile-lab-dev/literate-programming-articles
Collection of articles, using the Literate Programming style, about Data Engineering and Software Tooling in general
literate-programming ruby spark spark-connect
Last synced: 26 Aug 2025
https://github.com/telamonian/boxen-linux
A universal version of Boxen, Github's automation software, that runs on Linux as well as OSX
boxen boxen-linux boxen-modules linux puppet ruby
Last synced: 20 Mar 2025
https://github.com/abongsjoel/ruby-bubble-sort
The project built a method #bubble_sort that takes an array of numbers and returns a sorted array, as well as a method #bubble_sort_by that takes an array of strings and sorts it by string length.
Last synced: 11 Apr 2025
https://github.com/marcqualie/cloudapp-export
A quick way to grab all the data you have stored in CloudApp
Last synced: 27 Jul 2025
https://github.com/alexfalkowski/nonnative
Allows you to keep using the power of ruby to test other systems.
Last synced: 09 Apr 2026
https://github.com/kirillshevch/slack_hook
A Simple Interface to Slack Incoming Webhooks Integrations
ruby ruby-slack slack slack-api slack-incoming-webhooks slack-integration slack-webhook
Last synced: 07 Oct 2025
https://github.com/ankurgel/statsample-glm
Generalized Linear Models extension for Statsample
ruby ruby-science-foundation sciruby statistics statsample statsample-glm
Last synced: 19 Mar 2025
https://github.com/vichuge/rails_capstone_investments
This project shows a list of inversions and the groups where the inversions could work. The user is able to create new groups (products) to invest in and assign new inversions to them.
capstone microverse rails-capstone rspec ruby
Last synced: 24 Aug 2025
https://github.com/amiralles/dsfs
Data structures from scratch - Source code.
Last synced: 23 Jul 2025
https://github.com/antoinelyset/poleica
Poleica : Ruby conversion tool & preview creator
conversion documents gif image jpeg libreoffice pdf png preview ruby
Last synced: 16 Aug 2025
https://github.com/jcagarcia/rollout-redis
Easy and fast feature flags based on the latest Redis versions
degrade fast feature-flagging feature-flags feature-flippers feature-switcher feature-toggles features flipper gem hacktoberfest rails redis redis-database rollout rollout-gem ruby ruby-gem simple
Last synced: 27 Jul 2025
https://github.com/philr/putty-key
Ruby PuTTY private key (.ppk) library. Supports reading and writing with a refinement to OpenSSL::PKey to allow key conversion.
ppk putty putty-private-key puttygen ruby ssh
Last synced: 26 Jul 2025
https://github.com/mvz/ghtml2pdf
HTML to PDF converter based on WebKit2GTK+ and GirFFI
gir-ffi hacktoberfest pdf-converter ruby webkit2gtk
Last synced: 20 Aug 2025
https://github.com/warrant-dev/warrant-ruby
Ruby SDK for Warrant
abac access-control acl attribute-based-access-control authorization authz permissions rbac role-based-access-control ruby
Last synced: 13 Apr 2025
https://github.com/maxpleaner/sounds
command line drum set & music maker in ruby
arpeggio arpeggio-files audio cli command-line drums keymap metronome mp3 music ruby sound synth
Last synced: 25 Jul 2025
https://github.com/marcelotto/parspec
A testing framework for Parslet grammars
gunit parser parser-specifications parslet rspec ruby testing
Last synced: 10 Apr 2025
https://github.com/bondok6/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 manage your budget.
bootstrap5 devise gitflow postgresql rails rubocop ruby ruby-on-rails
Last synced: 12 May 2025
https://github.com/keithdoggett/spatial_stats
Spatial Statistics Library for ActiveRecord/PostGIS
postgis rails ruby spatial spatial-stats stats
Last synced: 13 Apr 2025
https://github.com/bondok6/blog-app
The Blog app is a fully functional website that shows the list of posts and empowers readers to interact with them by adding comments and liking posts.
postgresql rails ruby ruby-on-rails
Last synced: 12 May 2025
https://github.com/simon0191/fast_priority_queue
A blazzingly fast implementation of priority queue using Ruby + Rust + Ruru
benchmark priority-queue ruby ruru rust
Last synced: 13 Apr 2025
https://github.com/jenkinsci/jenkins-plugin-runtime.rb
The idomatic Ruby API for building Jenkins CI plugins
Last synced: 30 Sep 2025
https://github.com/mikker/render_with_view
☝️ Be explicit about the things you send from your Rails controller to the view.
Last synced: 14 Apr 2025
https://github.com/carolineartz/rubocop-rails-order_model_macros
Extension of RuboCop for ordering macro style methods in Rails models
rails rubocop rubocop-rails ruby
Last synced: 07 Mar 2026
https://github.com/simplificator/keycloak_oauth
Ruby on Rails integration with the Keycloak identity and access management API.
keycloak keycloak-client rails ruby
Last synced: 14 Apr 2025
https://github.com/chetannihith/program-hacktoberfest25
⭐️This repository is for Hacktoberfest 2025 contributions, where developers can contribute interesting and unique programs across different languages! Contribute Java, C++, Python, or any language you're comfortable with and showcase your coding skills! Happy hacking
cpp go hacktoberfest hacktoberfest-accepted hacktoberfest2025 java js python ruby
Last synced: 02 Oct 2025
https://github.com/justalever/email_subscriptions_demo
An basic email subscription workflow for a Ruby on Rails app
emailsubscription mailer rails ruby rubyonrails
Last synced: 23 Oct 2025
https://github.com/igorkasyanchuk/time_m
The easiest way to measure execution time of your code
Last synced: 08 Aug 2025
https://github.com/nbulaj/spherical_mercator
🗺️ Spherical Mercator math in Ruby
mapbox ruby ruby-gem spherical spherical-geometry
Last synced: 25 Jun 2025
https://github.com/secretpray/real-time-comments-and-voting-hotwire-
hotwire hotwire-stimulus hotwire-turbo rails rails7 ruby turbo
Last synced: 01 Oct 2025
https://github.com/zeebe-io/zeebe-client-ruby
Zeebe client containing a simple wrapper for the gRPC protocol used by https://zeebe.io.
grpc-protocol ruby zeebe zeebe-client
Last synced: 14 Mar 2025
https://github.com/voxpupuli/beaker-hostgenerator
beaker hacktoberfest ruby vmpooler
Last synced: 22 May 2026
https://github.com/dev99problems/raycast-scripts
Personal Raycast scripts
ffmpeg github js pull-requests raycast raycast-command raycast-script ruby
Last synced: 12 Aug 2025
https://github.com/gasb150/hummingbird_bot
Humminbird_bot is a helpful bot for wine quotations. Users can simulate the cost of different wine products. Build with: Ruby, Telegram-bot
Last synced: 11 Apr 2025
https://github.com/driftingruby/154-service-objects-for-api-interactions-with-twilio
In this episode, learn how to extract the interactions with an external API into a service object so that code is isolated and interchangeable.
rails ruby ruby-on-rails service-objects
Last synced: 05 Apr 2025
https://github.com/akamai/edgeauth-token-ruby
Akamai Authorization Token for Ruby
akamai akamai-open authorization authtoken ruby signed-url token
Last synced: 31 Jul 2025
https://github.com/unhappychoice/intercom_summary
Displays intercom summary information
Last synced: 13 Apr 2025
https://github.com/meltrust/bubble-sort-with-ruby
Project: Sorting numbers with Ruby using bubble sort and yield.
Last synced: 19 Apr 2025
https://github.com/SnippetSafe/snippet_app
A social code snippet sharing app that allows you to create, file and share code snippets with anyone. Built with Ruby on Rails and Stimulus JS.
ruby ruby-on-rails stimulus-js
Last synced: 16 May 2025
https://github.com/haroonabdulrazaq/twittter
I cloned twitter and mock some of its functionalities using Ruby on Rails and Bulma, In order to fully understand MVC, RestfulApi, a healthy experience using Device gem and implement CRUD.
Last synced: 21 Apr 2025
https://github.com/sdogruyol/calculator-tdd
An example of applied TDD with a simple calculator
Last synced: 24 Mar 2025
https://github.com/acushlakoncept/twitter-clone
In this project I followed along Andy Leverenz’s brilliant Building a Twitter Clone screen casts to build a light weight version of Twitter in other to get lot of healthy experience using Devise in the process.
ruby ruby-gems ruby-on-rails twitter twitter-clone
Last synced: 23 Apr 2025
https://github.com/jmoseka/decode-morse-code
A ruby program that debugs a morse code into a normal readable language
Last synced: 09 Apr 2025
https://github.com/fnando/svg_sprite
Create SVG sprites using SVG links.
css ruby sprite svg svg-sprite
Last synced: 17 Apr 2025
https://github.com/raminka13/recipe-app
The Recipe app keeps track of all your recipes, ingredients, and inventory. It will allow you to save ingredients, keep track of what you have, create recipes, and generate a shopping list based on what you have and what you are missing from a recipe.
cancancan devise postgresql ruby ruby-on-rails
Last synced: 05 May 2025
https://github.com/mamantoha/zci
Zendesk and Crowdin integration Command Line Interface (CLI)
Last synced: 07 May 2025
https://github.com/sonota88/ruccola
A self-hosting toy compiler written in Ruby
compiler programming-language ruby
Last synced: 15 Apr 2025
https://github.com/smart-village-solutions/smart-village-app-cms
A CMS based on JSON schema of smart-village api
Last synced: 16 May 2025
https://github.com/freerange/site
Go Free Range website
blog markdown rails ruby website worker-cooperative
Last synced: 23 Apr 2025
https://github.com/hpi-epic/profci-exercise
Employing Continuous Integration Services and Github Workflows to Teach Test-driven Development
automation exercise ruby student-centered tdd teaching travis-ci tutorial
Last synced: 27 Feb 2025
https://github.com/top-gg-community/ruby-sdk
A ruby library for the top.gg api
api bot dbl discordbotlist ruby topgg
Last synced: 01 Jul 2025
https://github.com/iqbaleff214/metode-saw
Penerapan metode SAW (simple additive weighting) dalam berbagai bahasa pemrograman
go golang javascript nodejs php php8 ruby saw simple-additive-weighting spk
Last synced: 11 Apr 2026
https://github.com/mateusznakodach/heroesofdomaindrivendesign.eventsourcing.ruby
Shows how to use Domain-Driven Design, Event Storming, Event Modeling and Event Sourcing in Heroes of Might & Magic III domain.
ddd dddheroes domain-driven-design event-modeling event-sourcing eventmodeling eventsourcing eventstorming hotwire ruby ruby-on-rails
Last synced: 27 Feb 2025
https://github.com/ydah/slimembedcop
RuboCop runner for Ruby code embedded in Slim.
gem hacktoberfest rubocop ruby slim
Last synced: 17 Apr 2025
https://github.com/earlopain/foxtrove
E6 Upload Helper
e621 iqdb rails reverse-image-search ruby
Last synced: 17 Nov 2025
https://github.com/goldenowlasia/go_rails_template
A template to build large scale web applications in Ruby On Rails. Focus on extending, performance and best practices
calculation-objects decorators form-objects golden-owl patterns policy-objects query-objects rails rails-template ruby service-objects value-objects
Last synced: 02 May 2025
https://github.com/thefox/pastebin
Just another Pastebin.com CLI script, but you can even login with your user account.
mit-license pastebin ruby ruby-gem
Last synced: 23 Apr 2025
https://github.com/socketry/async-limiter
Async limiter for ruby.
async async-limiter asynchronous-programming ruby
Last synced: 22 Apr 2025
https://github.com/switchdreams/rest-api-generator
Build a Ruby on Rails REST API faster
rails rest-api rest-api-framework rest-api-helper ruby
Last synced: 13 Apr 2025