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/wataash/ruby-example-c-ext
Minimum Ruby gem with C (native) extension
Last synced: 11 Apr 2025
https://github.com/opensite-ai/domain_extractor
🔗 Lightweight Ruby library for parsing URLs and extracting domain components with accurate multi-part TLD support. Handles nested subdomains, query parameters, and URL normalization. Perfect for web scraping, analytics, and URL manipulation. Built on URI and public_suffix gem.
analytics domain-analysis domain-extraction domain-parser public-suffix ruby ruby-library rubygem subdomain-parser tld-parser url-manipulation url-normalization url-parser url-parsing web-scraping
Last synced: 12 Dec 2025
https://github.com/cliftondavies/tic-tac-toe
A tic-tac-toe game on the command line, for two players.
Last synced: 03 May 2025
https://github.com/yuri-karpovich/console_runner
Run any *.rb file from command line. CLI for Ruby classes. It's like Python Fire but for Ruby!
annotations bash cli command-line command-line-tool console devops executable parser ruby ruby-gem trollop yard yardoc
Last synced: 22 Apr 2025
https://github.com/luizpicolo/sigoe
Sistema para o gerenciamento de ocorrências escolares
hacktoberfest ifms rails ruby ruby-on-rails
Last synced: 24 Jun 2025
https://github.com/panorama-ed/rails_external_fields
Create the illusion that an object has specific attributes when those attributes actually belong to an associated object.
open-source-project rails ruby
Last synced: 17 Mar 2025
https://github.com/tsukasaoishi/word_scoop
WordScoop extracts keywords from among sentences.
Last synced: 23 Mar 2025
https://github.com/murodjon000/houses-api
This REST API was built with Ruby on Rails, and Postgres for the databases as the final project at Microverse. With this API, houses can be added to database manually and favourites can be added by users.
jsonwebtoken postgresql rails ruby
Last synced: 19 Apr 2025
https://github.com/Atharv-Attri/HacktoberFest-Projects
A collection of issues for Hacktoberfest!
c cpp dart go hacktoberfest hacktoberfest-2020 hacktoberfest2020 haskell java javascript python ruby rust
Last synced: 11 May 2025
https://github.com/duffn/grape-api-boilerplate
A full-featured, production ready, and easy to understand API boilerplate for the Grape framework.
api boilerplate grape grape-api hacktoberfest rack ruby
Last synced: 23 Mar 2025
https://github.com/suhlig/wordclock
A Word Clock in Ruby
academic clock raspberry-pi ruby word-clock
Last synced: 19 Apr 2025
https://github.com/rajasegar/cybertron
Cybertron is where Ruby Transformers are born!
cli codemod codemods converters cybertron ruby
Last synced: 12 May 2025
https://github.com/westonganger/search_architect
Dead simple, powerful and fully customizable searching for your Rails or ActiveRecord models and associations.
activerecord activerecord-models rails rails-search ruby search search-scope sql
Last synced: 15 Apr 2025
https://github.com/aldavigdis/iceland_gem
Ruby gem to handle the Icelandic "kennitala" identification scheme and postal codes
gem iceland kennitala postal-codes ruby ruby-on-rails
Last synced: 05 Oct 2025
https://github.com/westonganger/js-try
JS-Try is a Javascript implementation of the try method from Rails for safe navigation
javascript js node-js rails ruby safe-navigation try
Last synced: 15 Apr 2025
https://github.com/cmingxu/red
mesos, kubernetes
docker marathon mesos prometheus rails registry ruby
Last synced: 31 Aug 2025
https://github.com/cerbos/cerbos-sdk-ruby
Ruby SDK for authorization via Cerbos
Last synced: 12 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/xord/solitaire
Solitaire game made with RubySketch
game ios iphone mac processing ruby
Last synced: 16 May 2025
https://github.com/zedtux/isin_code_generator
Simple random ISIN Code generator
Last synced: 12 Apr 2025
https://github.com/majidimanzade/saoshyant
Rails Exception Handeler
error-handling exception-handling exceptions rails rails-error-handeling rails-exceptions render ruby ruby-gem
Last synced: 25 Aug 2025
https://github.com/siman-man/method_call_tree
MethodCallTree is like tree command for method call stack.
Last synced: 19 Aug 2025
https://github.com/cmirnow/google-cloud-text-to-speech-pro
Using the power of Google Cloud Text-to-Speech API and ruby here is a simple interface to convert text to speech.
rails ruby speech-api text-to-speech
Last synced: 07 May 2025
https://github.com/siepomaga/rspec-let_fallback
RSpec extension gem that allows to read let with fallback (if not defined yet in example group).
rails rails-rspec rspec ruby tdd
Last synced: 11 Nov 2025
https://github.com/milouse/fronde
A static website generator for Emacs Org mode (Mirror)
emacs org-mode ruby static-site-generator
Last synced: 03 Sep 2025
https://github.com/german-cobian/authentication-required
An blog app designed to implement authentication systems so users can only access specific areas and view content of a site they are authorized to do so. Users are required to sign-up and log-in before they can create posts and view the name of other post's authors.
Last synced: 31 Aug 2025
https://github.com/gangelo/branch-name
branch-name is a gem that provides a command-line interface that allows you to accomplish several tasks, tasks I personally find myself having to carry out every time I work on a feature branch. I created this gem for myself; however, you are free to use it yourself, if any of these tasks fits into your personal routine: 1) Formulate a git feature branch name, given a jira ticket and jira ticket description. Why? Because I am constantly having to create git feature branch names that are based on jira ticket and jira ticket descriptions. 2) Optionally create a "project" based on the branch name (formulated in step 1 above). Why? Because I'm constantly having to create folders to manage files associated with the feature branches I am working on. 3) Optionally use and manage default options that determine the git feature branch name formulated, project greated, and default files associated with the project.Why? Because I routinely have to create files to support the feature I am working on and associate them with the feature I am working on. For example: scratch.rb to hold scratch code, snippets.rb to hold code to execute to perform redundant tasks, and readme.txt files to document things I need to remember.
agile branch-names cli cli-app productivity ruby
Last synced: 26 Apr 2025
https://github.com/dhyegocalota/active_admin-humanized_enum
Easily translate ActiveRecord's enums in your ActiveAdmin. :balloon:
activeadmin activeadmin-plugin enum i18n rails ruby
Last synced: 30 Jun 2025
https://github.com/allangomes/kanban-ruby
Kanban API write with Ruby on Rails.,
active-model-serializers api factory-bot postgres rspec ruby ruby-on-rails rubyonrails shoulda-matchers
Last synced: 03 Sep 2025
https://github.com/ayarotsky/rack-shield
Rack middleware for blocking abusive requests
rack rack-middleware rails redis ruby
Last synced: 10 Jun 2025
https://github.com/mwongess/alx-system_engineering-devops
System engineering and DevOps.
bash-scripting devops puppet python-3 ruby system-engineering
Last synced: 19 Apr 2025
https://github.com/ilynette/rails-budget-app
The Budget App is a mobile web application that allows the user to manage his/her budget: they have a list of transactions associated with a category, so that the user can see how much money they spend and on a particular category.
Last synced: 29 Jun 2025
https://github.com/ibraheemdev/mongo_beautiful_logger
A simple and beautiful logger gem for MongoDB in you Ruby/Rails app.
beautiful logger mongo mongodb mongoid rails ruby ruby-on-rails
Last synced: 15 Apr 2025
https://github.com/maciejb2k/chronlife
Social platform for people with chronic diseases
chronic-diseases health medical rails ruby ruby-on-rails
Last synced: 14 May 2026
https://github.com/hswick/w3
Simple, safe, and expressive Ethereum client in Ruby
Last synced: 22 Apr 2025
https://github.com/envato/double_entry-reporting
Reporting on Double Entry accounts and transfers
Last synced: 11 Jun 2025
https://github.com/cpcwood/jest-erb-transformer
Jest transformer for Embedded Ruby template (`.erb`) files in Ruby projects
embedded-ruby-template erb javascript jest jest-erb-transformer jest-plugin jest-transformer rails ruby transformer
Last synced: 10 Mar 2026
https://github.com/snkrheadz/freshdesk-ruby
A Ruby API client for Freshdesk API v2
Last synced: 12 Apr 2025
https://github.com/gildesmarais/matomo-to-influx
📯Push Matomo stats to influxDB. Can optionally run in Docker.
docker influxdb matomo monitoring piwik ruby
Last synced: 14 Mar 2025
https://github.com/ekohe/crunchbase4
A Ruby Library for CrunchBase API v4
api-service crunchbase crunchbase-api ekohe json-data ruby rubyonrails
Last synced: 10 Mar 2026
https://github.com/ardatetikbey/Standalone-Ruby
A basic standalone-ruby support.
batch ruby rubylang standalone-ruby turkish vbscript
Last synced: 08 Apr 2025
https://github.com/rickhull/conway_deathmatch
Game of Life: several competing populations
conway conway-game conway-life deathmatch elixir ruby
Last synced: 22 Apr 2025
https://github.com/tamhub/messaging-adapter
Messaging adapter gem for Ruby, useful for using message brokers (RabbitMQ, Kafka,...) in Ruby applications
adapter adapter-pattern event-bus kafka message-broker message-bus message-queue messaging rabbitmq ruby ruby-gem ruby-on-rails
Last synced: 11 Nov 2025
https://github.com/princexz/alx-system_engineering-devops
I'm now a ALX Student, this is my second repository as a full-stack engineer
c git network network-analysis ruby shell
Last synced: 10 Mar 2026
https://github.com/johnftitor/my_recipe_app
This is a simple Ruby On Rails project. Recipe app that allows user to create, delete, and read recipes created by them or the community, allowing the users to decide whether they'd be public or not. Additionally, it allows users to create food records and generate a shopping list based on the missing food for their recipes. It comes with authentication and authorization functionality.
bootstrap database postgresql rails ruby
Last synced: 31 Aug 2025
https://github.com/texpert/shrine-aws-lambda
AWS Lambda integration for Shrine File Attachment toolkit for Ruby applications
asynchronous aws aws-lambda processing ruby s3 shrine webhooks
Last synced: 30 Aug 2025
https://github.com/alecdotninja/flic
An unofficial Ruby implementation of the fliclib (use Flic IoT buttons in Ruby!)
bluetooth flic flic-buttons fliclib ruby
Last synced: 24 Apr 2025
https://github.com/krishpranav/joomlascan
A simple joomla vulnerability scanner built in ruby
joomla joomla-scanner ruby vulnerability-scanner
Last synced: 15 Apr 2025
https://github.com/papakvy/chatworkify
Bring Chatwork notification into your Application ^^
capistrano-plugin chatwork chatworkify ruby rubygem
Last synced: 23 Mar 2025
https://github.com/arifnd/idx-templates
Unofficial templates for Firebase Studio/Project IDX
firebase-studio laravel nix php project-idx python ruby ruby-on-rails
Last synced: 24 Feb 2026
https://github.com/serradura/u-authorization
Simple authorization library and role managment for Ruby
authorization permissions role-based-authorization ruby ruby-gem
Last synced: 28 Apr 2025
https://github.com/voxpupuli/beaker-docker
Docker hypervisor for Beaker acceptance testing framework
beaker docker hacktoberfest puppet ruby
Last synced: 31 Jan 2026
https://github.com/glurp/ruby-onion-omega2
Usefull tools for using ruby (MRI) on Omega2+
Last synced: 26 Feb 2026
https://github.com/davidkelley/rom-dynamodb
ROM DynamoDB Adapter
aws dynamodb gem rom rom-dynamodb ruby
Last synced: 18 Jan 2026
https://github.com/lambdatest/test-at-scale-scripts
golang hacktoberfest javascript linux ruby rust
Last synced: 18 Mar 2026
https://github.com/mattkevan/jekyll-feed-importer
Ruby script to import RSS feed items and save them as Jekyll posts/collections.
jekyll rss rss-aggregator rss-feed-parser ruby
Last synced: 27 Feb 2026
https://github.com/sharparam/advent-of-code
Code for the Advent of Code event
advent-of-code aoc polyglot ruby
Last synced: 25 Apr 2025
https://github.com/ezekielutshudi/school_library_oop
In this project, I am building a school library app in which by the end, we will add, look for lists. Within this app we can add new book, new Student and Teacher in the classes
Last synced: 28 Feb 2026
https://github.com/otherguy/rspec-sonarqube-formatter
RSpec 3 formatter that generates an XML file for SonarQube 6.2+, using the Generic Test Data format
hacktoberfest rspec rspec-formatter ruby sonarqube sonarqube-analysis
Last synced: 09 Jan 2026
https://github.com/nahnahaj/ruby-on-rails-capstone-project---budget-app
With this App, 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. A user is allowed to: register and log in, so that the data is private to them. New transactions are associated with a category : You can see the money spent on each category.
bootstrap css3 postgresql render ruby ruby-on-rails
Last synced: 26 Apr 2025
https://github.com/yoshoku/numo-openblas
Numo::OpenBLAS builds and uses OpenBLAS as a background library for Numo::Linalg
data-science machine-learning numo openblas ruby
Last synced: 25 Apr 2025
https://github.com/daugaard/example-svm
Example of implementing Support Vector Machine (SVM) with RBF (Gaussian) kernel in Ruby using rb-libsvm. .
ruby rubyml svm svm-classifier
Last synced: 03 Apr 2026
https://github.com/alexoid1/bot-telegram
The main goal is create a Bot. It's a real-world-like project, built with business specifications.
public-api rspec rubocop ruby telegram-bot
Last synced: 24 Apr 2025
https://github.com/cliftondavies/twitter-personal-assistant
A CLI that enables a Twitter account holder to interact with their account, via the Twitter API.
Last synced: 14 Jun 2025
https://github.com/leklund/bauditor
run bundler-audit on a multiple repositories at once
bundler-audit ruby rubygems security
Last synced: 07 Jul 2025
https://github.com/jun85664396/coolsms-ruby
coolsms REST API helper, coolsms ruby client
client-library coolsms coolsms-client coolsms-ruby ruby
Last synced: 04 Jul 2025
https://github.com/selma-belhadj/budgetapp
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.
Last synced: 09 Apr 2025
https://github.com/selma-belhadj/school-library
This is a book library app that records what books are in the library and who borrows them. The app allows you to add new students or teachers, add new books, and save records of who borrowed a given book and when.
Last synced: 09 Apr 2025
https://github.com/0xairdropfarmer/airbnbclone-in-ruby-on-rails
clone airbnb in rails 5.1.3 and ruby 2.3.4
airbnb ruby ruby-on-rails rubyonrails
Last synced: 06 Oct 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/javitocor/my-blog-in-rails
Blog built with Ruby on Rails as a practice, no tutorials, no guidelines. In this blog, you can add posts, with tags, add comments and interact with other users. As an extra feature, one search bar will help you to find everything you want within the website.
bootstrap css html5 rails-blog ruby ruby-on-rails
Last synced: 07 Oct 2025
https://github.com/kontent-ai/delivery-sdk-ruby
Kontent.ai Delivery Ruby SDK.
caas delivery hacktoberfest kontent-ai kontent-ai-tool ruby ruby-on-rails sdk
Last synced: 08 Oct 2025
https://github.com/maxd/graphql-dsl
🚀 Ruby DSL for build GraphQL queries by code.
Last synced: 24 Apr 2025
https://github.com/janlelis/unicode-sequence_name
Unicode sequence names in Ruby
emoji names ruby sequence unicode unicode-data
Last synced: 10 Oct 2025
https://github.com/szabgab/ruby-digger
Ruby Digger analyzes Ruby Gems
ci continuous-integration gems github github-actions ruby
Last synced: 11 Oct 2025
https://github.com/swordray/tel_to_helper
Deprecated for Rails 6.1 UrlHelper#phone_to
actionpack actionview rails ruby
Last synced: 11 Oct 2025
https://github.com/jonathanyiv/knights_travails
Implementation of the Shortest Path Problem for a Knight Chess in Ruby
Last synced: 26 Apr 2025
https://github.com/thekuwayama/caa_rr_patch
the patch that adds CAA Resource Record
Last synced: 12 Oct 2025
https://github.com/jfoyarzo/budget-app
Budget Pal is a web app for keeping track of payments, where users can register, create categories, and add payments to one or more category. It also displays the total amount spent on each category.
bulma-css devise-gem rails ruby server-side-rendering
Last synced: 24 Apr 2025
https://github.com/cucumber/compatibility-kit
Platform-agnostic set of acceptance tests for validating cucumber implementations
cucumber javascript polyglot-release ruby tidelift
Last synced: 24 Feb 2026
https://github.com/starsheriff2/md-cleaner
This program checks your markdown files for any errors so your MD files are more polished. Built with Ruby.
Last synced: 17 Oct 2025
https://github.com/zeroc0d3/id-ruby-docker-rails
Presentation Meetup Ruby Brigade Indonesia (April 28th, 2017)
deploy deployment docker dockerfile indonesia meetup rails ruby
Last synced: 11 Mar 2026
https://github.com/haseeb-qureshi/ruby-dht
Distributed Hash Table with consistent hashing, implemented in Rack servers communicating via HTTP
Last synced: 08 Mar 2026
https://github.com/geoffharcourt/cbs_fantasy_sports_api_token_fetcher
A gem to retrieve your CBS fantasy sports API token
Last synced: 26 Oct 2025
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/andrewjh271/chess
Command line chess program written in Ruby
alphabeta-minimax-search alphabeta-pruning chess game minimax-algorithm regexp rspec ruby
Last synced: 02 Sep 2025
https://github.com/chrissiku/oop-school
School library store that allow to the librarian to record all informations about a bookand it's borrower
Last synced: 17 Mar 2025