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-11 00:27:08 UTC
- JSON Representation
https://github.com/alec-c4/action_hooks
ActionHooks is a Ruby on Rails engine designed to securely handle incoming webhooks.
api gem ruby ruby-on-rails webhook webhooks
Last synced: 04 Apr 2026
https://github.com/danimal141/ruby-debug-env
Environment to debug ruby code with GDB
Last synced: 17 Apr 2026
https://github.com/3rendan/finance-tracker
Finance tracker app created in Udemy The Complete Ruby on Rails Developer Course.
Last synced: 17 Apr 2026
https://github.com/waiting-for-dev/solidusconf7_event_bus
Slides for SolidusConf 7 talk "Extending Solidus with the new Event Bus"
event-driven ruby ruby-on-rails solidus
Last synced: 17 Apr 2026
https://github.com/yusufyusie/blog-app-rails
The Blog app is a a blog website that is fully functional website that will show the list of posts and empower readers to interact with them by adding comments and likes to posts of their interests. Built with RoR.
postgresql ruby ruby-gem ruby-on-rails
Last synced: 18 Apr 2026
https://github.com/ashmalzahra/blog-app
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.
api-endpoints best-practices postgresql request-testing rspec rspec-rails ruby ruby-on-rails
Last synced: 18 Apr 2026
https://github.com/jerryowusu/my-blog-api
This is the backend api for my portfolio website.
Last synced: 18 Apr 2026
https://github.com/wesguirra/wesguirra.github.io
Wesley Guirra Resume
experience flutter headless-cms java marketing mysql nodejs open postgresql python react react-native rest-api resume ruby ruby-on-rails sql ssg ssr
Last synced: 04 Apr 2026
https://github.com/dreamingechoes/random_giphy_image_rails
Rails gem to add random Giphy images into your HTML. A silly gem with no specific purpose.
Last synced: 19 Apr 2026
https://github.com/olawale-o/rails_blog_app
"Rails Blog App" a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.
cancancan devise devise-jwt postgresql rspec ruby ruby-on-rails
Last synced: 18 Apr 2026
https://github.com/vigetlabs/soli
Soli is an app for solo explorers to create and share Guides with each other. Made with ❤️ by the Viget Interns of Summer 2023.
erb html javascript ruby ruby-on-rails tailwindcss
Last synced: 18 Apr 2026
https://github.com/yaairfernando/react-apistarwars
API from star wars with rails, react and redux
api authentication axios bootstrap firebase react ruby ruby-on-rails styled-components
Last synced: 05 Apr 2026
https://github.com/iamnewton/git-utils
A collection of git utilities and scripts to help out your every day activities
Last synced: 18 Apr 2026
https://github.com/westonganger/lazy_serialize
Lazy Serialize is an alternative to ActiveRecord's serialize method which does not serialize each column until the first call to the attribute.
activerecord database rails ruby serialization
Last synced: 18 Apr 2026
https://github.com/haijin-development/ruby-sirens
Interactive utilities to develop in Ruby, implemented in Ruby and GTK3.
debugging-tools development-tools gtk3 gui-application ruby
Last synced: 19 May 2026
https://github.com/ifedan-ed/twitter_scheduler_app
Twitter Scheduler App.
docker dokku postgresql rails rails7 ruby
Last synced: 18 Feb 2026
https://github.com/alex-quiterio/repomate
A command-line tool to manage and synchronize multiple git repositories
Last synced: 04 Mar 2025
https://github.com/fnando/sublime-bundler-autocomplete
Autocomplete requires using your project's Gemfile as the source.
bundler ruby rubygems sublime-text sublime-text-plugin
Last synced: 19 May 2026
https://github.com/nicorb28/ruby
practica de ruby
learning-by-doing learning-exercise programming ruby ruby-exercises
Last synced: 19 May 2026
https://github.com/praisespjmt/hello-rails
This project models a practice of the MVC model using Ruby on Rails. Knowing that we have a clear path from the browser to the routes file to the Controller action, which can pull data from the database through the Model and create an instance variable that is then sent to the View to be displayed to the user.
Last synced: 07 May 2026
https://github.com/futhr/spree-last-address
Relieves user of retyping address on return order in Spree Commerce
address checkout e-ecommerce rspec ruby spree
Last synced: 12 May 2025
https://github.com/PHCDevworksArchives/phcdevworks_accounts_devise
Ruby on Rails 7 Authentication and User Management Engine using Devise with a nice-looking dashboard, admin panel and login views to get you going fast on your next project.
bradpotts devise phcdevworks phcdevworks-accounts rails rails-engine rails-gem rails7 ruby ruby-gems ruby-on-rails rubygems
Last synced: 12 May 2025
https://github.com/eduardo06sp/chess-cli
A 2-player game of Chess built using a git feature branch workflow.
chess chess-game oop ruby terminal-game
Last synced: 29 Mar 2025
https://github.com/muskan2532150/blog-app
This application is for content creation and sharing. It allows users to craft and post content in an organized and efficient manner so that their work can reach a wider audience.
controller rspec-testing rubocop ruby views
Last synced: 29 Mar 2025
https://github.com/dawnpaladin/handbook
Notes and code samples
angular code-samples documentation javascript rails ruby
Last synced: 06 Apr 2025
https://github.com/pablob07/cine
Cine project example - Modulo9 - Desarrollo de aplicaciones con Ruby on Rails - OTEC AIEP.
activerecord cine devise model ruby ruby-on-rails testing
Last synced: 19 May 2026
https://github.com/wtnabe/sudachi-installer-rb
A Helper gem for download and store Sudachi jar and dict files written with Ruby ( for combination with `rudachi` )
japanese-tokenizer ruby sudachi
Last synced: 18 Feb 2026
https://github.com/0x2c6/lookupip
Easy way to find ip address informations
iplookup lookupip ruby rubygem
Last synced: 21 Jul 2025
https://github.com/0x2c6/mockolate
Mockolate is easy to us endpoint (service) faker with mock responses. It can also be used as DSL for hash
dsl endpoint-testing mock ruby
Last synced: 21 Jul 2025
https://github.com/markertmer/cyoa_project
A "Choose Your Own Adventure" styled game I wrote to practice using if/else statements, user input, hashes, and methods in Ruby
choose-your-own-adventure game ruby turing-school
Last synced: 29 Mar 2025
https://github.com/cori1109/hightouch
hightouch (HT) is a static website generator based on middleman.
Last synced: 18 May 2026
https://0xacab.org/sutty/jekyll/jekyll-activity-pub
Jekyll plugin adding support for ActivityPub to websites, delegating dynamic stuff to Distributed Press Social Inbox. https://jekyll-activity-pub.sutty.nl/
Last synced: 04 Mar 2025
https://github.com/kachick/ruby-gem-template
Ruby library template for my own
Last synced: 13 Mar 2025
https://github.com/od-c0d3r/mastermind-game
Made in Ruby, Master Mind is a code-breaking game for two players.
Last synced: 29 Mar 2025
https://github.com/vadim-geroim/splurty
A database-powered quote generator app.
bootstrap4 heroku rails5 ruby simpleform
Last synced: 14 Apr 2026
https://github.com/d4nqw3rty/ruby-group-capstone---catalog-of-my-things
Application build with Ruby, you can create your catalog of thing you want.
Last synced: 28 Mar 2025
https://github.com/infertux/chef-decred
Chef cookbook for Decred software
chef chef-cookbook decred ruby
Last synced: 06 Apr 2025
https://github.com/yazino12/oop_school_library
Imagine that you are the librarian of OOP University, and you need a tool to record what books are in the library and who borrows them. This app will allow you to: Add new students or teachers. Add new books. Save records of who borrowed a given book and when.
Last synced: 29 Mar 2025
https://github.com/talaatmagdyx/market_place_api
Learn best practices to build an API using Ruby on Rails 6
api e-commerce ruby ruby-on-rails
Last synced: 18 May 2026
https://github.com/danielbayley/refinery
@Ruby refinements @RubyGems for your @Rails project.
gem rails refinement ruby ruby-gem ruby-on-rails rubygem
Last synced: 28 Apr 2026
https://github.com/elijahdre/morse-code
This is an educational project to decode a Morse code using Ruby programming language.
microverse microverse-projects microverse-ruby microverse-students rubocop ruby
Last synced: 29 Mar 2025
https://github.com/andrewjh271/social-scrolls
Like Facebook, without the baggage
rails ruby ruby-on-rails social-media social-network
Last synced: 21 Jan 2026
https://github.com/braincee/budget-app-rails
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. This application that allows the user to: register and log in, so that the data is private to them. introduce new transactions associated with a category.
capybara-rspec css3 html5 microverse microverse-projects microverse-students postgresql rails7 rspec-rails ruby rubygems
Last synced: 15 Feb 2026
https://github.com/redding/sanford
Handler-based Sanford TCP protocol server
ruby sanford server tcp tcp-server
Last synced: 05 Apr 2025
https://github.com/okuzawats/ruby-boilerplate
A GitHub Template Repository for Ruby. Runs MiniTest and RuboCop lint check on GitHub Actions by default.
boilerplate ruby ruby-template
Last synced: 05 Apr 2025
https://github.com/iambenkis/school-library
Experience the synergy of Ruby, PostgreSQL, and object-oriented programming in our School Library Management System. With Ruby's dynamic capabilities and OOP principles, we facilitate efficient cataloging and tracking of educational resources.
Last synced: 20 May 2026
https://github.com/evanthegrayt/attribool
✅ Ruby macros for creating boolean methods for attributes that may or may not be booleans themselves.
attributes booleans gem macros ruby rubygem
Last synced: 09 May 2025
https://github.com/abhishekkr/irc-qik-bot
pure socket no framework :: IRC Qik Bot ~ its a babbling IRC Bot very quick to setup and act ;) aiming to be intelligent
bot irc irc-bot irc-protocol ruby rubygem
Last synced: 07 Mar 2026
https://github.com/blackwinter/hal4r
Hyperspace analogue to language for Ruby.
hal hyperspace-analogue-to-language ruby rubynlp
Last synced: 29 Mar 2025
https://github.com/cdeliens/tough
Password Validator Gem for RoR Applications.
gem password-validator rails ruby validator zxcvbn
Last synced: 02 Jan 2026
https://github.com/gagniuc/single-for-loop-traversal-of-2d-arrays
It demonstrates the use of a single "for-loop" in traversing a matrix. The example shown here is made in 10 programming languages: C#, C++, Java, Javascript, PERL, PHP, Python, Ruby and VB/VBA.
array cpp csharp java javascript matrix perl php python ruby vb6 vba vba-excel vba-macros
Last synced: 07 Apr 2026
https://github.com/xwartz/to-query.js
🏁 Serialize a set of key/values into a query string, like ruby to_query method.
Last synced: 20 May 2026
https://github.com/lpogic/white_gold
TGUI based Ruby gem for quick native application developing
Last synced: 29 Mar 2025
https://github.com/danifromecuador/vitawalletbackend
API Rest que permite realizar transacciones de compra o venta entre USD y BTC al precio actual del mercado, revisar la tasa de cambio del BTC/USD, consultar todas las transacciones de un usuario y consultar los detalles de una transacción.Stack: Rails, PostreSQL
coindesk-api faraday postgresql postman rubocop ruby ruby-on-rails
Last synced: 14 Sep 2025
https://github.com/kyledecot/hard_cider
Wait for Apple IPAs to Process
apple appstoreconnect appstoreconnectapi ipa itunesconnect ruby rubygem
Last synced: 15 Jul 2025
https://github.com/ysato5654/histock-simplefilter
HiStock (https://histock.tw/) filter
Last synced: 05 Apr 2025
https://github.com/ispirett/bad_word_filter
A ruby gem that detects and censor bad words, swear words and profanity in a given text.
gem profanity-filter rails ruby
Last synced: 03 Mar 2025
https://github.com/bdurand/simple_thread_pool
Simple ruby thread pool for executing tasks in parallel.
ruby threadpool threads threadsafe throttle
Last synced: 09 Jul 2025
https://github.com/renyijiu/ding_hook
a gem build for use the dingding webhook convenient and happy
dingding dingding-bot gem ruby
Last synced: 13 Jun 2026
https://github.com/teitei-tk/hackernews_api_client_rb
HackerNews API Client for Ruby
hackernews hackernews-api ruby
Last synced: 28 Mar 2025
https://github.com/djc00p/trutouch
Mock website for the company TruTouch Auto Detailing and Window Tint
database javascript rails-application rspec ruby
Last synced: 03 Feb 2026
https://github.com/pmzi/wordsmith
WordSmith is a powerful CLI tool that leverages OpenAI's API to translate words, phrases, and sentences. It supports context-aware translations, batch processing from files, and customizable target languages, making it an essential tool for multilingual communication and language learning.
cli-app dictionary open-ai ruby
Last synced: 18 Feb 2026
https://github.com/zachahn/decay
Rust-like enums for Ruby
enum enumerable enums ruby ruby-on-rails
Last synced: 21 May 2026
https://github.com/ukoloff/appveyor-worker
Access to AppVeyor Build Worker API
Last synced: 30 Mar 2025
https://github.com/ukoloff/skb-test
SKB Kontur test task
rails-application rails5 ruby skb-kontur
Last synced: 01 May 2026
https://github.com/chrismo/bundle-bungler
Bounce bundled gems between a local project folder and a shared location.
Last synced: 29 Jun 2026
https://github.com/nursoltan-s/rails_chartjs
Integrate latest Chart.js library to your Rails app.
Last synced: 02 Jan 2026
https://github.com/omkz/rails-react-blog
Blog application with Rails and React.js
postgresql rails react react-router reactjs ruby ruby-on-rails
Last synced: 08 Apr 2026
https://github.com/rubydevi/catalogue-of-my-things
capstone-project collaboration postgresql ruby
Last synced: 17 May 2026
https://github.com/hiromichinomata/multi-tenant-direct-cloud
multi-tenancy ruby ruby-on-rails sample-project
Last synced: 17 May 2026
https://github.com/bitmaybewise/bolso-furado
Tag your old articles on Pocket as "bolso-furado"
Last synced: 13 Apr 2025
https://github.com/matiaskorhonen/digest_bench
Benchmarks of various hash algorithms
Last synced: 10 Jul 2025
https://github.com/raphox/angorah
Social network consult
graph neo4j ruby ruby-on-rails social-network
Last synced: 28 Mar 2025
https://github.com/martinnicolas/martinnicolas.github.io
Blog, Jekyll. Ruby 2.4.0
Last synced: 19 Jan 2026
https://github.com/ministryofjustice/govuk-pay-ruby-client
Ruby client for GOV.UK Pay API (basic functionality)
payments ruby x-justice-delivery-team
Last synced: 15 Apr 2025
https://github.com/initdc/rb-process
Add the missing methods to the Ruby Process, you can use it with method chaining
command method-chaining process ruby
Last synced: 08 Apr 2026
https://github.com/justalever/turbo_modals_demo
Let's Build with Hotwire and Rails - Turbo Modals
hotwire-turbo rails ruby turbo
Last synced: 02 Jul 2026
https://github.com/fmjsjx/lib-bson
Patch some useful functions for BSON in RUBY.
Last synced: 28 Mar 2025
https://github.com/authrocket/authrocket-ruby
AuthRocket client for Ruby
authentication authrocket rails ruby
Last synced: 24 Dec 2025
https://github.com/krishpranav/rbshodan
A shodan library written in ruby
ruby ruby-gem ruby-library shodan shodan-client
Last synced: 27 Mar 2025
https://github.com/botshen/mangosteen-1-bak
山竹记账服务端
postgresql rails7 repec ruby tdd
Last synced: 12 Apr 2026
https://github.com/hasannadeem/worklook-api
A back-end test project for make school.
postgresql rails rails-api rails5 ruby ruby-on-rails worklook-api
Last synced: 20 Jan 2026
https://github.com/jonathanhefner/topcoder__ruby
algorithms data-structure puzzle ruby topcoder
Last synced: 11 Nov 2025