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/tarao/textserver
Edit on Firefox using external text editors.
Last synced: 30 Apr 2026
https://github.com/hombre2014/hello-rails-react
Simple integration of Rails and React-Redux with react-rails gem. No ReduxToolkit.
rails7 react-rails redux redux-thunk ruby
Last synced: 21 Jan 2026
https://github.com/powerlevel9000/catalog
Catalog is ruby based with terminal user interface project in which you can organize your things according to various item object such as book, music, video etc Catalog is a totally OOP (Object Oriented Programming) with inheritance, polymorphism and private methods
database oop-principles psql ruby
Last synced: 02 Apr 2025
https://github.com/owusu-desmond/mcq-quiz-app
Multiple choice question(mcq) quiz app a program that will ask a user all pre-defined questions and will give the user a score at the end of the quiz.
Last synced: 14 Jul 2025
https://github.com/marian13/ruby_arguments
Ruby Arguments encapsulate method positional arguments (args), keyword arguments (kwargs), and an optional block (block) in a single value object (null object is also available).
Last synced: 02 Jul 2025
https://github.com/space-pirates-llc/locale_kit
Improve locales convention of Rails
Last synced: 16 Aug 2025
https://github.com/bastienleonard/hutte
Simple SSH execution in Ruby, heavily based on Python's Fabric
Last synced: 30 May 2026
https://github.com/jish/xkcd
I wanted to read xkcd title text on my iPhone, so I made this sinatra app
Last synced: 10 Mar 2026
https://github.com/juanpablodiaz/doc
Projects, Tech Notes, & Career Advancement Documentation. 🚀 Backup demo: https://docjp.netlify.app
Last synced: 12 Oct 2025
https://github.com/omishimaspace/yadokari
日本初?!コンソールから宿を予約するプロジェクト
booking-system cli rails5 ruby
Last synced: 08 Oct 2025
https://github.com/aswinkarthik/chaoite
A collector and reporter for graphite that can collect Health check metrics
Last synced: 12 Oct 2025
https://github.com/tarellel/healthicons
A Ruby/Rails helper to easily display Healthicons SVG icons within your application views.
gem health-icons healthicons helper icon rails ruby svg
Last synced: 11 Nov 2025
https://github.com/dbackowski/cookieconsent2-rails
Rails asset pipeline bundling of the Cookie Consent JavaScript plugin.
assets cookie-consent rails ruby ruby-gem
Last synced: 11 Nov 2025
https://github.com/belmeetmule/blog-app
The Blog-App is a classic blog website that allows blogger to post blogs, display the list of posts and empower readers to interact with the posts they read by adding comments and likes.
capybara-rspec css postgresql rails-application rspec-rails ruby
Last synced: 08 Apr 2025
https://github.com/adessose/jekyll2cms
Tool for exporting github repo to a CMS
adesso cms conversion docker java jekyll ruby spring
Last synced: 05 Oct 2025
https://github.com/adriangs1996/morty
A framework for creating API endpoints based on dry.rb fully compatible with rails
api dependency-injection dsl grape-api rails rails-api ruby
Last synced: 13 Apr 2026
https://github.com/bludidi/blogapp
A BlogApp is a Rails app that allow users to create posts, comment and like, it uses database to store, update and remove data.
css3 git postgresql rails ruby vscode
Last synced: 20 Jan 2026
https://github.com/ricardovelero/invoicing-rails
A simple invoicing App made in Ruby on Rails
database invoice-pdf invoices rails7 ruby
Last synced: 01 Oct 2025
https://github.com/thefox/osp
Password Manager: One Shall Pass for Command-line.
mit-license password-generator password-manager ruby ruby-gem ruby-library
Last synced: 23 Apr 2025
https://github.com/basir-mohammadi/ruby-school-library
A command line program that shows a typical school library operations flow. Designed using Ruby Object Oriented Programming (OOP) approach.
Last synced: 24 Jun 2025
https://github.com/mickey/black-hole-struct
:door: BlackHoleStruct is a data structure similar to an OpenStruct allowing autovivification
Last synced: 30 Apr 2025
https://github.com/midwire/ruby-profiles
Simple Ruby timings for common idioms and constructs
optimization profile-timings ruby
Last synced: 10 Apr 2025
https://github.com/tony-rowan/pokemon-name-generator
A tool to create new Pokémon names
Last synced: 23 Apr 2025
https://github.com/cwaku/school-library
This is basic school library app that has been built with Ruby. The app allows for some basic operations for example getting the name of the student or the teacher as well as constraints that come with their age.
Last synced: 02 Apr 2025
https://github.com/jdleesmiller/cross_entropy
Ruby library for solving optimisation problems with the Cross Entropy Method.
cross-entropy narray optimization optimization-algorithms ruby
Last synced: 23 Apr 2025
https://github.com/nerdgeschoss/document_serializable
Serialize document based data into your ActiveRecord objects
activerecord json mongodb postgres rails ruby
Last synced: 25 Apr 2025
https://github.com/futhr/spree-unifaun
Unifaun ERPConnect for Spree Commerce.
draft e-commerce extension futhr rspec ruby spree spree-unifaun unifaun wip
Last synced: 30 Apr 2026
https://github.com/virag-ky/my_enumerable
In this project I used a module inside a class. I created a class MyList and a module MyEnumerable. My module MyEnumerable implements a subset of the functionality of Enumerable.
Last synced: 28 Feb 2025
https://github.com/ooftypop/snoop_dogg
A nicer way to see Models
associations console gem logging models organizing pretty print printing rails readable readable-code relationships ruby ruby-gem ruby-on-rails rubygem rubyonrails snoop-dogg sorting
Last synced: 08 Oct 2025
https://github.com/ollej/brewnit
A website to build and share homebrew recipes
Last synced: 22 Jan 2026
https://github.com/delano/uri-redis
URI support for Redis connection settings
Last synced: 04 Jul 2025
https://github.com/jnv/table_syntax
Create tables comfortably in plain Ruby
Last synced: 21 Apr 2025
https://github.com/ahmad-elassuty/rails_graph_example
Example using RailsGraph gem
cypher-query erd example graph interactive neo4j rails ruby ruby-on-rails
Last synced: 03 Sep 2025
https://github.com/carreraprogrammer/ruby_enumerable
In this project I learned how to use a module inside a class. For this I will create a class MyList and a module MyEnumerable. The module MyEnumerable will implement a subset of the functionality of Enumerable.
Last synced: 16 Mar 2025
https://github.com/nejdetkadir/rails-6-api-boilerplate
A starter template for Ruby on Rails API
rails rails-template rails6 ruby ruby-on-rails ruby-on-rails-6 ruby3-0 starter-kit starter-project starter-template
Last synced: 14 Feb 2026
https://github.com/zmekonnen251/mentor-booking-app-backend
This app is aimed to connect mentor and mentee from around the world, to make software development journey easier for the newbies developer by getting tips, ideas and guide from experience software developer (mentor).
devise jwt postgresql rest-api rspec ruby ruby-on-rails
Last synced: 10 Aug 2025
https://github.com/voxpupuli/puppet_metadata
The gem intends to provide an abstraction over Puppet's metadata.json file. Its API allow easy iteration over its illogical data structures.
Last synced: 28 Dec 2025
https://github.com/zerocracy/baza
Web front-line of Zerocracy, where jobs, judges, durables, valves, and swarms meet
cloud-aws project-management ruby ruby-sinatra ruby-webapp zerocracy
Last synced: 01 May 2025
https://github.com/infrablocks/ruby_gpg2
A simple Ruby wrapper for invoking gpg (>= 2.0) commands.
Last synced: 10 Jul 2025
https://github.com/bienvenuushindi/budget-app
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: 10 Apr 2025
https://github.com/hidakatsuya/flexdot
A Flexible and Rake based dotfile manager.
Last synced: 25 Apr 2025
https://github.com/fazendaaa/project-euler
Some of the Project Euler exercises in different languages
c cpp haskell nodejs project-euler project-euler-solutions python ruby typescript
Last synced: 07 Oct 2025
https://github.com/yoshoku/numo-random
Numo::Random provides random number generation with several distributions for Numo::NArray.
Last synced: 25 Apr 2025
https://github.com/alephtwo/quantum_rng
A Ruby interface for the ANU Quantum Random Numbers API
json-api random-number-generators ruby
Last synced: 07 Oct 2025
https://github.com/anirbanmu/substitute-bot
VIM-like substitution bot for reddit comments
bot jruby reddit ruby ruby-application substitution-bot
Last synced: 25 Sep 2025
https://github.com/goyalmunish/request_response_stats
A Ruby gem which captures request response statistics such as cycle time, memory allocation, etc. for each request response cycle grouped in configurable granularity level. As this library makes use of TCP protocol, using DataDog or NewRelic RPM would be way faster because of UDP protocol.
mongo performance-monitoring profiling rails redis request request-response request-response-cycle request-response-processing request-response-stats response response-time ruby stats
Last synced: 25 Aug 2025
https://github.com/rasyadh/hypertensionpredictionnn
Neural Network Algorithm for Hypertension Prediction
hypertension machine-learning machine-learning-algorithms neural-network neural-network-algorithm prediction ruby
Last synced: 07 Oct 2025
https://github.com/zapnap/coin_market
Fetch current market data for top cryptocurrencies using the CoinMarketCap API
api-client crypto cryptocurrency finance market-data ruby tokens
Last synced: 19 Oct 2025
https://github.com/takkii/dict
Input Completion Dictionary 📖
emacs-autocomplete neovim-ddcdotvim nodejs php ruby vim-deoplete vim-neocomplete
Last synced: 11 Nov 2025
https://github.com/lucianghinda/backup-postgresql-db-remote
A simple Ruby script to backup a PostgreSQL DB remote to Cloudflare R2
Last synced: 08 Sep 2025
https://github.com/coding-cactus/cactus-carer
The skill for Amazon Alexa which cares for your cacti!
Last synced: 15 May 2025
https://github.com/tzmfreedom/fluent-plugin-sforce
Salesforce input plugin for Fluentd data collector
Last synced: 14 Mar 2026
https://github.com/io-sgr/docker-redis-trib
A really tiny size image with redis-trib inside
alpine docker docker-image redis redis-trib ruby
Last synced: 06 Oct 2025
https://github.com/bitroniq/bitroniq.github.io
My Jekyll theme based page for personal site, blog, and portfolio.
algolia github-pages jekyll liquid lunr ruby ruby-gem
Last synced: 18 May 2026
https://github.com/mshahzadtariq/devise-activity
Track signed-in user sessions and site navigation in an easy to traverse format
devise devise-activity gem rails5 ruby ruby-gem ruby-on-rails stats tracking
Last synced: 08 Oct 2025
https://github.com/tylerrick/capybara-chrome_dev_tools
Integrates chrome_remote (a Chrome DevTools Protocol client) with Capybara, letting you access Chrome DevTools via `driver.dev_tools`.
capybara capybara-library chrome chrome-devtools-protocol chrome-remote crmux ruby selenium-webdriver
Last synced: 13 Jun 2025
https://github.com/jbox-web/auto_increment
Automaticaly increments a field in ActiveRecord, easy ;)
activerecord autoincrement rails ruby
Last synced: 09 Apr 2025
https://github.com/yohasebe/mac-dictionary-selector
An Alfred3 Workflow that lets you quickly look up words from a variety of dictionaries preinstalled in OSX
alfred dictionary ruby workflow
Last synced: 09 Feb 2026
https://github.com/juanitofatas/cheryl
Ruby translation of Peter Norvig's solution to When is Cheryl's birthday problem
Last synced: 11 Jun 2025
https://github.com/snkrheadz/omise_test_cards
A set of common test cards for omise api in test mode.
omise omise-test-cards ruby ruby-gem
Last synced: 17 Oct 2025
https://github.com/bricesanchez/ruby-on-rails-demo-app-with-dry-rb
Ruby on Rails demo application with business logic powered by dry-rb librairies
dry-events dry-monads dry-rb dry-validation ruby ruby-on-rails
Last synced: 19 Jan 2026
https://github.com/wbnns/codelibro
Un recurso gratuito para aprender desarrollo web.
aprender-a-codificar autoayuda css html javascript libro rails ruby
Last synced: 21 Jan 2026
https://github.com/makevoid/bitcoin_exchange
Bitcoin/Crypto exchange prototype project written in ruby / sinatra in 2014 - Status: UI & routes done - full order matching is not complete
2014 bitcoin-exchange bitcoind css fast haml limit-order orderbook poc redis ruby sinatra
Last synced: 03 Jul 2025
https://github.com/wakematta/meaning_cloud
Meaning Cloud API's wrapper (gem)
api gem meaningcloud ruby wrapper wrapper-api
Last synced: 06 Oct 2025
https://github.com/jasonfelice/budget-app
This Rails Budget app allows users to record their transactions for a specific category.
Last synced: 21 Jan 2026
https://github.com/jinhucheung/omniauth-ekuaishou
Omniauth strategy for Kuaishou Marketing
kuaishou kuaishou-api oauth2 omniauth ruby
Last synced: 05 Oct 2025
https://github.com/tbuehlmann/hots_api
Client library for the Heroes of the Storm replay metadata API hotsapi.net
Last synced: 09 Apr 2025
https://github.com/norbertmaleckii/simple-policy-rb
Helps you to define policy in a simple way. Define your policies in classses, it means you can separate them from models and reuse them.
rails rails-policies ruby ruby-policies
Last synced: 25 Aug 2025
https://github.com/inkstak/coverart
A tiny client for the Cover Art Archive web service
api covertart musicbrainz ruby
Last synced: 17 Apr 2025
https://github.com/lukel97/hilary-bot
An automated Slack bot designed to debate against https://github.com/414owen/TrumpBot
google-cloud markov-chain natural-language-processing ruby
Last synced: 31 Mar 2025
https://github.com/iaintshine/ruby-grpc-opentracing
OpenTracing instrumentation for gRPC in Ruby
grpc grpc-opentracing opentracing ruby tracing
Last synced: 19 Oct 2025
https://github.com/AndyObtiva/glimmer-cs-calculator
Calculator - Glimmer Custom Shell
desktop desktop-app desktop-application glimmer gui gui-application jruby ruby swt
Last synced: 02 Apr 2025
https://github.com/masaakiaoyagi/rspec-context_helper.rb
context helpers for RSpec
Last synced: 12 Apr 2025
https://github.com/barakadanny/school-library-ruby
This is a school library project. It is a console application that allows you to manage a library.
Last synced: 26 Nov 2025
https://github.com/postmodern/ruby-nikto
A Ruby interface to Nikto.
command-mapper infosec nikto nikto-parser ruby
Last synced: 28 Oct 2025
https://github.com/conreality/conreality.rb
Conreality Software Development Kit (SDK) for Ruby.
Last synced: 14 Mar 2026
https://github.com/wilsonsilva/xavier
Imagine DatabaseCleaner for objects in memory.
Last synced: 24 Oct 2025
https://github.com/jabenninghoff/homebrew-edge
Development, Experimental, and Unofficial Homebrew Formula & Casks
formulae homebrew homebrew-tap ruby
Last synced: 18 Jan 2026
https://github.com/elastic/workplace-search-ruby
Elastic Workplace Search Official Ruby Client
api-client elastic elastic-enterprise-search elastic-workplace-search ruby ruby-client search swiftype
Last synced: 29 Sep 2025
https://github.com/srinitude/guidepost
Harness your knowledge base in your Rails applications
knowledge-base rails ruby ruby-on-rails s3 zendesk
Last synced: 07 May 2025
https://github.com/peter1357908/jekyll-mahjong
Jekyll plugin for converting mahjong text notation into SVG images.
jekyll jekyll-plugin riichi-mahjong ruby
Last synced: 18 May 2026
https://github.com/smart-village-solutions/smart-village-app-rss-importer
Import RSS Feeds and convert them to the smart-village-json
Last synced: 16 May 2026
https://github.com/omarsalem7/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. Also, since sharing recipes is an important part of cooking the app should allow you to make them public so anyone can access them.
bootstrap5 cancancan capybara-rspec devise rspec-rails ruby ruby-on-rails
Last synced: 27 Aug 2025
https://github.com/apache/skywalking-ruby
The Ruby agent for Apache SkyWalking
apm dapper distributed-tracing observability ruby skywalking
Last synced: 08 May 2025
https://github.com/sophiemberger/tensorflow-lite-implementation-of-google-nima
🏞A TensorFlow Lite implementation of Google NIMA (Neural Image Assessment)
ios learning-to-rank ltr machine-learning nima ruby swift tensor tensorflow-lite
Last synced: 07 May 2026
https://github.com/brenofariasdasilva/university
Here you can find basically most of the exercises I'm solving during my University journey. This repo will contain lots of folders inside of it, each of one related to one subject. It won't be limited to one language.
arduino c codon cpp elixir java jupyter-notebook makefile mysql opengl python ruby shellcode
Last synced: 08 Apr 2026
https://github.com/eduardosancho/budget
Mobile app to organize spending and group transactions into categories.
Last synced: 17 May 2026
https://github.com/hrs/gensym
A library for generating unbound variable names in Ruby.
Last synced: 13 Apr 2025