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/fabianfrz/opnsense_client_lib
Library to use the OPNsense API - written in Ruby
Last synced: 26 Apr 2025
https://github.com/acushlakoncept/micro-reddit
This project was used to get our feets wet working on database model using Rails powerful ORM called Active Records. The data structures necessary to support link submissions and commenting on Reddit was the main focus of this project
active-records gem ruby ruby-on-rails webpack
Last synced: 23 Apr 2025
https://github.com/donkirkby/active-sinatra
Sandbox project for ActiveRecord and Sinatra web server, including test fixtures
activerecord oracle ruby sandbox sinatra
Last synced: 07 May 2025
https://github.com/jbampton/ruby-eclipse-cheatsheets-to-dita
Transforms Eclipse cheat sheets (XML) to DITA with Ruby, XSLT, XPath, Nokogiri
command-line-tool dita eclipse-cheat-sheets nokogiri ruby xml xpath xslt
Last synced: 27 Jan 2026
https://github.com/tanvir002700/convert_unit
A Ruby Library for dealing with different types of unit conversion.
conversion ruby ruby-gem unit-conversion
Last synced: 28 Apr 2025
https://github.com/kiebor81/mudis
Mudis is a fast, thread-safe, in-memory, sharded LRU cache for Ruby and Ruby-on-Rails applications.
cache cache-control cache-storage caching expiry in-memory in-process key-value-store least-recently-used lock-free lru lru-cache lru-eviction memory-sharding rails ruby ruby-gem thread-safe ttl-cache ttl-cache-implementation
Last synced: 08 Oct 2025
https://github.com/jg-rp/ruby-json-p3
JSONPath, JSON Patch and JSON Pointer for Ruby
Last synced: 12 Apr 2025
https://github.com/dannyben/docker-alpine-ruby
Minimal Ruby docker image with native extensions support
alpine docker-alpine-ruby ruby ruby-docker-image
Last synced: 07 Sep 2025
https://github.com/adewunmi97/ror-capstone
In this project, I built a Job opinion application based on a redesign of Twitter.
Last synced: 23 Apr 2025
https://github.com/kaykeeb3/concessionaire
Projeto de nota final de cursor, ele foi desenvolvido através de boas práticas e consolidado com nota máxima sendo aprovado.
Last synced: 16 Jul 2025
https://github.com/boardfish/nvar
Configure required environment variables for your Ruby app
environment-variables ruby ruby-gem ruby-on-rails
Last synced: 16 Jun 2025
https://github.com/safafa/ror-book-stats
A rails web application that allows users to keep track of their readings. The app is deployed on Heroku.
css erb heroku html5 postgres ruby ruby-on-rails
Last synced: 23 Apr 2025
https://github.com/melashu/json_or_ruby_to_csv
This gem converts arrays of JSON objects, arrays of hashes, arrays of ActionController params, simple hashes, or ActiveRecord relations and objects to a CSV-formatted string.
Last synced: 24 Apr 2025
https://github.com/ptsurbeleu/jekyll-theme-specs
:gem: Human-readable specifications for your Jekyll theme!
cucumber jekyll jekyll-theme jekyll-themes ruby ruby-gem
Last synced: 05 Jul 2025
https://github.com/hseadc/inkz
media service about tattoos
bozzhik inkz rails rails-api rails-application ruby ruby-app ruby-on-rails tailwindcss
Last synced: 01 Oct 2025
https://github.com/simnalamburt/kollus-ruby
:package: kollus API written in ruby
Last synced: 31 Jul 2025
https://github.com/ph-7/peachlang
:peach: PeachLang™ is a simple interpreted language done with Ruby using Racc (the Ruby version of Yacc/Bison). The language has been made thanks to MACournoyer's book http://01script.com/comment-creer-son-langage-de-programmation/
bison interpreted-language interpreted-languages interpreted-programming-language interpreter language own-language parser peach-language peachlang programming programming-language programming-languages racc ruby simple-programming-language yacc
Last synced: 09 Apr 2025
https://github.com/nilsding/questiongenerator
A simple question generator.
generator justask question retrospring ruby
Last synced: 23 Apr 2025
https://github.com/hassaanjbaig-code/catalog-of-my-things
This project involves creating a media cataloging system with a user interface and a database schema for storing data. This project build with the ruby and the data store in the JSON format
Last synced: 24 Apr 2025
https://github.com/fastruby/benches
A few benchmarks we run for the Ombu Labs blog
benchmarking ruby ruby-benchmarks
Last synced: 07 Oct 2025
https://github.com/praveen1664/postgres_chef-recipes
This is one of the recipe written for chef server in ruby
chef-cookbook chef-org chef-resource chef-server ruby
Last synced: 24 Aug 2025
https://github.com/gangelo/deco_lite
DecoLite is a little gem that allows you to use the provided DecoLite::Model class to dynamically create Decorator class objects. Use the DecoLite::Model class directly, or inherit from the DecoLite::Model class to create your own unique subclasses with custom functionality. DecoLite::Model includes ActiveModel::Model, so validation can be applied using ActiveModel validation helpers you're familiar with; or, you can roll your own - just like any other ActiveModel. DecoLite::Model allows you to consume a Ruby Hash that you supply via the initializer (DecoLite::Model#new) or via the DecoLite::Model#load! method. Any number of Ruby Hashes can be consumed. Your supplied Ruby Hashes are used to create attr_accessor attributes (or "fields") on the model. Each attribute created is then assigned the value from the Hash that was loaded. Again, any number of hashes can be consumed using the DecoLite::Model#load! method.
decorator decorator-pattern decorators gem rails-gem ruby ruby-gem ruby-gems
Last synced: 30 Apr 2025
https://github.com/cancelei/search_engine
SearchEngine made with Ruby on Rails 7.1. Works for Google, Bing or Brave API.
bingsearchapi bravesearchapi googlesearchapi ruby rubyonrails
Last synced: 29 Jun 2025
https://github.com/wolfpack-digital/rails-template
Ruby on Rails application template
Last synced: 07 May 2025
https://github.com/pikesley/skellington
Generate a Sinatra app or Jekyll site skeleton
Last synced: 06 Apr 2025
https://github.com/belsman/ruby-capstone
This project entails building a program that crawls daily data about COVID-19 from a website and displays it in the terminal. Built with Ruby.
microverse-projects ruby web-scraping
Last synced: 19 Apr 2025
https://github.com/sshaw/transform_legacy_attribute_methods
A Rails plugin that allows you to transform your ActiveRecord model's "legacy" attribute methods into attribute aliases that can be used in dynamic finders and attribute hashes.
activerecord database legacy ruby
Last synced: 16 Aug 2025
https://github.com/aripollak/random
Random configurations/dotfiles/programs/utilities and the such as. Unless otherwise noted, all files were written by me and released into the public domain.
Last synced: 27 Jul 2025
https://github.com/darwinz/my-cli
Bash CLI installed as a binary executable for local development and dev ops environments
apache aws bash cli devops docker hacktoberfest redis ruby shell zend-server
Last synced: 30 Jul 2025
https://github.com/trinsic-id/sdk
This repository contains the samples for all major languages and frameworks. It also contains our UI SDKs to launch verification flows using the Trinsic widget.
android csharp dotnet flutter go identity-verification java openapi-generator php python react-native ruby switft trinsic typescript web
Last synced: 03 Aug 2025
https://github.com/shivabhusal/algorithms_n_data_structures
Contains all common algorithm theories and implementation in various languages like C, Ruby, etc
algorithms c data-structures learning ruby
Last synced: 15 Jul 2025
https://github.com/westonganger/rails_uuid_to_integer_primary_keys
A Rails Migration to convert your UUID primary keys back to integer / bigint primary keys
database-migration rails ruby uuid
Last synced: 15 Apr 2025
https://github.com/icebaker/lnd-client
Ruby Lightning Network Daemon (lnd) Client.
bitcoin grpc lightning lightning-network lnd ruby
Last synced: 22 Jul 2025
https://github.com/dannyben/nasdaq
Nasdaq Data Link API Ruby Library and Command Line
api api-client command-line economic-data gem quandl quandl-api ruby
Last synced: 18 Apr 2025
https://github.com/krishpranav/redditosint
A simple ruby tool that scrapes reddit user's comment history and saves into a JSON file
information-gathering osint reconnaissance reddit reddit-osint ruby ruby-osint username-checker username-osint
Last synced: 10 Mar 2026
https://github.com/georginapuig/rails-cruise-ships
Airbnb clone 🚢 rent cruise ships.
css erb html javascript lewagon rails rent-cruise-ships ruby ruby-on-rails scss
Last synced: 23 Apr 2025
https://github.com/simandebvu/data-structures-algorithms
This repository will serve as a reference for knowledge, practice and implementation. More information available in the project WIKI.
practice ruby sorting-algorithms zimbabwe
Last synced: 23 Apr 2025
https://github.com/dwilkins/nacha
ACH Parser implemented in Ruby
ach banking-formats metaprogramming nacha rspec ruby
Last synced: 07 Jul 2025
https://github.com/cosmo0920/mikutter_filter
A mikutter plugin which adds several filter features into mikutter.
Last synced: 30 Oct 2025
https://github.com/get-bridge/scorm_engine
Ruby client for Rustici's SCORM Engine 2017.1 and 20.1 API
Last synced: 27 Jul 2025
https://github.com/open-meteo-ruby/open-meteo-ruby
Ruby client for OpenMeteo
Last synced: 13 Apr 2025
https://github.com/singhshivam/gaevents
Provides integration for sending multiple events to Google Analytics
analytics google-analytics hacktoberfest ruby ruby-on-rails
Last synced: 14 Sep 2025
https://github.com/CodeForBangladesh/prochaar
Rails API for creating a alert system for missing persons.
api bangladesh code-for-bangladesh google-maps-api mysql rails5 ruby
Last synced: 11 Jun 2026
https://github.com/aklaiber/json_factory
JsonFactory is a Easy DSL to create JSON with focus on performance and flexibility.
dsl jbuilder json json-structure ruby
Last synced: 18 Mar 2025
https://github.com/tildeio/helix-flipper
A simple Rails app to get you started with Helix
Last synced: 13 Sep 2025
https://github.com/ruby/redmine_ruby_lang_mailing_list_customization
A redmine plugin that customizes redmine for Ruby's issue tracker
Last synced: 04 Oct 2025
https://github.com/kanzatahreem/recipe-app
The Recipe app keeps track of all your ingredients, recipes, and public recipes. It allows users to save ingredients, keep track of what they have, create recipes, and generate a shopping list based on what they have and what they are missing from a recipe.
bullet cancancan capybara-rspec crud database devise psql ruby ruby-on-rails
Last synced: 27 Oct 2025
https://github.com/postmodern/fake_io.rb
A mixin module for creating fake IO-like classes.
Last synced: 21 Apr 2025
https://github.com/general-cbic/ruby-heap
Binary or multiple heap (heapsort)
heapsort ruby sort sorting-algorithms-implemented
Last synced: 12 May 2025
https://github.com/cedarcode/cwt-ruby
Ruby implementation of RFC 8392 CBOR Web Token (CWT)
cbor cbor-web-token cwt rfc ruby
Last synced: 11 Nov 2025
https://github.com/schmich/runx
Cross-platform, zero-install, Ruby-based task runner
command-line cross-platform go golang make rake ruby task-runner zero-install
Last synced: 28 Oct 2025
https://github.com/lewiscowles1986/jekyll-improved-category-pages-plugin
I Believe a better way of generating category pages for Jekyll
jekyll needs-tests older proof-of-concept ruby template
Last synced: 19 Apr 2025
https://github.com/bdurand/simple_throttle
Simple redis backed throttle ruby gem
performance redis ruby throttle
Last synced: 09 Jul 2025
https://github.com/nebulab/solidus_client
Solidus eCommerce API Ruby client
Last synced: 25 Jun 2025
https://github.com/fga-eps-mds/owla
Real-time Q&A and Slides sharing to help teachers and students
Last synced: 17 Aug 2025
https://github.com/eduardosancho/blog-app
Blog where users can add comments and likes to each other's posts.
Last synced: 18 Sep 2025
https://github.com/ikuwow/bookmeter_exporter
読書メーター bookmeter.com の自分の読んだ本をCSV形式でエクスポートするくん
Last synced: 15 Apr 2025
https://github.com/craysiii/twitchbot
bot chat eventmachine ruby twitch twitchbot websocket
Last synced: 10 May 2025
https://github.com/malvads/easycache
easy ruby gem for caching key-value data in mem (used in production at redborder)
cache caching easycache easycaching gem key-value key-value-storage key-value-store ruby ruby-gem
Last synced: 19 Apr 2025
https://github.com/ampaire/tic-tac-toe
This is an implementation of the tic tac toe game in ruby
board game microverse-projects player ruby turns
Last synced: 11 Sep 2025
https://github.com/miltlima/goact
Goact - is a CLI to create default github actions
github-actions golang java javascript nodejs ruby
Last synced: 13 Apr 2025
https://github.com/oybekkayumov/morse-code
This project uses ruby to decode morse code and returns the message in plain English.
irb linters pair-programming rubocop ruby
Last synced: 23 Apr 2025
https://github.com/joshbeckman/readwise-ruby
Minimal Readwise API client and highlight parsing library
Last synced: 03 Sep 2025
https://github.com/javitocor/social-media-app
Social Media app cloning Facebook. Collaborative project built with Ruby on Rails following MVP pattern.
associations bootstrap rails-application ruby ruby-on-rails social-media
Last synced: 10 Mar 2026
https://github.com/teekaytech/techtalks
A blog for creating and reading tech-related articles. Users can sign up/log in with third-party apps like twitter/google. Built with Ruby on Rails, AWS S3 and Bootstrap.
bootstrap4 css3 html5 responsive-web-design ruby ruby-on-rails
Last synced: 07 May 2025
https://github.com/yaairfernando/joinme
RoR application to create events and invite users to your events, also with a commenting system.
axios rails6 rspec ruby web-design webpack
Last synced: 30 Sep 2025
https://github.com/mhdez221993/tic_tac_toe
A game in which two players alternately put Xs and Os in compartments of a figure formed by two vertical lines crossing two horizontal lines and each tries to get a row of three Xs or three Os before the opponent does .
Last synced: 23 Apr 2025
https://github.com/chinazhangchao/crystal-book-zh_cn
Crystal中文文档,欢迎一起翻译^_^,QQ交流群号:823109001
crystal crystal-lang crystal-language ruby
Last synced: 12 May 2025
https://github.com/yahir91/scraper
A web scraper that is used to retrieve medical articles from the Scielo website. Built with Ruby.
Last synced: 15 Jul 2025
https://github.com/remedyit/r2corba
R2CORBA, the Ruby CORBA Implementation
corba idl middleware omg rclm ruby
Last synced: 09 Aug 2025
https://github.com/tompave/magic_pipe
MagicPipe is a Ruby library to push data to remote destinations on multiple topics.
kafka message-bus ruby sqs thrift
Last synced: 14 Apr 2025
https://github.com/davidcelis/block-kit
💬 A Ruby gem to build UI with Slack's BlockKit framework
block-kit rails ruby ruby-gem ruby-on-rails slack
Last synced: 27 Jul 2025
https://github.com/bigcommerce/gruf-commander
Command/Request library for Gruf request validation
Last synced: 22 Apr 2025
https://github.com/next-tms/freight_kit
Freight carrier API and website abstraction library 📦
active-shipping backoffice freight freight-carriers logistics ruby
Last synced: 07 Apr 2026
https://github.com/bumi/ln-markdown-to-pdf
An example for machine to machine payments using the bitcoin lightning network
api bitcoin lightning lightning-network machine-to-machine micropayments rack ruby
Last synced: 08 Mar 2026
https://github.com/pablobona/catalog-of-my-things-ruby
Welcome to the Catalog of My Things console app! This Ruby-based application allows you to manage collections of items you own, including books, music albums, movies, and games. You can keep track of various details about these items and perform tasks such as adding new items, listing items, and more.
data-structures database json methods object preserve rubocop ruby ruby-gem testing
Last synced: 10 Jun 2025
https://github.com/phw/discourse-musicbrainz-onebox
Discourse plugin to add Onebox support for MusicBrainz.org.
discourse-plugin music musicbrainz onebox plugin ruby
Last synced: 04 Oct 2025
https://github.com/bienvenuushindi/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.
bootstrap rspec ruby ruby-on-rails
Last synced: 20 Apr 2025
https://github.com/yb66/bbedit-stuff
The scripts and text filters I use with BBEdit, my favourite editor
bbedit editor-helper editor-plugin ruby script text-filter textwrangler
Last synced: 09 Apr 2025
https://github.com/mohamedhnoor/blog-app
Blog App is a simple blog website where users can create posts, add comments to posts and like posts. This project is built using Ruby on Rails.
postgresql rspec-rails ruby ruby-on-rails
Last synced: 10 Jul 2025
https://github.com/johnmccabe/blinkt-ruby
Ruby port of Pimoroni Blinkt Python module https://github.com/pimoroni/blinkt
blinkt blinkt-library blinkt-ruby leds library pimoroni pimoroni-blinkt-python raspberry-pi raspberrypi ruby ruby-port
Last synced: 26 Sep 2025
https://github.com/parkerbxyz/default-branch-protector
Automates the protection of the default branch upon creation of new repositories within a GitHub organization.
automation github github-api octokit octokit-rb ruby smee
Last synced: 13 Mar 2025
https://github.com/pablobona/recipe-app
Welcome to the Recipe App, a Ruby on Rails-based application designed to simplify your recipe management process. This application allows users to save and organize ingredients, manage their inventory, create new recipes, and generate shopping lists based on available ingredients and missing items.
devise rails ruby ruby-app ruby-gem ruby-on-rails
Last synced: 06 Jul 2025
https://github.com/chiditarod/dogtag
Racer registration and management application for the CHIditarod. Integrates with Stripe and Classy.
heroku rails rails4 registration ruby ruby-on-rails signup ticketing-system
Last synced: 03 Jan 2026
https://github.com/alhimik45/c-formatter
Format java/c code like python
formatted-text formatter fun ruby
Last synced: 14 May 2025
https://github.com/tamanobi/line-chatbot-rb-sample
LINE Messaging APIをつかったサンプル
Last synced: 16 May 2025
https://github.com/schmidt/redmine_zxcvbn
Redmine zxcvbn plugin
hacktoberfest redmine-plugin ruby
Last synced: 13 Sep 2025