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/kirillshevch/slack_hook
A Simple Interface to Slack Incoming Webhooks Integrations
ruby ruby-slack slack slack-api slack-incoming-webhooks slack-integration slack-webhook
Last synced: 07 Oct 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/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/yohasebe/rubyfca
Command line tool for Formal Concept Analysis written in Ruby
fca formal-concept-analysis ruby visualization
Last synced: 14 Apr 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/simon0191/fast_priority_queue
A blazzingly fast implementation of priority queue using Ruby + Rust + Ruru
benchmark priority-queue ruby ruru rust
Last synced: 13 Apr 2025
https://github.com/zeebe-io/zeebe-client-ruby
Zeebe client containing a simple wrapper for the gRPC protocol used by https://zeebe.io.
grpc-protocol ruby zeebe zeebe-client
Last synced: 14 Mar 2025
https://github.com/carolineartz/rubocop-rails-order_model_macros
Extension of RuboCop for ordering macro style methods in Rails models
rails rubocop rubocop-rails ruby
Last synced: 07 Mar 2026
https://github.com/amon-cofie/davrich-recipe-app
DavRich Recipe App is a full stack Ruby on Rails web application on a postgreSQL database that manages different recipes by different users where a user can declare his/her recipe public for all to see, whether logged in or not.
Last synced: 18 Mar 2025
https://github.com/justalever/email_subscriptions_demo
An basic email subscription workflow for a Ruby on Rails app
emailsubscription mailer rails ruby rubyonrails
Last synced: 23 Oct 2025
https://github.com/nitbravoa92/oop-school-library
"OOP School Library" is a program made in ruby for a University library, which was created using the object-oriented programming paradigm. The program allows users to register new students and teachers, manage book information, and more efficiently control books borrowing.
object-oriented-programming rspec-testing ruby solid-principles
Last synced: 28 Sep 2025
https://github.com/jenkinsci/jenkins-plugin-runtime.rb
The idomatic Ruby API for building Jenkins CI plugins
Last synced: 30 Sep 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/simplificator/keycloak_oauth
Ruby on Rails integration with the Keycloak identity and access management API.
keycloak keycloak-client rails ruby
Last synced: 14 Apr 2025
https://github.com/bjoernalbers/gollum-auth
Authentication Middleware for Gollum Wiki
auth authentication authorization gollum middleware rack rack-middleware ruby ruby-gem rubygem web wiki
Last synced: 02 Aug 2025
https://github.com/alexinslc/depot
E-Commerce Rails App - from Agile Web Development with Rails 7
hacktoberfest pragprog rails7 ruby ruby-on-rails
Last synced: 01 Oct 2025
https://github.com/al-un/ougai-formatters-customizable
Adding a customizable formatters for Ougai library
Last synced: 13 Apr 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/alejandrodevs/active_model_exporters
A simple way to export data in Rails.
activemodel exporter rails ruby
Last synced: 24 Sep 2025
https://github.com/cdalvaro/homebrew-tap
🍻 @cdalvaro's custom formulae for the @Homebrew package manager
brew custom-formulae formulae homebrew macos package-manager ruby tap taps
Last synced: 20 Mar 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/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/marcqualie/cloudapp-export
A quick way to grab all the data you have stored in CloudApp
Last synced: 27 Jul 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/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/floehopper/metaclass
Adds a metaclass method to all Ruby objects
metaclass metaprogramming ruby
Last synced: 15 Jun 2025
https://github.com/nahnahaj/blog-app
The Blog app is a classic example of a blog website. It is a fully functional website that shows a list of posts and empowers readers to interact with them by adding comments and liking posts.
bootstrap css3 database html5 javascript rails ruby rubyonrails
Last synced: 30 Jul 2025
https://github.com/janlelis/clipboard_formatter
A clipboard formatter for RSpec
clipboard rspec rspec-formatter ruby
Last synced: 12 Apr 2025
https://github.com/rukomoynikov/tabled
Easily display your data in neat, organized tables right in your terminal! The library is straightforward, with no extra fuss or dependencies. Just plug in your data and enjoy clear, concise output.
Last synced: 18 Mar 2025
https://github.com/ged/inversion
Inversion is a templating system for Ruby. It uses the "Inversion of Control" principle to decouple the contents and structure of templates from the code that uses them, making it easier to separate concerns, keep your tests simple, and avoid polluting scopes with ephemeral data. (github mirror)
inversion-of-control ruby template
Last synced: 18 Mar 2025
https://github.com/emilebosch/graphql-ruby-microservices
Simple POC of microservices with ruby example and graphql
drb graphql microservices ruby
Last synced: 11 Apr 2025
https://github.com/pepabo/oauth2-colormeshop
Colorme Provider for the OAuth 2.0 Client
Last synced: 09 Sep 2025
https://github.com/jmdeldin/box
Exponentiated yak-shaving. (Applying dev-ops to personal workstations.)
ansible nginx nginx-proxy playbook rails ruby shell ubuntu
Last synced: 11 Apr 2025
https://github.com/klaxit/ruby
Linters, tools and documentation for ruby at Klaxit 💎
Last synced: 06 May 2025
https://github.com/dantealonsoht/ror-cryptoapp-api
Proyecto en Ruby on Rails para calcular rendimientos y exportar datos usando las 3 criptomonedas más populares (BTC, ETH, ADA) con datos importados de Messari API.
action-cable api bootstrap5 csv javscript json rdoc rspec-rails rubocop-rails ruby ruby-on-rails webpack websocket
Last synced: 19 Oct 2025
https://github.com/ronin-rb/ronin-db-activerecord
ActiveRecord backend for the Ronin Database
activerecord activerecord-models database infosec recon ruby security
Last synced: 09 Sep 2025
https://github.com/yasslab/yasslab.jp
💎 RailsチュートリアルやRailsガイドを企画・運営・開発しているチームのWebサイトです。
company heroku jekyll remote-work ruby website yasslab
Last synced: 11 Apr 2025
https://github.com/blockfrost/blockfrost-ruby
Ruby SDK for Blockfrost.io
api blockfrost cardano ipfs ruby sdk
Last synced: 01 May 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/kodius/rails-api-rest
Rails 7 REST (openapi) template repo with Dockerfile, docker-compose and docker-swarm stack
backend docker docker-stack docker-swarm mvc openapi rest-api rspec rswag ruby ruby-on-rails
Last synced: 10 Apr 2025
https://github.com/adalbertobrant/iracoes
calculadora de Imposto de Renda para Ações com preço médio em Ruby
agile backend bugs cli css firstime hacktoberfest hacktoberfest2021 html issues javascript kanban mysql nodejs ruby sqlite
Last synced: 30 Apr 2025
https://github.com/iridakos/elastic_rails_tutorial
The application from the elastic search tutorial
elasticsearch kibana rails ruby tutorial
Last synced: 10 Apr 2025
https://github.com/kochan4php/belajar-ruby
Repository yang saya buat untuk mempelajari bahasa pemrograman Ruby
learn-ruby ruby ruby-programming-language
Last synced: 29 Oct 2025
https://github.com/toihrk/apple-app-site-association
A mountable Sinatra application for introduce the universal link to your application.
Last synced: 20 Mar 2025
https://github.com/recipyhq/recipy
Recipy web application. All of it just works.
cooking food health javascript rails ruby
Last synced: 03 Apr 2025
https://github.com/tylerrick/activesupport-duration-human_string
Convert Duration objects to human-friendly strings like '2h 30m 17s'
activesupport duration rails ruby serializer string
Last synced: 18 Mar 2025
https://github.com/lambdatest/lt-appium-ruby
Run Ruby and Appium scripts on LambdaTest automation cloud. A sample repo to help you run Ruby based test scripts in parallel with LambdaTest
android-automation app-automation appium appium-ruby ios-automation lambdatest mobile-app-testing ruby testing-tools
Last synced: 07 Jul 2025
https://github.com/zewdu444/budget_app
A mobile web application that simplifies budget management by organizing transactions into categories, providing a clear overview of expenses and spending patterns. Users can easily track their spending. Built with Ruby on Rails, PostgreSQL and Rspec
postgresql ror rspec-rails ruby
Last synced: 11 Apr 2025
https://github.com/ksylvest/formula
A Rails form generator that creates simple markup
Last synced: 07 May 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/markfchavez/train-tax-calculator
Computes Withholding Tax and Net Income given a monthly base salary using the new TRAIN tax law of 2018.
Last synced: 05 May 2025
https://github.com/peterberkenbosch/sendcloud
Ruby Client for the SendCloud API
hacktoberfest hacktoberfest2021 ruby sendcloud shipping
Last synced: 30 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/german-cobian/philosophy
A blog app in Rails where the user can create and share articles relating to the main four topics in Philosophy (Metaphysics, Gnoseology, Logic, and Ethics). The user can also comment on other user's articles and upvote them.
Last synced: 14 Jul 2025
https://github.com/eapenzacharias/fakebook
Minimalistic Social Network built using Ruby-on-Rails HTML and CSS. Bootstrap classes are used for styling.
bootstrap content-management-system rails rspec rubocop ruby social-media social-network
Last synced: 13 Apr 2025
https://github.com/magynhard/class_interface
Ruby gem to provide an interface pattern for classes
class-interface interface interface-pattern pattern ruby ruby-gem
Last synced: 04 May 2025
https://github.com/postmodern/ruby-ncrack
A Ruby interface to Ncrack.
command-mapper infosec ncrack ncrack-parser ruby
Last synced: 28 Oct 2025
https://github.com/postmodern/gemspec.yml
Write your gemspecs in plain YAML
gemspec ruby rubygems specification
Last synced: 28 Oct 2025
https://github.com/ches-ctrl/after-le-wagon
How to start a startup for Le Wagon founders
founders grads le-wagon lewagon rails ruby ruby-gem ruby-on-rails startups startupschool webdev webdevelopment
Last synced: 30 Apr 2025
https://github.com/thiagochirana/shorui
A gem that helps you easily generate README.md documentation from Rails routes
documentation documentation-generator rails ruby
Last synced: 14 Jun 2025
https://github.com/dieghernan/algolia-jekyll-action
Runs jekyll-algolia plugin for GitHub Pages
algolia algolia-instantsearch algolia-search github-actions github-pages github-pages-website jekyll ruby search
Last synced: 28 Oct 2025
https://github.com/patrick204nqh/trace_viz
Designed to trace and visualize events executed in a block of code. Useful for debugging and logging.
code-tracing code-visualization diagrams method-tracing ruby trace-events trace-point tracing visualization
Last synced: 01 May 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/jbox-web/redmine_pusher_notifications
A Redmine plugin which makes notifying your Redmine instance easy ;)
notifications pusher rails redmine redmine-plugin ruby
Last synced: 11 Jan 2026
https://github.com/civo/activetracker
A Rubygem to save full log/output of your requests, errors, etc for viewing within ActiveTracker
in-progress ruby ruby-on-rails
Last synced: 10 Apr 2025
https://github.com/wendellast/portfolio
This repository is a compilation of projects and code snippets that represent my journey in software development. Here, you'll find meaningful works ranging from small scripts to more complex projects. Feel free to explore, contribute, or reach out to discuss collaborations and innovative ideas.
javascript portfolio ruby ruby-on-rails silent website
Last synced: 09 Jul 2025
https://github.com/polaristlx/clonebook
Facebook Clone created with Ruby on Rails
amazon-s3-storage css-grid-layout css3 devise factory-bot faker-gem heroku html5 omniauth paperclip-gem rspec ruby ruby-on-rails rubyonrails
Last synced: 17 Nov 2025
https://github.com/reiterate-app/authorio
IndieAuth authentication endpoint plugin for Rails
authentication indieweb rails ruby
Last synced: 17 Nov 2025
https://github.com/gtkvn/kaze
Opinionated minimal Rails authentication scaffolding with Hotwire, React, or Vue + Tailwind.
hotwire inertiajs rails react ruby ruby-on-rails scaffolding vue
Last synced: 24 Oct 2025
https://github.com/eshaiju/kannel-monitor
Gem for monitoring kannel smsc status
kannel ruby ruby-gem smsc-status
Last synced: 21 Jan 2026
https://github.com/creasty/i18n_flow
[beta] Manage translation status in YAML file
i18n rails ruby translation-management
Last synced: 14 Jun 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/sundi3yansyah/ip-lookup-rb
Lookup IP Address with API to get a lot of information using ip-api.com
gem gems ip ipaddress ruby ruby-on-rails
Last synced: 08 Oct 2025
https://github.com/geeknees/obsidian-ruby-wasm-plugin
Obsidian RubyWasm Plugin
Last synced: 06 Feb 2026
https://github.com/figgleforth/ore-lang
A programming language for web development, for fun
programming programming-language programming-languages ruby
Last synced: 19 Apr 2026
https://github.com/vicziani/learnwebservices
Source for learnwebservices.com site
csharp groovy java javascript jmeter nodejs php postman python ruby soap soapui webservices wsdl
Last synced: 22 Jan 2026
https://github.com/0jonjo/calcpace
Calcpace is a Ruby gem designed for calculations related to distance, speed and time. The gem also supports conversion to 42 different units of distance and velocity, including metric, nautical and imperial units.
distance-calculation gem gems minitest ruby running tdd time-calculation
Last synced: 19 Apr 2026
https://github.com/frizbee/cookieconsent
The most popular solution to the EU cookie law for Rails applications
Last synced: 26 Oct 2025
https://github.com/necojackarc/holidays_from_google_calendar
Retriving national holidays from Google Calendar.
Last synced: 15 Oct 2025
https://github.com/andyobtiva/rails_best_practices
Rails Best Practices
architectural-patterns best-practice best-practices bestpractices design-patterns oop rails ruby ruby-on-rails
Last synced: 26 Oct 2025
https://github.com/yegor256/pgtk
PostgreSQL ToolKit for Ruby apps: Liquibase + Rake + Connection Pool
connection-pool liquibase postgresql rake-task rakefile ruby
Last synced: 26 Apr 2026
https://github.com/elmassimo/pakiderm
🐘 Pakiderm will never forget the return value
Last synced: 07 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/postmen/postmen-sdk-ruby
AfterShip Shipping (Postmen) API Client Library for Ruby (USPS, FedEx, UPS, DHL and more)
aftership api api-client postmen ruby sdk shipping shipping-api
Last synced: 10 Oct 2025