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/dreamingechoes/pomodoro-gui
Pomodoro with a minimal graphical interface in Ruby with Gosu, made for fun.
Last synced: 14 Jun 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/distroid/selectize-ajax
Useful Selectize.js form control tag with autocomplete, create and edit items by ajax.
ajax rails rails-helper-tag ruby selectize selectize-ajax-tag selectize-rails
Last synced: 20 Mar 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/mikoto2000/librarysystem
架空の図書館の貸出管理システム
library-system ruby ruby-on-rails-7
Last synced: 10 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/kkasaija/tasty_trek
An app to keep 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 capybara-rspec devise postgresql rspec ruby ruby-on-rails
Last synced: 08 Sep 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/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/state-machines/state_machines-activemodel-observers
activemodel observer ruby state-machine
Last synced: 09 Sep 2025
https://github.com/sdaubert/packetgen-plugin-smb
SMB protocol suite plugin for packetgen
Last synced: 07 Sep 2025
https://github.com/icy/rolo
Prevents a program from running more than one copy at a time
Last synced: 17 Mar 2025
https://github.com/abongsjoel/stock-picker
The project implement's a #stock_picker method that takes in an array of stock prices and returns a pair of days representing the best day to buy and the best day to sell.
Last synced: 08 Sep 2025
https://github.com/julianpasquale/ruby-functional-programming
This repository includes the slide deck and code examples for my presentation about Functional programming in Ruby
functional functional-programming ruby
Last synced: 10 Jul 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/hrs/blueprint
A teeny tiny Scheme implemented in Ruby.
fexprs interpreter ruby scheme
Last synced: 07 May 2025
https://github.com/sammyhenningsson/hal_presenter
DSL for writing Presenters to serialize JSON HAL
curie hal hypermedia-api ruby serialization
Last synced: 19 Mar 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/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/iamyunusali/eventify-backend
Eventify is a Full-stack web application. that makes easier to post, reserve and delete events on a click of button. This is the Backend(API) of the System.
postgresql rspec-rails ruby ruby-on-rails swagger swagger-ui
Last synced: 24 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/dannyben/loadrunner
GitHub Webhook Server and Event Simulator
Last synced: 18 Apr 2025
https://github.com/jpalumickas/revolut-ruby
Ruby wrapper for Revolut API
api api-wrapper revolut revolut-api ruby
Last synced: 09 Apr 2025
https://github.com/melashu/json_or_ruby_to_csv
This gem converts arrays of JSON objects, arrays of hashes, arrays of ActionController params, simple hashes, or ActiveRecord relations and objects to a CSV-formatted string.
Last synced: 24 Apr 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/jpalumickas/backup-repos
Backup your GitHub, BitBucket and GitLab repositories
backup bitbucket github gitlab gitlab-repositories ruby rubygems
Last synced: 28 Apr 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/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/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/healthypackrat/safari_bookmarks_parser
Dump ~/Library/Safari/Bookmarks.plist as JSON/YAML (RubyGems)
Last synced: 28 Apr 2025
https://github.com/thecodechaser/my-ruby-enumerable
In this project I learned how to use a module inside a class. For this I created a class MyList and a module MyEnumerable. Our module MyEnumerable implemented a subset of the functionality of Ruby's in-built Enumerable.
Last synced: 24 Apr 2025
https://github.com/jg-rp/ruby-json-p3
JSONPath, JSON Patch and JSON Pointer for Ruby
Last synced: 12 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/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/tanvir002700/convert_unit
A Ruby Library for dealing with different types of unit conversion.
conversion ruby ruby-gem unit-conversion
Last synced: 28 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/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/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/wolfpack-digital/rails-template
Ruby on Rails application template
Last synced: 07 May 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/ph-7/peachlang
:peach: PeachLang™ is a simple interpreted language done with Ruby using Racc (the Ruby version of Yacc/Bison). The language has been made thanks to MACournoyer's book http://01script.com/comment-creer-son-langage-de-programmation/
bison interpreted-language interpreted-languages interpreted-programming-language interpreter language own-language parser peach-language peachlang programming programming-language programming-languages racc ruby simple-programming-language yacc
Last synced: 09 Apr 2025
https://github.com/mohamedhnoor/hellorails
Hello Rails is a simple backend api that provides random greetings. It is built using Ruby on Rails and Postgres database.
postgresql ruby ruby-on-rails rubygems
Last synced: 10 Apr 2025
https://github.com/toyama0919/tagenv
ec2 instance tag apply environment variables.
ec2 ec2-instance environment-variables ruby
Last synced: 30 Oct 2025
https://github.com/toburger/rulesengine
Experimentations with DLR (Dynamic Language Runtime) and MEF (Managed Extensibility Framework)
dlr dotnet javascript mef php python ruby
Last synced: 13 Apr 2025
https://github.com/acushlakoncept/micro-reddit
This project was used to get our feets wet working on database model using Rails powerful ORM called Active Records. The data structures necessary to support link submissions and commenting on Reddit was the main focus of this project
active-records gem ruby ruby-on-rails webpack
Last synced: 23 Apr 2025
https://github.com/cosmo0920/mikutter_filter
A mikutter plugin which adds several filter features into mikutter.
Last synced: 30 Oct 2025
https://github.com/donkirkby/active-sinatra
Sandbox project for ActiveRecord and Sinatra web server, including test fixtures
activerecord oracle ruby sandbox sinatra
Last synced: 07 May 2025
https://github.com/sevlamare/tictactoe_ruby
Mini game to play on command line.
object-oriented-programming ruby
Last synced: 12 Mar 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/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/peterzhu2118/declarative_minitest
Ports Rails declarative minitest into regular minitest
Last synced: 07 Jul 2025
https://github.com/tamanobi/line-chatbot-rb-sample
LINE Messaging APIをつかったサンプル
Last synced: 16 May 2025
https://github.com/vedant-kakde/devops-roadmap
Step by step guide for DevOps
ansible devops devops-tools docker git github github-actions gitlab golang jenkins kubernetes prometheus python ruby
Last synced: 19 Apr 2025
https://github.com/eth3rnit3/rails_api_template
Rails api template it make ready to code
Last synced: 19 Apr 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/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/adewunmi97/ror-capstone
In this project, I built a Job opinion application based on a redesign of Twitter.
Last synced: 23 Apr 2025
https://github.com/fastruby/benches
A few benchmarks we run for the Ombu Labs blog
benchmarking ruby ruby-benchmarks
Last synced: 07 Oct 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/blueberrystream/slack-emoji-download.rb
CLI Downloader for Slack custom emoji
emoji ruby ruby-application ruby-cli ruby-gem ruby-library rubygem rubygems slack slackapi
Last synced: 23 Apr 2025
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/scientist-labs/ruby_llm-red_candle
Support for local LLMs, running inside of your Ruby process for RubyLLM
candle llm red-candle ruby ruby-llm
Last synced: 31 May 2026
https://github.com/safafa/ror-book-stats
A rails web application that allows users to keep track of their readings. The app is deployed on Heroku.
css erb heroku html5 postgres ruby ruby-on-rails
Last synced: 23 Apr 2025
https://github.com/oybekkayumov/morse-code
This project uses ruby to decode morse code and returns the message in plain English.
irb linters pair-programming rubocop ruby
Last synced: 23 Apr 2025
https://github.com/prx/feeder.prx.org
Dovetail podcast content management system
Last synced: 10 Apr 2025
https://github.com/klaxit/danger-brakeman_scanner
A Danger plugin for running Ruby files through Brakeman.
danger-plugin ruby ruby-on-rails security-scanner
Last synced: 01 Apr 2025
https://github.com/thoughtbot/clearance-i18n
Translations for clearance
clearance i18n ruby thoughtbot
Last synced: 27 Apr 2025
https://github.com/hseadc/inkz
media service about tattoos
bozzhik inkz rails rails-api rails-application ruby ruby-app ruby-on-rails tailwindcss
Last synced: 01 Oct 2025
https://github.com/westonganger/active_record_simple_execute
Sanitize and Execute your raw SQL queries in ActiveRecord and Rails with a much more intuitive and shortened syntax
Last synced: 27 Feb 2025
https://github.com/nilsding/questiongenerator
A simple question generator.
generator justask question retrospring ruby
Last synced: 23 Apr 2025
https://github.com/acasaism/holded
gem hacktoberfest holded ruby ruby-gem rubyonrails
Last synced: 08 Oct 2025
https://github.com/abhinavs/scoop
Scoop - a production-ready Sinatra boilerplate project using Corneal, ActiveRecord, Capistrano, Puma & Nginx
activerecord api-boilerplate capistrano corneal json-api nginx nginx-proxy puma ruby sinatra sinatra-boilerplate sinatra-mvc sinatra-skeleton
Last synced: 23 Apr 2025
https://github.com/patricktulskie/concuss
Throw a bunch of headers at a web app and see what sticks
malformed-headers pentest ruby security security-auto security-tools testing webapp-security
Last synced: 28 Apr 2025
https://github.com/javitocor/members-only
A project built with Ruby on Rails based on authenticate users and modify the view for logged users
microverse odin-project ruby ruby-on-rails
Last synced: 07 Oct 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/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/DragonRuby/lightstorm
Minimalistic ahead-of-time Ruby compiler
Last synced: 10 Aug 2025
https://github.com/nbulaj/alpha_card
A Ruby / JRuby / Rails gem for integrating with Alpha Card Services
alpha-card jruby payment-gateway ruby sales
Last synced: 04 Jul 2025
https://github.com/salanoid/octo-swot
Swot Analyze Rails Web App.
octo octo-swot rails rails5 ruby ruby-on-rails rubyonrails swot
Last synced: 06 Oct 2025
https://github.com/fabianfrz/opnsense_client_lib
Library to use the OPNsense API - written in Ruby
Last synced: 26 Apr 2025
https://github.com/pablobona/recipe-app
Welcome to the Recipe App, a Ruby on Rails-based application designed to simplify your recipe management process. This application allows users to save and organize ingredients, manage their inventory, create new recipes, and generate shopping lists based on available ingredients and missing items.
devise rails ruby ruby-app ruby-gem ruby-on-rails
Last synced: 06 Jul 2025
https://github.com/peopledatalabs/peopledatalabs-ruby
A Ruby client for the People Data Labs API
api company-data company-search contact-data enrichment people-data peopledatalabs person-search ruby ruby-gem sdk-ruby search
Last synced: 11 Mar 2026
https://github.com/lucasmsa/timeblocks-problem
⏱ Trying to come up with my solution to the problem seen in this video: https://youtu.be/3Q_oYDQ2whs
Last synced: 24 Apr 2025
https://github.com/andremleblanc/druiddb-ruby
Ruby client for Druid using the Kafka Indexing Service
druid ruby ruby-on-rails timeseries-database
Last synced: 06 Oct 2025
https://github.com/danifromecuador/recipes
This is a Server-side Rendering application (SSR) following the MVC architecture. After the user logs in, them can create or edit recipes, adding or removing ingredients, generating shopping list and sharing their recipes with all other users.
postgresql rails render-deployment ruby
Last synced: 24 Apr 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/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/fluent-plugins-nursery/winevt_c
Windows Event Log API binding from winevt.h. https://docs.microsoft.com/en-us/windows/desktop/api/_wes/
ruby wevtapi-h windows windows-event-log
Last synced: 15 May 2025
https://github.com/nvoynov/punch
Punch focuses on business logic layer design in accordance with the principles of The Clean Architecture. It provides basic frame, code-generators, DSL, and CLI
business-logic-layer cli dsl entity erb interactor plugin poro ruby service source-code-generator the-clean-architecture usecase
Last synced: 26 Oct 2025
https://github.com/davidkirwan/ardtweeno
Ardtweeno is an application gateway which bridges devices connected via Serial Link and an Internet Protocol network. The system is designed as a PaaS (platform as a service) for the Raspberry Pi ARM platform.
gateway home-automation internet-of-things raspberry-pi ruby
Last synced: 09 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/afsalthaj/tic-tac-toe
minimax-algorithm object-oriented ruby tictactoe-game
Last synced: 06 Oct 2025