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/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/drexed/genderize-io
Genderize.io Ruby SDK.
gender genderize genderizeio ruby
Last synced: 07 May 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/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/yujideveloper/recite_csv
ReciteCSV assists to implement a class for csv reader.
Last synced: 18 Jul 2025
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/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: 10 May 2025
https://github.com/tomholford/twitter-labs-api
A basic implementation of a Twitter Labs API client in Ruby
gem ruby ruby-gem twitter twitter-api
Last synced: 13 Apr 2025
https://github.com/JonnyKong/Coursera-ProgrammingLanguagesUW
Coursera: Programming Languages, Univ. of Washington
functional-programming programming-language-theory racket ruby sml
Last synced: 26 Mar 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/yasslab/yasslab.jp
💎 RailsチュートリアルやRailsガイドを企画・運営・開発しているチームのWebサイトです。
company heroku jekyll remote-work ruby website yasslab
Last synced: 11 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/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/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/matkoniecz/cartocsshelper
Tool to make development of CartoCSS styles more efficient. Automates actions necessary to produce test images and validates style.
cartocss cartocss-styles openstreetmap osm overpass overpass-api ruby ruby-script
Last synced: 13 Apr 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/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/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/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/telamonian/boxen-linux
A universal version of Boxen, Github's automation software, that runs on Linux as well as OSX
boxen boxen-linux boxen-modules linux puppet ruby
Last synced: 20 Mar 2025
https://github.com/nitbravoa92/tdd-project
"TDD Project" is a program build in ruby that implements three methods of the Solver class using the Test-Driven Development (TDD) approach.
Last synced: 13 Apr 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/schmidt/context_wiki
ContextWiki :: Camping Wiki using ContextR
Last synced: 14 Jul 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/kevinoid/jekyll-highlight-file
A Liquid filter for Jekyll which outputs highlighted file content
code-highlight jekyll jekyll-plugin liquid-templating-engine ruby
Last synced: 13 Apr 2025
https://github.com/yegor256/xembly.rb
A command line tool for XML manipulations in Xembly, an imperative DSL
ruby ruby-gem xml xml-document
Last synced: 27 Mar 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/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/johnftitor/opp_school_library
Ruby library project that runs in the command line. Meant to understand the base principles of OPP programming while building an application with a new programming paradigm
Last synced: 31 Aug 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/philr/putty-key
Ruby PuTTY private key (.ppk) library. Supports reading and writing with a refinement to OpenSSL::PKey to allow key conversion.
ppk putty putty-private-key puttygen ruby ssh
Last synced: 26 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/agile-lab-dev/literate-programming-articles
Collection of articles, using the Literate Programming style, about Data Engineering and Software Tooling in general
literate-programming ruby spark spark-connect
Last synced: 26 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/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/unhappychoice/intercom_summary
Displays intercom summary information
Last synced: 13 Apr 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/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/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/phobos/phobos_db_checkpoint
Phobos plugin which saves your kafka events to the database
event-sourcing kafka kafka-events kappa kappa-architecture phobos ruby
Last synced: 13 Apr 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/al-un/ougai-formatters-customizable
Adding a customizable formatters for Ougai library
Last synced: 13 Apr 2025
https://github.com/davesimoes/torne-se-backend
Este repositório tem como objetivo ser apenas mais uma ferramenta para ajudar a todos os que desejam se tornar Desenvolvedores Backend
api backend cursos desenvolvedor-backend go golang java livros node node-js php python resource rest-api ruby tutorial tutorial-sourcecode
Last synced: 13 Jul 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/famished-tiger/macros4cuke
Add macro-steps to your Cucumber scenarios
cucumber cucumber-scenarios gherkin ruby
Last synced: 12 Apr 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/amiralles/dsfs
Data structures from scratch - Source code.
Last synced: 23 Jul 2025
https://github.com/ankurgel/statsample-glm
Generalized Linear Models extension for Statsample
ruby ruby-science-foundation sciruby statistics statsample statsample-glm
Last synced: 19 Mar 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/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/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/vichuge/rb-capstone-rubocop
A rubocop version made by myself for ruby language. This tool helps to get the rubocop issues in a script.
linters rspec rubocop ruby ruby-language
Last synced: 14 Apr 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/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/groony/activeadmin-dry-validation
Validate your ActiveAdmin resources through dry-validation
Last synced: 18 Mar 2025
https://github.com/xploshioon/i18n-to-s3
Ruby on Jets project that takes your translation base file from a repository, generates translated files with Google Translate, and uploads said files to S3
aws-lambda github-webhooks google-translate i18n intl ruby ruby-on-jets s3 serverless
Last synced: 18 Feb 2026
https://github.com/b3b0/grasshopper
🦗🔑Run commands against many Linux servers using SSH for hacking, administrative or auditing tasks. Relies on key-based SSH authentication for automation.. Now includes the ability to do some scp.
auditing automation hacking ruby scp ssh
Last synced: 20 Jun 2025
https://github.com/nithinbekal/dotfiles
Config files for neovim, zsh, ruby etc.
Last synced: 02 Sep 2025
https://github.com/mvz/ghtml2pdf
HTML to PDF converter based on WebKit2GTK+ and GirFFI
gir-ffi hacktoberfest pdf-converter ruby webkit2gtk
Last synced: 20 Aug 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/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/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/elastic/app-search-ruby
Elastic App Search Official Ruby Client
api-client elastic elastic-app-search ruby search swiftype
Last synced: 29 Sep 2025
https://github.com/keithdoggett/spatial_stats
Spatial Statistics Library for ActiveRecord/PostGIS
postgis rails ruby spatial spatial-stats stats
Last synced: 13 Apr 2025
https://github.com/render-examples/sidekiq
Sidekiq worker on Render
background-worker job-queue render ruby sidekiq sinatra
Last synced: 21 Jun 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/bibendi/twinkle
Notification service sending messages to Telegram.
Last synced: 29 Jul 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/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/zeljkofilipin/watir-nokogiri
Speeding up watir-webdriver with nokogiri.
Last synced: 28 Apr 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/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/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/yous/basehangul
Human-readable binary encoding, BaseHangul for Ruby
Last synced: 14 Oct 2025
https://github.com/baopham/vundle-cli
A (tiny) CLI for Vim plugin manager Vundle
Last synced: 04 Jul 2025
https://github.com/maxbarsukov/rbminivents
📆 Tiny eventing gem
events gem gems ruby ruby-events ruby-gem
Last synced: 06 Oct 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/elmassimo/pakiderm
🐘 Pakiderm will never forget the return value
Last synced: 07 Oct 2025
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/charlyjazz/sinatra-sequel-backbone
Code Snippet App, based in Sinatra and Backone, very old. :bug:
backbone bundle codemirror ruby sinatra
Last synced: 11 Apr 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/icoretech/rack-strip-cookies
💎 Rack middleware to remove cookies at user-defined paths
Last synced: 11 Oct 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/famished-tiger/srl-ruby
Simple Regex Language library and compiler in Ruby
regex-language regular-expression ruby srl
Last synced: 23 Apr 2025
https://github.com/sha-env/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: 11 Oct 2025
https://github.com/reem-lab/recipe-app
The Recipe app keeps track of all your recipes, ingredients, and inventory. It will allow you to save ingredients, keep track of what you have, create recipes, and generate a shopping list based on what you have and what you are missing from a recipe. Also, since sharing recipes is an important part of cooking the app should allow you to make them public so anyone can access them.
bootstrap database herokudeployment rspec-rails ruby rubyonrails testing
Last synced: 06 Oct 2025
https://github.com/abdulhamiid/budget-app
The Budget app is about building a mobile web application where users can manage their budgets, users can track their transaction history (how much money they have spent and on what). Built with Ruby on Rails.
bootstap5 capybara-rspec database postgresql-database rspec-rails ruby ruby-on-rails tdd
Last synced: 08 Oct 2025
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/eshaiju/kannel-monitor
Gem for monitoring kannel smsc status
kannel ruby ruby-gem smsc-status
Last synced: 21 Jan 2026
https://github.com/raminka13/recipe-app
The Recipe app keeps track of all your recipes, ingredients, and inventory. It will allow you to save ingredients, keep track of what you have, create recipes, and generate a shopping list based on what you have and what you are missing from a recipe.
cancancan devise postgresql ruby ruby-on-rails
Last synced: 05 May 2025