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/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/pedrorolo/active_module
Modules and Classes as first-class active record values
activemodel activerecord configuration enums gem module modules prototyping rapid-prototyping ruby ruby-gem ruby-on-rails strategy strategy-pattern
Last synced: 15 Jul 2025
https://github.com/iamazeem/protobuf-log-sample
Protocol Buffers Log Sample - File Read/Write with Ruby and Python Scripts
log logging protocol-buffers python ruby sample
Last synced: 15 Aug 2025
https://github.com/nunonamorado/sinatra-slack
Sintra extension with DSL for building Slack Apps
ruby ruby-gem sinatra sinatra-applications slack slack-app slack-commands
Last synced: 16 Aug 2025
https://github.com/julie-ify/blog-app
Blog app is a fully functional website that shows the list of posts and empower readers to interact with them by adding comments and liking posts.
bootstrap bootstrap5 cancancan capybara-rspec database device postgresql rails ruby
Last synced: 15 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/rnd-soft/lusnoc
[MIRROR] Lusnoc is reliable gem to deal with consul locks and sessions
consul distributed distributed-computing distributed-systems gem lock ruby ruby-on-rails
Last synced: 13 Apr 2025
https://github.com/ujihisa/static_literal_parser
Parse a Ruby string like '{a: [1, X], b: "hello"}' without eval. You don't call eval so it's safe.
gplv3 hacktoberfest parser-library ruby
Last synced: 14 Apr 2025
https://github.com/vic778/jumia-api
Jumia is an African e-commerce platform with different data models. I liked the professionalism of their site and wanted to clone the backend to implement my Rails skills. It also allows only an admin to create, read, update and delete category.
factory heroku postgresql rspec-rails rswag ruby ruby-on-rails
Last synced: 11 Apr 2025
https://github.com/abeidahmed/feedback-app
Collect issues, ideas, and compliments with a simple widget. Receive them as an email. Dive deep with the dashboard.
compliments dashboard feedback postgresql react ruby ruby-on-rails widget
Last synced: 08 May 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/moesif/moesif-rack
Moesif Middleware for Ruby on Rails/Rack, for API Monitoring, Analytics, and Monetization.
analytics api-analytics api-logs api-management api-monetization api-monitoring logger logging logging-library logginginterceptor middlewares monitoring observability rack-middleware ruby ruby-on-rails usage-based-billing
Last synced: 11 Nov 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/nejdetkadir/dev-ruby
Ruby bindings for dev.to API
api-client blogs devto ruby ruby-client ruby-gem
Last synced: 07 May 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/victorgonbu/mastermind_boardgame
A mastermind board game created in Ruby. Game is playable either as a code breaker or code maker vs IA.
codebreaker guest maker mastermind oop ruby
Last synced: 08 Sep 2025
https://github.com/gsamokovarov/serializr
Serializr is a library for creating canonical JSON representation of objects for your RESTful APIs.
json-representation rails ruby serializer
Last synced: 07 May 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/yujideveloper/recite_csv
ReciteCSV assists to implement a class for csv reader.
Last synced: 18 Jul 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/abarrak/why-compiled-languages
A simple experiment for compiled/dynamic languages comparision.
cpp csharp go java javascript python ruby
Last synced: 13 May 2025
https://github.com/kamva/persianpreneur
Show off your fellow entrepreneurs to the world.
Last synced: 01 Oct 2025
https://github.com/simon0191/date_supercharger
A nice shortcut for ActiveRecord date range queries
activerecord date daterange ruby ruby-gem
Last synced: 13 Apr 2025
https://github.com/AbacatePay/abacatepay-ruby-sdk
AbacatePay Ruby SDK for you to start receiving payments in seconds
abacatepay abacatepay-sdk ruby
Last synced: 07 Apr 2026
https://github.com/igorkasyanchuk/time_m
The easiest way to measure execution time of your code
Last synced: 08 Aug 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/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/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/meltrust/bubble-sort-with-ruby
Project: Sorting numbers with Ruby using bubble sort and yield.
Last synced: 19 Apr 2025
https://github.com/jbox-web/job-database-manager-mysql
A Jenkins plugin that automatically set up MySQL test databases for Jenkins jobs, easy ;)
database jenkins jenkins-jobs jenkins-plugin mysql ruby
Last synced: 12 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/bararchy/ruby-ann-webattack-filtering
A project to filter SQL Injection and XSS attacks using ANN -- in Ruby
ann artifical-neural-network cybersecurity filter-sql-injection machine-learning ruby sqli xss xss-attacks
Last synced: 12 May 2025
https://github.com/amiralles/dsfs
Data structures from scratch - Source code.
Last synced: 23 Jul 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/felixding/japmag
JapMag is a set of useful Ruby on Rails utilities created by me for my personal, and sometimes profressional, projects
Last synced: 22 Jun 2025
https://github.com/najibullahjafari/ruby_social_media
In this project, I have created a blog app, It is about using CRUD operation of ruby on rails, I used a wiframe to develop it.
bootstrap5 rails ruby ruby-on-rails
Last synced: 11 Mar 2026
https://github.com/rameerez/moderate
👮♂️ Moderate and block bad words from your Rails app
bad-word-filter bad-words badword-filter badwords content-filter content-filtering cuss cusswords moderation moderation-bot obscenity profanity profanity-check profanity-detection rails ruby ruby-gem ruby-on-rails swear swear-filter
Last synced: 04 Jul 2025
https://github.com/lukeclancy/dynamic-records-meritfront
Dynamic Records Meritfront was built to allow you to make full use of your database's capabilites, while utilizing ruby on rails & Active Record. It contains a better way to write sql queries for rails, and includes other tips and tricks to take advantage of. Perfect for all your dynamic applications, optimizations and weird edge cases!
activerecord database gem optimization postgres postgresql rails ruby ruby-on-rails sql
Last synced: 22 Sep 2025
https://github.com/smalruby/smalruby-installer-for-windows
Smalruby installer for Windows
Last synced: 23 Apr 2025
https://github.com/ana06/ruby-tabulation
Project in which I analyze if the Ruby Hashing algorithm could be improved using Tabulation Hashing
benchmarks c columbia-university report ruby tabulation
Last synced: 01 Mar 2026
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/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/mamantoha/zci
Zendesk and Crowdin integration Command Line Interface (CLI)
Last synced: 07 May 2025
https://github.com/browserbase/stagehand-ruby
Official Stagehand AI Browser Automation SDK for Ruby users. Built by Browserbase.com
ai browser-automation browserbase ruby sdk stagehand
Last synced: 26 Feb 2026
https://github.com/alhassy/rubycheatsheet
Reference of basic commands to get comfortable with Ruby ---Pure OOP!
cheatsheet html pdf programming-language reference ruby
Last synced: 25 Oct 2025
https://github.com/bitcrowd/rubocop-bitcrowd
The bitcrowd rubocop.yml as a gem.
Last synced: 19 Oct 2025
https://github.com/woodruffw/ruby-inih
A Ruby wrapper for inih (a simple C INI parser)
c configuration ini inih iniparser ruby
Last synced: 16 Apr 2025
https://github.com/csivitu/arcadegames
csharp hacktoberfest java javascript python ruby
Last synced: 17 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/yous/basehangul
Human-readable binary encoding, BaseHangul for Ruby
Last synced: 14 Oct 2025
https://github.com/Virtual-Coffee/bot-meetingplace-events
A friendly bot to give us a heads up when the next events are.
github-actions heroku-scheduler meetingplace ruby slack-bot
Last synced: 16 May 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/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/geeknees/obsidian-ruby-wasm-plugin
Obsidian RubyWasm Plugin
Last synced: 06 Feb 2026
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/ydah/slimembedcop
RuboCop runner for Ruby code embedded in Slim.
gem hacktoberfest rubocop ruby slim
Last synced: 17 Apr 2025
https://github.com/xord/rubysketch
A game engine based on the Processing API
game-engine game-engine-2d gamedev processing ruby
Last synced: 16 May 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/dilumn/git-plan
Execute batch of git commands by a single bash command
Last synced: 08 Oct 2025
https://github.com/the-pew-inc/the-pew
ThePew is an advanced system of records that enables enterprises to detect trends and patterns from questions to drive marketing and business decisions toward their goals.
data data-science docker javascript machine-learning postgresql rails ruby
Last synced: 06 Oct 2025
https://github.com/acushlakoncept/members-only
In this project, we built an exclusive clubhouse app where members can write embarrassing posts about non-members. Inside the clubhouse, members can see who the author of a post is but, outside, they can only see the story and wonder who wrote it.
active-records rails-helpers ruby ruby-on-rails
Last synced: 06 Oct 2025
https://github.com/deanpcmad/logsnag
Ruby Library for sending LogSnag events
Last synced: 03 Sep 2025
https://github.com/zeljkofilipin/watir-nokogiri
Speeding up watir-webdriver with nokogiri.
Last synced: 28 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/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/reem-lab/hello-rails
Set up for rails app with simple example to print in the views hello rails
Last synced: 28 Apr 2025
https://github.com/bigcommerce/gruf-newrelic
New Relic tracing for gruf services
Last synced: 22 Apr 2025
https://github.com/marcelo-schreiber/run-user-code-saas
An API to execute user's code
docker javascript python ruby sandbox
Last synced: 22 Apr 2025
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/benstigsen/rubytwitch
A chatbot for Twitch written in Ruby.
chat-bot chat-bot-template chatbot ruby ruby-application twitch twitch-api twitch-bot twitch-irc twitch-tv twitchbot twitchirc twitchtv
Last synced: 03 Jul 2025
https://github.com/rishav394/skillrack-code-finder
Just Enter the Question ID from skillrack and this program will give you the C code.
c ruby skillrack skillracksolutions
Last synced: 03 Jul 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/janlelis/rubybuntu-language-specs
gtksourceview language specifications for Ruby/Web devoloper's gedit
gedit gtksourceview ruby syntax-highlighting
Last synced: 22 Jan 2026
https://github.com/ajitsing/gocd
Gem to fetch gocd information easily
ci continuous-delivery continuous-deployment continuous-integration gem gocd goconfig pipeline ruby rubygem
Last synced: 07 May 2025
https://github.com/thecodechaser/school-library
School library is a project based on Object-Oriented programming. This application allows to add students, teachers, books to the collections, retrieve data from the store.
Last synced: 24 Apr 2025
https://github.com/kevinelliott/call_sign
Handle and process international call signs (ITU amateur radio, commercial, utility, etc)
amateur-radio ham-radio ruby ruby-gem
Last synced: 01 May 2025
https://github.com/kevinelliott/irlp
Ruby gem to interact with the Internet Radio Linking Project
amateur-radio ham-radio repeaters ruby ruby-gem ruby-library
Last synced: 01 May 2025
https://github.com/snkrheadz/freshdesk-ruby
A Ruby API client for Freshdesk API v2
Last synced: 12 Apr 2025
https://github.com/javitocor/flight-booker
A site to book flights based on a project in the Odin Project Website. Built with Ruby on Rails
code odin-project ruby ruby-on-rails
Last synced: 07 Oct 2025
https://github.com/od-c0d3r/ibnhayyan-dataminer
A web data mining tool for pdf files extension crafted with Nokogiri (鋸) RubyGem and Ruby.
data-mining nokogiri ruby web-scraping
Last synced: 26 Oct 2025
https://github.com/xord/solitaire
Solitaire game made with RubySketch
game ios iphone mac processing ruby
Last synced: 16 May 2025
https://github.com/dhyegocalota/active_admin-advanced_create_another
Create another resource with strength by default in your ActiveAdmin forms. :v: :top:
activeadmin activeadmin-plugin rails ruby
Last synced: 15 Apr 2026
https://github.com/tsukasaoishi/bitzer_store
BitzerStore can treat multiple cache clusters in Rails.
Last synced: 05 Oct 2025