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/fdeschenes/oauth2-fb-exchange-token-strategy
OAuth2 Strategy for Facebook Long-Lived User Access Tokens
facebook facebook-graph-api facebook-graph-api-login oauth2 oauth2-strategy ruby
Last synced: 28 Apr 2025
https://github.com/microsoft/kiota-abstractions-ruby
Abstractions library for the Kiota generated SDKs in Ruby
Last synced: 13 Apr 2025
https://github.com/nahnahaj/catalog-of-my-things
In this project, we will create a console app that will help you to keep a record of different types of things you people own: books, music albums, and games. Everything will be based on a UML class diagram. The data will be stored in JSON files but a database with tables structure analogical to the program's class structure will be prepared.
Last synced: 25 Jul 2025
https://github.com/bestbynature/enumeruby
This repository serves as a learning resource for exploring enumerables in Ruby, with a focus on three specific enumerable methods: #all?, #any?, and #filter?.
Last synced: 05 Apr 2025
https://github.com/jonathanyiv/odinbook
a practice implementation of Facebook in Rails
Last synced: 19 Jul 2025
https://github.com/alzubair98/blog-app-using-sqllite3
Blog App built with rails, allow users to share posts and articles
Last synced: 11 Apr 2026
https://github.com/samdvr/eventsourcer
A helper library for event sourcing Rails ActiveRecord model changes
activerecord kafka ruby ruby-on-rails
Last synced: 04 Mar 2026
https://github.com/zilola-nazarova/ruby-capstone-project
A console app that allows users to manage collections of their things: books, music albums, and games. The data is be stored in JSON files. Built with Ruby.
Last synced: 12 Sep 2025
https://github.com/dgroup/vcs4sql
Organizing version control for the database(s) in a simple, elegant way.
changelog changeset database-control database-management gem liquibase ruby ruby-gem ruby-library sql sqlite vcs
Last synced: 12 May 2025
https://github.com/dryruby/ruby-template
Template repository for public-domain libraries written in the Ruby programming language.
dryproject ruby template-project
Last synced: 22 May 2026
https://github.com/envygeeks/ruby-active_record_mocks
ActiveRecord Mocking for RSpec and Minitest.
activerecord mocking rspec ruby
Last synced: 13 Apr 2025
https://github.com/wizardone/shouter
Ruby implementation for a simple publish/subscription based system with callbacks
callbacks events listeners ruby singleton store subscription
Last synced: 22 Jun 2025
https://github.com/jpalumickas/wkhtmltopdf_runner
Ruby wrapper for wkhtmltopdf to render PDF from HTML
hacktoberfest htmltopdf pdf pdf-generation rails ruby ruby-on-rails wkhtmltopdf
Last synced: 24 Oct 2025
https://github.com/henrytseng/activerecord-materialize-adapter
ActiveRecord Materialize.io database adapter based on Postgres adapter
activerecord beta materialize rails ruby
Last synced: 14 Oct 2025
https://github.com/wetransfer/wetransfer_style
At WeTransfer we code in style. This is our coding style for Ruby development.
code-styles gem ruby wetransfer wt-branch-protection-default
Last synced: 23 Jul 2025
https://github.com/raicg/wassenger_client
The gem wassenger_client is a ruby client for wassenger.com API
begginers hacktoberfest ruby ruby-gem ruby-on-rails
Last synced: 13 Apr 2025
https://github.com/w-zengtao/rsa-tools-rb
Generate keys & Verify request params and source & Encrypt and Decrypt
Last synced: 14 Jun 2025
https://github.com/algerina/rent-yacht-frontend
This is a Web application where users should sign in to rent a Yacht from a list then reserve it for a determined period, users can then see their reservations or cancel them.
bootstrap cancancan css devise-jwt postgresql rails react redux ror rspec ruby ruby-on-rails
Last synced: 17 Aug 2025
https://github.com/guillainbisimwa/tic-tac-toe-game
Tic-Tac-Toe is one of the most famous games in the world. We have implemented it using only Ruby.
Last synced: 27 Jul 2025
https://github.com/render-examples/jekyll
Minimal Jekyll site deployed on Render
deployment hosting jekyll render ruby static-site
Last synced: 21 Jun 2025
https://github.com/fabiomux/zypper-upgraderepo
Zypper plugin intended for the openSUSE Leap distro which checks and upgrades the URLs within the repository list.
leap opensuse opensuse-leap opensuse-upgrade ruby upgrade zypper zypper-plugin zypper-upgraderepo
Last synced: 21 Jun 2025
https://github.com/billymohajeri/create-your-own-enumerable
Create your own Enumerable is a project to create a class MyList and a module MyEnumerable. Our module MyEnumerable will implement a subset of the functionality of Enumerable.
Last synced: 29 Mar 2025
https://github.com/ScreenStaring/shopify_api-graphql-tiny
Lightweight, no-nonsense, Shopify GraphQL Admin API client with built-in pagination and retry.
graphql graphql-pagination ruby shopify shopify-api
Last synced: 16 Jul 2025
https://github.com/abdussattar-70/oop-school-library
The OOP-School-Library project demonstrates the principles of data abstraction, inheritance, encapsulation, and polymorphism, which are fundamental concepts in object-oriented programming(OOP).
abstraction data encapsulation inheritance polymorphism rubocop-configuration ruby
Last synced: 29 Mar 2025
https://github.com/alphanodes/valid_hostname
Extension to ActiveModel for validating hostnames
gem hostname ruby validation validator
Last synced: 14 May 2025
https://github.com/diegojromerolopez/babik
A Django queryset-like API for Ruby on Rails
activerecord mysql postgresql query-builder ruby ruby-gem ruby-on-rails sql sqlite3
Last synced: 07 Mar 2026
https://github.com/alexfalkowski/standort
Standort provides location based information.
Last synced: 04 Jul 2026
https://github.com/arviisoft/mini-ruby-web
💎 A lightweight Ruby web framework inspired by Sinatra, designed for educational purposes and simplicity.
Last synced: 22 Jul 2025
https://github.com/smolget/yadisk
Yandex.Disk API client (ruby gem)
api-client hacktoberfest ruby yandex yandex-disk yandex-disk-client
Last synced: 13 Apr 2025
https://github.com/selma-belhadj/hello-react-rails
A Rails React application that displays random messages
javascript react ruby ruby-on-rails
Last synced: 14 Apr 2026
https://github.com/cliftondavies/bubble-sort
An optimised Bubble Sort algorithm.
Last synced: 09 May 2026
https://github.com/felixdev22/enumerable
Enemerable is a Ruby application designed to decode Morse code messages into readable text. Whether you're a Morse code enthusiast or just looking for a fun and educational way to learn the code, Enemerable is the perfect tool for you.
Last synced: 23 Jul 2025
https://github.com/m-anwar-hussaini/catalog-of-things
Catalog of Things, a versatile Ruby command-line application designed for efficient item management. This powerful tool allows you to easily organize and categorize groups of items. It allows you to create, and store item data effortlessly. With the ability to save your information in JSON files, you can ensure data persistence and accessibility.
command-line database gem json rspec rubocop ruby
Last synced: 11 Sep 2025
https://github.com/peek/peek-resque
Take a peek into your Resque queues and workers.
background-jobs peek resque ruby
Last synced: 07 Oct 2025
https://github.com/davidegiacometti/redmine_ipam
Redmine plugin for IP address management (IPAM)
ipam redmine redmine-ipam redmine-plugin ruby
Last synced: 13 Apr 2025
https://github.com/holyketzer/ctci_v6
Cracking the Coding Interview 6th edition
cracking-code-interview cracking-the-coding-interview go golang ruby
Last synced: 08 May 2026
https://github.com/peimelo/controlled_health_api
Controlled Health website API built with Ruby on Rails 6 as API and using devise_token_auth.
api devise-token-auth rails ruby ruby-on-rails
Last synced: 17 May 2026
https://github.com/ashmalzahra/oop-school-library
This project uses Object Oriented Programming to build a school library app. The tool records what books are in the library and who borrows them. Built with Ruby.
best-practices object-oriented-programming oop-principles ruby uml-diagram unit-testing
Last synced: 14 Jul 2025
https://github.com/shafiuyushawu/enumerable
In this project we created a module with a predefined functions and Class called MyList which performs some functionality from MyEnumerable module.
classes-and-objects methods-functions ruboto ruby ruby-gem
Last synced: 28 Mar 2025
https://github.com/panorama-ed/unique_attributes
Auto-assign unique attributes for ActiveRecord objects
Last synced: 31 Jul 2025
https://github.com/indiecodermm/tictactoe-mcts
Tictactoe engine using Monte Carlo Tree Search
mcts-algorithm monte-carlo ruby tictactoe
Last synced: 14 Mar 2025
https://github.com/kuyio/color_hash
Generate a color based on the given string (using HSL color space).
Last synced: 24 Mar 2025
https://github.com/smart-village-solutions/anonymizer_rails
Anonymizer gem scrambles attribute values of ActiveRecord models.
Last synced: 25 Jul 2025
https://github.com/rogerluan/.linters
My personal dotfiles for popular Swift and Ruby linters.
dotfiles dotfiles-macos formatter ios lint-staged linter precommit-hooks rubocop ruby swiftformat swiftlint swiftlint-config
Last synced: 26 Jun 2025
https://github.com/alexherbo2/active-record.rb
A step-by-step implementation of the active record pattern for educational purposes.
Last synced: 27 Mar 2025
https://github.com/randycoulman/jujube
Ruby front-end for jenkins-job-builder
Last synced: 21 Mar 2025
https://github.com/stephenkati/blog_app_prac
Blog app is a fully functional website that shows a list of posts and empower readers to interact with them by adding comments and liking posts.
Last synced: 11 May 2026
https://github.com/omkz/coolpics
Coolpics is an open source platform for creating photo-sharing site.
9gag jquery postgresql ruby ruby-on-rails twitter-bootstrap
Last synced: 07 Apr 2026
https://github.com/nexmo/nexmo-rack
Rack Middleware to help work with Nexmo webhooks
Last synced: 24 Jul 2025
https://github.com/inhouse-work/cosing
A ruby gem that easily packages up and parses the COSING database
Last synced: 20 Jul 2025
https://github.com/coding-cactus/multipad
A clean, simple, and efficient collaborative workspace
Last synced: 19 May 2026
https://github.com/serihiro/simple_map_reduce
Distributed MapReduce implementation written in ruby.
distributed-systems mapreduce ruby sinatra
Last synced: 28 Apr 2025
https://github.com/abdussattar-70/ruby-group-capstone
A Ruby OOP-based solution for managing and organizing your collection of books, games, and music albums. It allows you to add new items, explore your collection by labels, genres, and authors and provides a user-friendly interface for easy navigation. It's a convenient tool to keep track of your inventory of books, games, and music albums.
Last synced: 19 May 2026
https://github.com/thebwoyprogrammer/blog-app
This is a blog app that allows authoized authors to post a blog and users to like, comment. This app also has the comments, posts and likes counters
hatim microverse mvc-architecture ruby ruby-on-rails
Last synced: 30 Apr 2026
https://github.com/uptrace/uptrace-ruby
OpenTelemetry Ruby distribution for Uptrace
distributed-tracing metrics opentelemetry ruby tracing uptrace
Last synced: 26 Jun 2025
https://github.com/xwmx/lcclasses
Ruby gem for listing and manipulating Library of Congress Classification classes and subclasses
classification congress-classification ruby rubygems
Last synced: 15 Mar 2026
https://github.com/shafiuyushawu/ruby-oop
A ruby program that exhibit the principles of Object Oriented Programming (Abstraction, Encapsulation, Inheritance and Polymorphism).
abstraction class encapsulation inheretence oops-in-ruby polymorphism ruby
Last synced: 28 Mar 2025
https://github.com/ibrahmsql/discoursemap-plugin
A comprehensive professional security auditing plugin for Discourse. This plugin provides automated security assessment capabilities to identify vulnerabilities, misconfigurations, and security issues in your Discourse installation
discourse discourse-plugin discourse-secuirty discoursemap forum-security red-team ruby ruby-on-rails security security-testing security-tools vulnerability-scanner
Last synced: 18 May 2026
https://github.com/ksylvest/playground
A sample application used to try things...
Last synced: 17 Sep 2025
https://github.com/mmsesay/final-capstone-backend
The project is used for project where a user can reserve a car. The endpoints gives opportunity to a user to add and delete cars. Make reservation for a flat and remove it.
Last synced: 18 May 2026
https://github.com/dvinciguerra/dev-deck
Dev Deck - A simple solution to provide a deck with custom media keys and macro shortcuts
deck react-native reactjs ruby sinatra
Last synced: 07 Apr 2026
https://github.com/petercamilleri/option_list
For reference only. Obsolete as of Ruby 2.1.
Last synced: 22 Jul 2025
https://github.com/cliftondavies/twitter
A lightweight version of Twitter.
bulma css3 html5 ruby ruby-on-rails sqlite3
Last synced: 08 Apr 2026
https://github.com/leob/simplecrowd
Seed of a crowdfunding platform built in Ruby on Rails
Last synced: 12 Apr 2026
https://github.com/nekonenene/esa-dumper-for-notion
Export posts and comments of esa in order to import to Notion
Last synced: 14 Apr 2025
https://github.com/ujihisa/ruby-slackbot
gplv3 hacktoberfest ruby slack-bot
Last synced: 14 Apr 2025
https://github.com/barakadanny/fitmeup-backend
FitMeUp is an API, built with Ruby on Rails, provides a comprehensive and secure solution for powering your health and fitness platform. With features like user registration, trainer management, and session booking, it delivers fast, reliable results to help users achieve their fitness goals.
authentication authorization database jwt jwt-authentication postgresql ruby ruby-on-rails serializer
Last synced: 07 Mar 2026
https://github.com/eduardosancho/budget
Mobile app to organize spending and group transactions into categories.
Last synced: 17 May 2026
https://github.com/ronin-rb/ronin-listener-http
A HTTP server for receiving exfiled data.
asyncio exfil exfiltration http-server infosec listener ruby
Last synced: 27 Jun 2025
https://github.com/nasirkhan294/school_library
Welcome to the school library, a showcase of object-oriented programming concepts in action. Explore our code for an enriching learning experience! 📚
github-actions linters linters-config rubocop ruby ruby-class
Last synced: 19 May 2026
https://github.com/rkotov93/evm-tx-input-decoder
Simple gem to decode and encode EVM transactions input data
blockchain eth ethereum ethereum-virtual-machine evm evm-blockchain ruby ruby-on-rails tron trx
Last synced: 01 Nov 2025
https://github.com/rishabhtayal/fastlane-plugin-hours
Record total time saved by fastlane
Last synced: 11 Jul 2025
https://github.com/tomasfn87/calcular-digitos-verificar-cpf
Baixar ferramenta CLI Linux aqui! - Como calcular os dígitos verificadores de um CPF; em Python, TypeScript, Go, Rust, Lua, Java, C++, C#, C, Zig, Ruby, PHP, Odin, Julia, Perl, Ada, Elixir, R, D, COBOL, Pascal, Smalltalk, Lisp, Fortran 90, Algol 68, Mojo, Ring e Haskell.
ada c cli-app cobol csharp go java julia lisp lua luajit odin-lang pascal perl php8 python ruby rust typescript zig
Last synced: 30 Oct 2025
https://github.com/pusewicz/dragon-shooter
A demo shooter game written in DragonRuby Game Toolkit
dragonruby dragonruby-gtk dragonrubygtk game ruby shooter vertical-scrolling
Last synced: 14 Mar 2025
https://github.com/joneshf/servant-ruby
Create a Ruby client from a Servant API using Net::HTTP.
haskell ruby servant servant-client
Last synced: 11 Sep 2025
https://github.com/apache/skywalking-ruby
The Ruby agent for Apache SkyWalking
apm dapper distributed-tracing observability ruby skywalking
Last synced: 08 May 2025
https://github.com/exclud/rubyparser
A Parser for Ruby
c parser ruby rubyparser yacc yacc-lex
Last synced: 08 May 2026
https://github.com/circleci-public/circleci-demo-ruby-sinatra
Example Ruby on Rails application running on CircleCI
circleci circleci-demos ruby sinatra
Last synced: 31 Jul 2025
https://github.com/olipliche/budget-app
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.
database postgresql rails ruby sql
Last synced: 20 Jan 2026
https://github.com/gagniuc/combining-two-signals-in-js-c-py-php-vb-pl-rb-java
This is an implementation designed in eight different programming / scripting languages, namely C#, Python, VB6, Javascript, Perl, Ruby, Java and PHP. Each implementation is able to mix two signals/vectors (A and B) in arbitrary proportions.
algorithm code combine csharp design interpolation java javascript languages mix perl php prediction python ruby shortcode spectral-forecast vb6 vba
Last synced: 02 Jan 2026
https://github.com/akuzko/zen-service
flexible and highly extensible Service Objects for business logic organization
Last synced: 19 Jan 2026
https://github.com/minuscorp/jsonconvertible
A lightweight Ruby mixin for encoding and decoding JSON data.
encoder-decoder json mixin ruby
Last synced: 18 May 2026
https://github.com/moviendome/acts_as_togglable
Named bang toggle methods for ActiveRecord booleans — with validations and callbacks.
activerecord boolean rails ruby ruby-gem toggle
Last synced: 12 Jun 2026
https://github.com/shinesolutions/ruby_aem_aws
Ruby client for Shine Solutions Adobe Experience Manager (AEM) Platform on AWS
Last synced: 08 Mar 2026
https://github.com/mjacobus/planning_poker
Planning poker app. Experiment with hanami framework at the hack week
Last synced: 18 May 2026
https://github.com/gyselroth/puppet-module-advanced-facts
Custom advanced facts for Nginx, Apache2, MongoDB, Elasticsearch, MySQL, MariaDB, Redis, apt packages, windows packages, fstab, Kubernetes, Crontabs
Last synced: 04 Jul 2026
https://github.com/ricarthlima/rails-evegano
🐄 Serviço de software que entrega ao público vegano um método prático de consultar quais produtos/marcas são ou não veganos e o porquê.
equipe-one if977 ruby sistemas-de-informacao ufpe vegan
Last synced: 13 Mar 2025
https://github.com/zauberware/url_checker
Quick lookup for HTTP Status codes of a Sitemap!
404-errors http-status-codes nokogiri ruby ruby-scraper ruby-script seo seo-analysis seo-monitor seotools sitemap sitemap-parser url-scraper
Last synced: 14 Mar 2025