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/fidme/active_flags
Rails engine that allows you to flag any model instance. Get rid of all those useless booleans !
Last synced: 12 Apr 2025
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/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/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/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/snkrheadz/freshdesk-ruby
A Ruby API client for Freshdesk API v2
Last synced: 12 Apr 2025
https://github.com/zedtux/isin_code_generator
Simple random ISIN Code generator
Last synced: 12 Apr 2025
https://github.com/nitbravoa92/hellorails
This is a practice project to get you started in the world of the wonderful Ruby on Rails framework.
mvc-architecture object-oriented-programming postgresql rails7 ruby
Last synced: 01 Oct 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/alecdotninja/ruby_box
RubyBox allows the execution of untrusted Ruby code safely in a sandbox.
Last synced: 04 Jul 2025
https://github.com/thecodechaser/school-library
School library is a project based on Object-Oriented programming. This application allows to add students, teachers, books to the collections, retrieve data from the store.
Last synced: 24 Apr 2025
https://github.com/alexfrancow/happy_iqy
:email::smiling_imp: Example of spread phishing with '.iqy' files with ruby on rails server.
email excel hacking iqy office365 outlook phishing phishing-attacks ruby ruby-on-rails social-engineering
Last synced: 09 Jul 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/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/evilmartians/zendesk
Proper Ruby wrapper around the Zendesk API
Last synced: 12 Apr 2025
https://github.com/paulguerre/sukify
Private music web server
api bootstrap css html javascript music music-player rails ruby ruby-on-rails vuejs
Last synced: 11 Apr 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/cosmix/freepbx.clid.ote
Using OTE’s 11888 web site as a fast CLID data provider for FreePBX/Asterisk
asterisk callerid clid clid-providers freepbx greece ote ruby scraper
Last synced: 01 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/mark24code/mruby-devkit
开箱即用的脚手架,将 Ruby 编译成可执行二进制文件,就像 Go 一样。支持 webassembly
c cli codebase development devkit mruby ruby template-project webassembly
Last synced: 23 Apr 2025
https://github.com/brandonweiss/redcarpet-abbreviations
An extension for Redcarpet that supports abbreviations.
Last synced: 08 Oct 2025
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/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/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/ayarotsky/rack-shield
Rack middleware for blocking abusive requests
rack rack-middleware rails redis ruby
Last synced: 10 Jun 2025
https://github.com/reem-lab/enumerable
In this project we will learn how to use a module inside a class. For this we created a class MyList and a module MyEnumerable. our module MyEnumerable will implement a subset of the functionality of Enumerable.
Last synced: 28 Apr 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/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/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/jbox-web/icinga2-api-client
A Ruby gem to interact easily with the Icinga2 API ;)
client icinga2 icinga2-api ruby
Last synced: 09 Apr 2025
https://github.com/yujideveloper/rack-bearer_auth
Middleware for using RFC 6750 bearer auth in Rack apps
auth rack rack-middleware rails rfc-6750 ruby
Last synced: 11 Mar 2026
https://github.com/jbox-web/job-database-manager-postgresql
A Jenkins plugin that automatically set up PostgreSQL test databases for Jenkins jobs, easy ;)
database jenkins jenkins-jobs jenkins-plugin postgresql ruby
Last synced: 09 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/collinstatang/rubycapstonebot
This is a Twitter Bot built with Ruby that tweets some information about the user and sends a random retweet and quote.
Last synced: 10 Jun 2025
https://github.com/lambdatest/test-at-scale-scripts
golang hacktoberfest javascript linux ruby rust
Last synced: 18 Mar 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/tsukasaoishi/bitzer_store
BitzerStore can treat multiple cache clusters in Rails.
Last synced: 05 Oct 2025
https://github.com/maxd/graphql-dsl
🚀 Ruby DSL for build GraphQL queries by code.
Last synced: 24 Apr 2025
https://github.com/iphoting/pwqgen.rb
pwqgen.rb is a Ruby implementation of passwdqc's pwqgen, a random pronouncable password generator.
gem passphrase-generator passwdqc-pwqgen password-generator ruby
Last synced: 09 Apr 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/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/szabgab/ruby-digger
Ruby Digger analyzes Ruby Gems
ci continuous-integration gems github github-actions ruby
Last synced: 11 Oct 2025
https://github.com/dannyben/fredric
Federal Reserve Economic Data (FRED) API Library and Command Line
api api-client command-line economic-data fred gem ruby
Last synced: 18 Apr 2025
https://github.com/cedarcode/version_record
Semantic version management for database records using ActiveRecord
activerecord rails ruby rubygems version versioning
Last synced: 11 Nov 2025
https://github.com/dickdavis/utility_classes
Rails gem that facilitates the use of utility CSS frameworks.
rails ruby tailwind-css utility-classes
Last synced: 07 Oct 2025
https://github.com/harled/monocle
Esteemed insight for pundit exceptions.
rails ruby ruby-gem ruby-on-rails
Last synced: 13 Jul 2025
https://github.com/philr/bzip2-ffi
Ruby library that reads and writes bzip2 compressed data as a stream using FFI bindings for libbz2.
bz2 bzip2 compression decompression ffi libbz2 ruby
Last synced: 13 Apr 2025
https://github.com/adam12/rbz
Single-file Ruby archives via experimental method of packaging
Last synced: 14 Apr 2025
https://github.com/dennis-every/book-an-appointment-api
Anywhere is a group capstone project which has a React Front-End and a Ruby on Rails Back-End. Users can sign up, create places, and make reservations like AirBnB. This repo is the Back-End API for this app.
Last synced: 08 Mar 2026
https://github.com/williamscch/recipes_rails_app
RoR Project that 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
capybara database heroku rails rspec ruby
Last synced: 17 Sep 2025
https://github.com/rishabhtayal/itc-api
Backend API project for ReviewMonitor iOS app.
itc-api itunes-api itunes-connect ruby
Last synced: 11 Jul 2025
https://github.com/michaeltelford/broken_link_finder
Finds a websites broken links and reports back to you with a summary
broken-link-finder broken-links links ruby website wgit
Last synced: 18 Jul 2025
https://github.com/melashu/catalog-of-my-things
In this project, we created a console app that helps in recording different types of things one owns: books, music albums, movies, and games. Everything was based on the UML class diagram given.
Last synced: 10 Sep 2025
https://github.com/cerbos/cerbos-sdk-ruby
Ruby SDK for authorization via Cerbos
Last synced: 12 Apr 2025
https://github.com/st0yanov/action_mailer_pixel
Tracks email open rate by including a tracking pixel in the message body.
action-mailer ruby ruby-on-rails rubygem
Last synced: 06 Mar 2026
https://github.com/stex/petra
[POC] Continuation based temporarily persisted transactions in Ruby
proof-of-concept ruby transaction
Last synced: 24 Sep 2025
https://github.com/riyabulia12/cargogo-front-end
CarGoGo enables users to register, log in, and rent cars from a wide range of options. Additionally, customers can easily create a personalized list of favorite cars that they can save and delete at any time. it is integrated with the cargo-backend-API using modern technologies, like React, Redux, Tailwind, RoR, PostgreSQL
react redux redux-toolkit rest-api ruby rubyonrails tailwindcss
Last synced: 01 Aug 2025
https://github.com/artbit/shutter-cloudapp-plugin
An Shutter plugin for cloudapp.com
cloudapp linux ruby shutter shutter-export shutter-plugin
Last synced: 29 Oct 2025
https://github.com/rubycocos/webclient
web command line tools, libraries & scripts
Last synced: 11 Jul 2025
https://github.com/alvp01/social-revamp
A small twitter-like app with some group interactions.
Last synced: 26 Sep 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/slavikdev/design-patterns-in-dynamic-languages
Examples and support files for the tech talk “Design Patterns in Dynamic Languages”
design-patterns dynamic examples javascript ruby
Last synced: 30 Aug 2025
https://github.com/rameerez/dashboards
🍱 Ruby gem to create customizable bento-style admin dashboards in your Rails app
admin admin-dashboard admin-panel bento business business-analytics business-intelligence dashboard data-analysis gem rails ruby
Last synced: 13 Apr 2025
https://github.com/funbox/loggun
Приводит логи приложения к единому формату
Last synced: 13 Apr 2025
https://github.com/elmassimo/vite-plugin-erb
Use ERB files in Vite.js projects with a Ruby backend
erb rails ruby vite-plugin vitejs
Last synced: 03 Aug 2025
https://github.com/tomekw/jdbc
JDBC meets JRuby
database-adapter jdbc jruby jruby-wrapper ruby ruby-gem
Last synced: 23 Jun 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/agilie/vimeo-api-gem
A Ruby wrapper for the Vimeo API. Utilizes v3 API version
api-client ruby ruby-gem ruby-on-rails vimeo vimeo-api
Last synced: 07 May 2025
https://github.com/ixboy/lifestyle
A desktop web app where users can create articles about their Lifestyle activities like fashion, sports, etc.
Last synced: 01 Oct 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: 02 Oct 2025
https://github.com/orbit-love/community-ruby-pipedrive-orbit
Integrate Pipedrive activities into your Orbit workspace
api community crm orbit pipedrive pipedrive-api ruby rubygem
Last synced: 15 May 2025
https://github.com/selleo/rspec-tapas
Small extensions facilitating rSpec testing
rails rspec rspec-capybara rspec-matchers ruby
Last synced: 03 Oct 2025
https://github.com/seuros/activematrix
Rails-native Matrix SDK for building multi-agent bot systems and real-time communication features
activerecord agent-system automation bot-framework chatbot communication matrix matrix-api matrix-client matrix-protocol matrix-sdk messaging multi-agent rails rails-engine rails-gem rails-integration real-time ruby state-machine
Last synced: 08 Mar 2026
https://github.com/andrewradev/progressor
Measure iterations in a long-running task
benchmarking estimation measurement progress ruby
Last synced: 08 May 2025
https://github.com/emilfreme/gdocs2jekyll
This is a simple Tags Plugin for Jekyll to include the contents of a Google Docs file in a Jekyll page without the necessity to use the iframe required to embed the document.
gdocs jekyll jekyll-plugin ruby
Last synced: 18 Aug 2025
https://github.com/yagarea/lyricall
Minimalistic jekyll platform for publishing poems
css hacktoberfest html jekyll literature markdown poetry publication ruby sass
Last synced: 12 Aug 2025
https://github.com/zedtux/ror-refactor
Atom package including a set of refactoring tools for Ruby On Rails.
atom-editor atom-package refactor refactoring ruby ruby-on-rails
Last synced: 14 Aug 2025
https://github.com/fphilipe/bundler-private_install
https://phili.pe/posts/loading-additional-ruby-gems-in-development/
bundler bundler-plugin gem ruby rubygems
Last synced: 12 May 2025
https://github.com/cmingxu/red
mesos, kubernetes
docker marathon mesos prometheus rails registry ruby
Last synced: 31 Aug 2025
https://github.com/jbampton/hashcheck
Ruby script to check file checksums with the Windows CertUtil Command
checksum command-line-tool hash-functions optionparser paint ruby ruby-wrapper shellscript windows wrapper
Last synced: 15 Jul 2025
https://github.com/rcny/docker-events-forwarder-gelf
Send Docker events as GELF messages
Last synced: 23 Apr 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/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/dhyegocalota/active_admin-form_errors
Pretty form errors by default in your ActiveAdmin. :lipstick:
activeadmin activeadmin-plugin formtastic rails ruby
Last synced: 24 Apr 2025
https://github.com/piotrmurach/static_deploy
Automate deployment of static websites
deployment ruby rubygem static-site-building
Last synced: 05 Jul 2025
https://github.com/eucarlos/regex
👨🏾💻 Guia Rápido de RegEx
csharp expressoes-regulares go guia java javascript perl php python regex regular-expression ruby
Last synced: 29 Jun 2025
https://github.com/trackingboard/collate
Add some DSL to your model, then run a single method in your controller, and your model now accepts filtering through the parameters.
Last synced: 06 Oct 2025
https://github.com/dhyegocalota/active_admin-advanced_create_another
Create another resource with strength by default in your ActiveAdmin forms. :v: :top:
activeadmin activeadmin-plugin rails ruby
Last synced: 15 Apr 2026