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/envato/double_entry-reporting
Reporting on Double Entry accounts and transfers
Last synced: 11 Jun 2025
https://github.com/zedtux/isin_code_generator
Simple random ISIN Code generator
Last synced: 12 Apr 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/westonganger/js-try
JS-Try is a Javascript implementation of the try method from Rails for safe navigation
javascript js node-js rails ruby safe-navigation try
Last synced: 15 Apr 2025
https://github.com/raminka13/blog-app
A blog is a a regularly updated website or web page, typically one run by an individual or small group, that is written in an informal or conversational style. This project is done with Ruby on Rails implementing all the CRUD methods.
blog crud-application ruby ruby-on-rails
Last synced: 05 May 2025
https://github.com/blocknotes/rubocop-rbs
RucoCop extension that check RBS signatures
Last synced: 11 Jul 2025
https://github.com/snkrheadz/freshdesk-ruby
A Ruby API client for Freshdesk API v2
Last synced: 12 Apr 2025
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/alecdotninja/flic
An unofficial Ruby implementation of the fliclib (use Flic IoT buttons in Ruby!)
bluetooth flic flic-buttons fliclib ruby
Last synced: 24 Apr 2025
https://github.com/mamantoha/zendesk_help_center_api_client_rb
Zendesk Help Center REST API Client
Last synced: 08 May 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/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/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/milouse/fronde
A static website generator for Emacs Org mode (Mirror)
emacs org-mode ruby static-site-generator
Last synced: 03 Sep 2025
https://github.com/mwongess/alx-system_engineering-devops
System engineering and DevOps.
bash-scripting devops puppet python-3 ruby system-engineering
Last synced: 19 Apr 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/ayarotsky/rack-shield
Rack middleware for blocking abusive requests
rack rack-middleware rails redis ruby
Last synced: 10 Jun 2025
https://github.com/ekohe/crunchbase4
A Ruby Library for CrunchBase API v4
api-service crunchbase crunchbase-api ekohe json-data ruby rubyonrails
Last synced: 10 Mar 2026
https://github.com/vaiorabbit/ruby-nuklear
A Ruby bindings for Nuklear UI Library
Last synced: 07 May 2025
https://github.com/chrissiku/oop-school
School library store that allow to the librarian to record all informations about a bookand it's borrower
Last synced: 17 Mar 2025
https://github.com/murodjon000/houses-api
This REST API was built with Ruby on Rails, and Postgres for the databases as the final project at Microverse. With this API, houses can be added to database manually and favourites can be added by users.
jsonwebtoken postgresql rails ruby
Last synced: 19 Apr 2025
https://github.com/ardatetikbey/Standalone-Ruby
A basic standalone-ruby support.
batch ruby rubylang standalone-ruby turkish vbscript
Last synced: 08 Apr 2025
https://github.com/xord/solitaire
Solitaire game made with RubySketch
game ios iphone mac processing ruby
Last synced: 16 May 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/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/luffytaro22/blog-app
Blog App is an application that allows different users to log in, make posts, and comment and like other posts.
postgresql rails ruby ruby-on-rails
Last synced: 24 Apr 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/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/ibraheemdev/mongo_beautiful_logger
A simple and beautiful logger gem for MongoDB in you Ruby/Rails app.
beautiful logger mongo mongodb mongoid rails ruby ruby-on-rails
Last synced: 15 Apr 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/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/floehopper/introspection
Dynamic inspection of the hierarchy of method definitions on a Ruby object.
class definition introspection metaprogramming method module object ruby
Last synced: 14 Apr 2025
https://github.com/jonasbn/docker-cheatset
Docker encapsulation of the cheatset command for generating Docsets for the Dash.app
cheatset dashapp docker docker-encapsulation docker-image dockerhub docsets ruby
Last synced: 15 Apr 2025
https://github.com/janlelis/unicode-types
Basic Unicode Types of a Ruby String
ruby types unicode unicode-data
Last synced: 24 Apr 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/princexz/alx-system_engineering-devops
I'm now a ALX Student, this is my second repository as a full-stack engineer
c git network network-analysis ruby shell
Last synced: 10 Mar 2026
https://github.com/majidimanzade/saoshyant
Rails Exception Handeler
error-handling exception-handling exceptions rails rails-error-handeling rails-exceptions render ruby ruby-gem
Last synced: 25 Aug 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/sanmak/dockerfile-samples
Dockerfile samples to make your life easier
c-plus-plus django docker docker-compose docker-container docker-image dockerfile flask go golang java javascript nodejs python ruby
Last synced: 19 Apr 2025
https://github.com/rajasegar/cybertron
Cybertron is where Ruby Transformers are born!
cli codemod codemods converters cybertron ruby
Last synced: 12 May 2025
https://github.com/pointerish/enumerable
Ruby implementation of the most used enumerable methods from the Enumerable module.
Last synced: 10 Jul 2025
https://github.com/evilmartians/zendesk
Proper Ruby wrapper around the Zendesk API
Last synced: 12 Apr 2025
https://github.com/dhyegocalota/active_admin-humanized_enum
Easily translate ActiveRecord's enums in your ActiveAdmin. :balloon:
activeadmin activeadmin-plugin enum i18n rails ruby
Last synced: 30 Jun 2025
https://github.com/timfjord/anytest
Run any test from Sublime Text
cucumber elixir exunit go java javascript jest minitest pytest python pyunit rspec ruby rust sublime-text swift test-runner testing testing-tools zig
Last synced: 12 Apr 2025
https://github.com/allangomes/kanban-ruby
Kanban API write with Ruby on Rails.,
active-model-serializers api factory-bot postgres rspec ruby ruby-on-rails rubyonrails shoulda-matchers
Last synced: 03 Sep 2025
https://github.com/agargiulo/git-fukit
redo a git repo a la http://xkcd.com/1597
git random-scripts ruby xkcd-1597
Last synced: 02 May 2026
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/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/dpaluy/etherscan
Ruby Gem for the EtherScan API https://etherscan.io/apis
Last synced: 28 Apr 2026
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
https://github.com/otherguy/rspec-sonarqube-formatter
RSpec 3 formatter that generates an XML file for SonarQube 6.2+, using the Generic Test Data format
hacktoberfest rspec rspec-formatter ruby sonarqube sonarqube-analysis
Last synced: 09 Jan 2026
https://github.com/kidd254/oop_school_library
OOP School library is an app that is meant to create objects for person, student, teacher and rentals and display them on commandline when prompted to do so
Last synced: 05 Mar 2026
https://github.com/voxpupuli/beaker-docker
Docker hypervisor for Beaker acceptance testing framework
beaker docker hacktoberfest puppet ruby
Last synced: 31 Jan 2026
https://github.com/javitocor/my-blog-in-rails
Blog built with Ruby on Rails as a practice, no tutorials, no guidelines. In this blog, you can add posts, with tags, add comments and interact with other users. As an extra feature, one search bar will help you to find everything you want within the website.
bootstrap css html5 rails-blog ruby ruby-on-rails
Last synced: 07 Oct 2025
https://github.com/janlelis/rubybuntu-language-specs
gtksourceview language specifications for Ruby/Web devoloper's gedit
gedit gtksourceview ruby syntax-highlighting
Last synced: 22 Jan 2026
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/thekuwayama/caa_rr_patch
the patch that adds CAA Resource Record
Last synced: 12 Oct 2025
https://github.com/darth-dodo/gringotts-backend
📒 Personal Expense Tracker built using Ruby and Rails
devise fast-jsonapi heroku metabase personal-finance-manager postgres ruby ruby-on-rails sidekiq
Last synced: 26 Oct 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/janlelis/unicode-numeric_value
Convert a Unicode character into its numeric value
numbers numeric ruby unicode unicode-data value
Last synced: 10 Oct 2025
https://github.com/voostindie/obsidian-md-filter
Obsidian Markdown filter for Marked 2.
markdown marked2 obsidian ruby
Last synced: 19 Jan 2026
https://github.com/cucumber/compatibility-kit
Platform-agnostic set of acceptance tests for validating cucumber implementations
cucumber javascript polyglot-release ruby tidelift
Last synced: 24 Feb 2026
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/mark24code/mruby-devkit
开箱即用的脚手架,将 Ruby 编译成可执行二进制文件,就像 Go 一样。支持 webassembly
c cli codebase development devkit mruby ruby template-project webassembly
Last synced: 23 Apr 2025
https://github.com/acaprojects/ruby-engine
Scalable building automation for the internet of things
Last synced: 19 Apr 2025
https://github.com/rickhull/conway_deathmatch
Game of Life: several competing populations
conway conway-game conway-life deathmatch elixir ruby
Last synced: 22 Apr 2025
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/haseeb-qureshi/ruby-dht
Distributed Hash Table with consistent hashing, implemented in Rack servers communicating via HTTP
Last synced: 08 Mar 2026
https://github.com/jfoyarzo/budget-app
Budget Pal is a web app for keeping track of payments, where users can register, create categories, and add payments to one or more category. It also displays the total amount spent on each category.
bulma-css devise-gem rails ruby server-side-rendering
Last synced: 24 Apr 2025
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/swordray/tel_to_helper
Deprecated for Rails 6.1 UrlHelper#phone_to
actionpack actionview rails ruby
Last synced: 11 Oct 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/opus-codium/puppet-taiga
Deploy Taiga using Puppet
hacktoberfest puppet ruby taiga taiga-back taiga-front
Last synced: 24 Oct 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/javitocor/masterchess-ror-capstone-project
Kind of twitter for chess lovers - Built with Ruby on Rails by following the MVP pattern - Social media to share opinions, tactics, events and even learn. Everything related to chess. An app made with love for chess addicts.
bootstrap capstone-project chess microverse ruby ruby-on-rails
Last synced: 07 Oct 2025
https://github.com/nahnahaj/ruby-on-rails-capstone-project---budget-app
With this App, 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. A user is allowed to: register and log in, so that the data is private to them. New transactions are associated with a category : You can see the money spent on each category.
bootstrap css3 postgresql render ruby ruby-on-rails
Last synced: 26 Apr 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/oshboul/lets_shard
An easy way to shard anything!
distribution redis redis-client redis-cluster redis-server ruby shard sharding shards
Last synced: 23 Apr 2025
https://github.com/0xairdropfarmer/airbnbclone-in-ruby-on-rails
clone airbnb in rails 5.1.3 and ruby 2.3.4
airbnb ruby ruby-on-rails rubyonrails
Last synced: 06 Oct 2025
https://github.com/tsukasaoishi/bitzer_store
BitzerStore can treat multiple cache clusters in Rails.
Last synced: 05 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/ilyasgaraev/openzip
Openzip is a Ruby library (written in Rust) for fast extract Zip files
Last synced: 14 Oct 2025
https://github.com/glurp/ruby-onion-omega2
Usefull tools for using ruby (MRI) on Omega2+
Last synced: 26 Feb 2026
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/citizen428/rubyref
Ruby documentation redirects
cloudflare documentation roda ruby
Last synced: 18 Mar 2026
https://github.com/lambdatest/test-at-scale-scripts
golang hacktoberfest javascript linux ruby rust
Last synced: 18 Mar 2026
https://github.com/jpalumickas/ivapi
Ruby gem which helps to communicate with iv.lt API
api dedikuoti-lt hacktoberfest iv-lt ruby serveriai-lt
Last synced: 28 Apr 2025
https://github.com/ackama/activestorage-exif-analyzer
Add ActiveStorage Analyzer class to extract EXIF data from supported images.
ackama activestorage exif ruby
Last synced: 14 Mar 2026
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