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-06-25 00:23:30 UTC
- JSON Representation
https://github.com/seven1m/ragchew.app
A website for amateur radio operators to find and participate in on-the-air gatherings
amateurradio hamradio ruby sinatra
Last synced: 10 Oct 2025
https://github.com/hiromichinomata/menhera-search
Search menhera-chan(メンヘラちゃん) images by text
Last synced: 06 Sep 2025
https://github.com/mariochavez/llm_client
Ruby client to connect to LLM Server.
Last synced: 06 Oct 2025
https://github.com/chadowo/gosu-mruby-wrapper
Wrapper around Gosu and MRuby to run Gosu games natively on desktop platforms
game-dev gamedev gamedev-tool gosu libgosu mruby ruby
Last synced: 04 Sep 2025
https://github.com/fastruby/ombu_labs-auth
A Ruby gem to make authentication easier for OmbuLabs' tools and web applications
Last synced: 29 Apr 2025
https://github.com/unikraft/app-ruby
Ruby on Unikraft
ruby unikernel unikraft-application
Last synced: 10 Apr 2025
https://github.com/wallee-payment/ruby-sdk
The ruby SDK allows an easy integration of wallee into ruby applications.
payment payment-integration ruby ruby-sdk rubygem wallee
Last synced: 10 Apr 2025
https://github.com/hamzaoutdoors/tdd-project-with-rspec
In this project I implemented a class with some methods, but I did it by doing test-driven development (TDD).
Last synced: 12 Apr 2025
https://github.com/o0101/js-iterators
Ruby style iterators in JS
intervals iterator javascript range ruby
Last synced: 12 Apr 2025
https://github.com/dannyben/rspec_approvals
Interactive Approval Testing for RSpec
approval-testing approvals gem rspec rspec-fixtures ruby
Last synced: 12 Apr 2025
https://github.com/luong-komorebi/ruby-sorting-algorithm
Sorting comparision in Ruby (bubble, merge, radix, quick, selection, insertion + sort)
benchmark bubble-sort comparison insertion-sort quicksort radix-sort ruby selection-sort sorting-algorithms
Last synced: 20 Jul 2025
https://github.com/mohamedhnoor/recipe-app
This is a simple recipe app that allows users to save ingredients, keep track of their recipes and add new recipes. It also allows users to generate a shopping list based on the ingredients they have saved. This project was built using Ruby on Rails.
bootstrap devise heroku postgresql rspec-rails ruby ruby-on-rails
Last synced: 07 May 2025
https://github.com/andyw8/pinboard_logseq
Migrate bookmarks from Pinboard to Logseq
Last synced: 29 Oct 2025
https://github.com/ampaire/dailyblogger
DailyBlogger is a simple Rails chat app built with Ruby on Rails.
chat-application heroku javascript postgresql rails rbenv reddis ruby
Last synced: 11 Sep 2025
https://github.com/mhdez221993/rubocop
The whole idea of this project is to build my own version on a linter build in ruby to check ruby code
Last synced: 06 Apr 2026
https://github.com/javitocor/coding-challenges---repl.it
Solutions to coding challenges at repl.it
algorithms coding-challenges data-structures ruby
Last synced: 24 Mar 2025
https://github.com/nilsding/foxtracker
just a dumb parser for tracker music formats, currently only supporting FastTracker II extended modules
Last synced: 08 Jul 2025
https://github.com/arirusso/pulse-analysis
Measure pulse timing accuracy in an audio file
audio cli-app clock command-line-app drum-machine music pulse rhythm ruby sync synthesizers timing
Last synced: 10 Apr 2025
https://github.com/phoffer/will_paginate-bulma
Integrates the Bulma pagination component with will_paginate
Last synced: 10 Apr 2025
https://github.com/andres-condezo/blog-app
The Blog app is a classic example of a blog website. a fully functional website that shows the list of posts and empower readers to interact with them by adding comments and liking posts.
css html rspec ruby ruby-on-rails spec
Last synced: 12 Apr 2025
https://github.com/plucker-serializer/plucker_serializer
A fast JSON serializer for Rails ActiveRecord & Ruby Objects
activerecord json-serialization performance rails ruby serialization serializer
Last synced: 16 Jul 2025
https://github.com/sircypkowskyy/my-advent-of-code-2022
My projects of completed tasks in the Advent of Code challenge (2022 edition). Each day I tried to complete tasks in a different, preferably previously unknown programming language.
aoc2022 c-sharp coding-challenge coding-challenges dart go golang kotlin lua net-core nodejs powershell-script ruby typescript
Last synced: 03 Mar 2026
https://github.com/jetrockets/perfect_audit
PerfectAudit Ruby API wrapper
api-client api-wrapper perfectaudit ruby ruby-gem
Last synced: 07 Sep 2025
https://github.com/drexed/lite-ruby
Collection of useful Ruby methods for its primitive classes
extensions facets methods monkey-patching refinements ruby
Last synced: 07 May 2025
https://github.com/chaabaneanas/budget_app
MoneyCast is a full-stack mobile web app that helps the user keeps track of his spending; it's built using Rail, a framework created on top of ruby. The app is easy to use, has a simple UI, and is capable of performing all CRUD operations; please leave a star if you like it
Last synced: 06 Mar 2026
https://github.com/gilcierweb/cms-rails
Projeto Open Source de GilcierWeb
cms-rails news open-source rails ruby ruby-on-rails
Last synced: 28 Oct 2025
https://github.com/nithinbekal/actioncable-chatter
Getting started with Rails 5's ActionCable and websockets - code example
actioncable rails ruby websockets
Last synced: 29 Oct 2025
https://github.com/minikin/extensions
📚Benchmark of Swift extensions vs methods
benchmark extensions ios macos methods python rake research research-project ruby swift swift4 swift5
Last synced: 17 Mar 2025
https://github.com/sergei-matheson/shellject
Secure storage and injection of environment variables
bash environment-variables gpgme ruby secu
Last synced: 13 Apr 2025
https://github.com/amey-thakur/ruby-on-rails-friendsapp
Friends App Using Ruby on Rails with PostgreSQL database deployed on Heroku.
amey ameythakur crud crud-operation gemfile heroku heroku-deployment herokuapp herokudeployment megasatish postgresql postgresql-database rails-application rails7 ruby ruby-gems ruby-on-rails rubyonrails rubyonrailscourse
Last synced: 29 Sep 2025
https://github.com/codecaiine/oop-school-library
In this project, we will use OOP to build a simple librarian app. There is a possibility to add books, users, and records about who borrowed a given book and when.
Last synced: 18 Mar 2025
https://github.com/joekrump/svelte-rails
This is an experimental app template that allows a view to be composed of any combination of Svelte components and .html.erb
ruby ruby-on-rails svelte tailwind tailwindcss vite
Last synced: 11 Apr 2025
https://github.com/npolar/api.npolar.no
Searchable data storage
api couchdb elasticsearch rest-api ruby
Last synced: 18 Apr 2026
https://github.com/iturres/recipes_app
💎 RoR application that allows users to register, start managing recipes, food and shopping lists. Team: @demesameneshoa @ITurres
bootstrap postgresql rails-application recipe-app ruby
Last synced: 29 Sep 2025
https://github.com/luizpicolo/skeleton-project-rails
:skull: Base for your first project
rails ruby ruby-on-rails skeleton
Last synced: 12 Apr 2025
https://github.com/jaayperez/shopify-ruby-sinatra-app
Basic Shopify app using Ruby and Sinatra.
git ruby ruby-application rubygems shopify shopify-api shopify-app shopify-partners sinatra sinatra-framework
Last synced: 21 Mar 2025
https://github.com/usmansbk/budget-app
A mobile web application where you can manage your budget
Last synced: 10 Apr 2025
https://github.com/keroloussamy/hotelzilla-api
The back-end API for a hotel reservation app. It has endpoints for users / hotels / cities / rooms types to allow users to do auth users, CRUD hotels, make reservations.
oop postgresql rails rspec-testing ruby
Last synced: 30 Apr 2025
https://github.com/rohitcy/executables
Run your rails app's executables via a web interface
Last synced: 30 Apr 2025
https://github.com/jagaapple/string_foundation.rb
A library that extends Ruby string class.
Last synced: 13 Apr 2025
https://github.com/bogdanrada/celluloid_pubsub
CelluloidPubsub is a simple ruby implementation of publish subscribe design patterns using celluloid actors and websockets.
async celluloid pubsub reel ruby websockets
Last synced: 30 Apr 2025
https://github.com/delu-u/aoc
I lost my previous AoC code. Let's remake it with a different language each year!
advent-of-code aoc c cpp csharp go haskell javascript kotlin python ruby rust
Last synced: 13 Apr 2025
https://github.com/afonsir/ruby-uri
This repository contains algorithms (scripts in Ruby), submitted on URI Online Judge.
Last synced: 04 Jul 2025
https://github.com/yasulab/simpletimekeeper
⏳ SimpleTimeKeeper helps your timekeeping.
github-pages jekyll ruby timekeeper
Last synced: 08 Sep 2025
https://github.com/mattweingarten/amazonecho
Alexaskills made simple for ruby!
alexa alexa-skill alexa-skills-kit amazon amazon-echo ruby ruby-gem ruby-on-rails rubygem rubygems
Last synced: 18 Jul 2025
https://github.com/mmenanno/lunchmoney
An API client library of the LunchMoney API
api-client gem lunchmoney ruby ruby-gem
Last synced: 11 Apr 2025
https://github.com/lindseyb/trivia-llama
It's a llama. On Twitter. It LOVES trivia.
Last synced: 19 Mar 2025
https://github.com/rukomoynikov/act_as_api_client
Templates for popular API's and reliable way to create your own clients
Last synced: 08 Sep 2025
https://github.com/soutaro/parseg
Error tolerant LL(1) parser generator
parser-combinators parser-generator ruby
Last synced: 13 Apr 2025
https://github.com/mtwilliams/visual_studio
Inspect Visual Studio installs and generate Visual Studio project files with Ruby.
gem ruby visual-studio windows
Last synced: 30 Apr 2025
https://github.com/nareshnavinash/teber-ruby
Selenium, Ruby, Cucumber framework in Page Object model with Allure as reporting
cucumber framework parallel-tests ruby selenium web-automation
Last synced: 16 Jul 2025
https://github.com/complexorganizations/code-formatter
✔️ Formatting, beautifying, and optimizing code.
cpp csharp dart go html java javascript julia kotlin markdown php powershell python r ruby rust shell-script swift typescript yaml
Last synced: 30 Apr 2025
https://github.com/rosylilly/partitional
Provides partial model to your Rails
Last synced: 07 Sep 2025
https://github.com/the-undefined/tollgate
Add static analysers into your workflow
ruby ruby-gem ruby-on-rails shell-scripts static-analysis tollgate workflow
Last synced: 10 Apr 2025
https://github.com/nguyenanh/crontab_rb
Easy and safe way to manage your crontab file via CRUD
cron-jobs cronjob crontab crontab-rb crud ruby rubyonrails unix
Last synced: 06 Oct 2025
https://github.com/pragmarb/pragma-operation
Endpoint encapsulation that doesn't get in the way.
api ecosystem pragma ruby ruby-on-rails trailblazer
Last synced: 10 Apr 2025
https://github.com/leonardofaria/todo-api
REST API created using Sinatra and ActiveRecord - http://sinatra-todo-api.herokuapp.com
activerecord api heroku rest ruby sinatra
Last synced: 10 Apr 2025
https://github.com/oleander/remap
Data mapping made easy
immutable mapping ruby transformation
Last synced: 10 Jul 2025
https://github.com/shotstack/shotstack-sdk-ruby
Ruby SDK for Shotstack, the cloud video editing API.
api api-client ruby video video-editing
Last synced: 30 Dec 2025
https://github.com/mesi21/broadway_app
A broadway.com lookalike. It is an app where users can filter plays by categories, can add, edit, delete reviews for different plays. Built with Ruby, using Rails as a framework.
Last synced: 12 Apr 2025
https://github.com/ikramagix/mahalebi_gilded_rose
Μαχαλεπί και νέκταρ από χρυσωμένο τριαντάφυλλο.
gilded-rose gildedrose gildedrose-kata greek javascript php ruby
Last synced: 10 Apr 2025
https://github.com/arkency/protobuf-nested-struct
Serialize primitives and deep structures (array, hash) to protobuf
events eventsourcing marshalling microservices protobuf protocol-buffers rpc ruby serialization serialize serializer
Last synced: 02 May 2025
https://github.com/wb-ts/flicknplay-app
React Native Video Player App.
java objective-c react react-native ruby typescript
Last synced: 11 Apr 2025
https://github.com/janlelis/procstar
Provides to_proc implementations for other Ruby classes than just Symbol
Last synced: 18 Jun 2025
https://github.com/mumuki/mumuki-ruby-runner
:gem: Sinatra server for running Rspec tests within Mumuki
code-evaluation docker educational mumuki programming ruby runner
Last synced: 30 Apr 2025
https://github.com/mwapsam/enumerable
In this project we learnt how to use a module inside the class. We created a class MyList and a module MyEnumerable. The module MyEnumerable implements a subset of the functionality of Enumerable.
Last synced: 16 Feb 2026
https://github.com/murodjon000/private_events
Rails private event project. In there you can create an event and you can invite members to your event.
Last synced: 16 Jul 2025
https://github.com/djdembeck/mirmir
A Ruby on Rails tool designed to seed MusicBrainz track relationships with rich API data from Jaxsta, contributing to improved music data quality.
api data-seeding jaxsta music music-data musicbrainz rails ruby ruby-on-rails
Last synced: 10 Apr 2025
https://github.com/tomlobato/ruby-get_tid
Get the Thread ID (tid/lwp/spid) in Ruby/Linux
Last synced: 04 Apr 2025
https://github.com/stonesaw/spell-out
マウスだけで出来るシューティングゲーム | 中高生国際Rubyプログラミングコンテスト 2020 ゲーム部門 🏅 | 技育展 2021 登壇
Last synced: 28 Oct 2025
https://github.com/evilmartians/github-tv
Forks your colleagues' open-source repos to your organization page
Last synced: 15 Jul 2025
https://github.com/agilecreativity/gem_bootstrap
Bootstrap the creation of ruby gem with sensible default so that we don't have to start from scratch.
bootstrap command-line generator ruby rubygems starter-template thor
Last synced: 09 May 2025
https://github.com/abinoam/cnab2ofx
CNAB240 to OFX conversion script
cnab febraban financial gnucash microsoft-money ofx quicken ruby
Last synced: 10 Apr 2025
https://github.com/majidimanzade/searchkon
Advanced active_record Search/Filter Command
activerecord ruby ruby-on-rails search
Last synced: 10 Apr 2025
https://github.com/craiglittle/clavius
Date calculations based on a schedule.
Last synced: 11 Apr 2025
https://github.com/jin/algorithms_and_data_structures.rb
Implementations of algorithms, data structures and HackerRank solutions in Ruby.
algorithms data-structures interview-practice ruby
Last synced: 05 Apr 2025
https://github.com/nulldef/statum
Ruby state machine
declarative fsm ruby state-machine
Last synced: 06 May 2025
https://github.com/artur-sulej/ruby_node
Code BEAM US '24 – Two solutions to make Ruby act like Elixir/Erlang node
Last synced: 23 Apr 2025
https://github.com/haroonabdulrazaq/crdl
Building Research lab automation system, that automates all calculations involve in KLab results
Last synced: 03 Feb 2026
https://github.com/toreserter/coinmarketcal
Unofficial gem for the CoinMarketCal API
coinmarketcal cryptocurrency rest-api ruby
Last synced: 01 Sep 2025