Projects in Awesome Lists tagged with ruby-gems
A curated list of projects in awesome lists tagged with ruby-gems .
https://github.com/universato/ac-library-rb
a Ruby port of AtCoder Library (ACL).
ac-library atcoder atcoder-library data-structures ruby ruby-gems ruby-port
Last synced: 15 Jun 2025
https://github.com/chubchenko/inquisition
[Work in Progress] A set of tools for convenient technical analysis of web applications built with Ruby and Ruby on Rails. Now you don't need to set up and configure every single gem. Use Inquisition gem instead.
code-analysis codebase lint open-source open-source-project opensource ruby-gem ruby-gems ruby-gems-api technical-analysis
Last synced: 12 Oct 2025
https://github.com/gangelo/dsu
dsu is little gem that helps manage your Agile DSU (Daily Stand Up) participation. How? by providing a simple command line interface (CLI) which allows you to create, read, update, and delete (CRUD) noteworthy activities that you performed during your day. During your DSU, you can then easily recall and share these these activities with your team.
agile agile-toolkit dsu gem gems ruby-gem ruby-gems scrum-agile scrum-meetings standup standup-meetings standup-report standups
Last synced: 12 Jul 2025
https://github.com/ab-noori/marse-code-decoder
The Ruby-based Morse Decoder is a handy utility designed to transform Morse code into easily readable text. By taking a string of Morse code as input, this tool facilitates communication using a combination of dots and dashes to represent letters, numbers, and symbols.
marse-code marse-code-decoder ruby ruby-application ruby-class ruby-gems ruby-methods
Last synced: 16 Oct 2025
https://github.com/rewindio/eight_ball
Ruby gem for querying feature flags
feature-flags feature-toggle feature-toggles ruby ruby-gem ruby-gems ruby-on-rails
Last synced: 11 Oct 2025
https://github.com/dreikanter/callee
A Ruby gem to make classes callable
callables hacktoberfest helpers ruby ruby-gems
Last synced: 12 Aug 2025
https://github.com/radf0x/domain-generator
A gem that generate boilerplates when creating new domain services
boilerplates ddd dry-rb generators rails ruby ruby-gems ruby-on-rails
Last synced: 24 Oct 2025
https://github.com/serpapi/uule_converter
A Ruby library for encoding and decoding UULE parameters in Google search URLs using coordinates
google-local-business google-maps google-maps-api local-seo local-serp open-source opensource ruby ruby-gem ruby-gems ruby-on-rails rubygem rubygems rubyonrails seo seo-friendly seo-optimization seo-tools seotools serp
Last synced: 08 Oct 2025
https://github.com/acushlakoncept/twitter-clone
In this project I followed along Andy Leverenz’s brilliant Building a Twitter Clone screen casts to build a light weight version of Twitter in other to get lot of healthy experience using Devise in the process.
ruby ruby-gems ruby-on-rails twitter twitter-clone
Last synced: 23 Apr 2025
https://github.com/svyatov/clsx-rails
clsx / classnames for Rails views
actionview classnames clsx conditional-rendering rails-helper ruby-gem ruby-gems ruby-on-rails
Last synced: 03 Jul 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/mezbahalam/solidstats
SolidStats is a development-only dashboard gem for Ruby on Rails that gives you a real-time overview of your application’s health. It tracks security issues, code quality, TODOs, and more. All from a beautifully designed, zero-config interfacesigned, zero-config interface
development-tools ruby-gems ruby-on-rails rubygem
Last synced: 22 Jun 2025
https://github.com/amey-thakur/ruby-on-rails-friendsapp
Friends App Using Ruby on Rails with PostgreSQL database deployed on Heroku.
amey ameythakur crud crud-operation gemfile heroku heroku-deployment herokuapp herokudeployment megasatish postgresql postgresql-database rails-application rails7 ruby ruby-gems ruby-on-rails rubyonrails rubyonrailscourse
Last synced: 29 Sep 2025
https://github.com/gangelo/immutable_struct_ex
ImmutableStructEx is yet another immutable struct. What makes ImmutableStructEx different, is that it allows you to create immutable structs in one step by default. In other words, other immutable struct gems force you to first define the struct, then instantiate the struct object; or, define the struct and instantiate the struct object via chaining.
gem gems immutable immutable-datastructures immutable-objects immutable-store immutable-struct immutables ruby ruby-gem ruby-gems ruby-struct ruby-structs struct
Last synced: 26 Oct 2025
https://github.com/gangelo/monkeyengine
Have some fun! MonkeyEngine is a gem that allows virtual monkeys to tap away on a virtual keyboard.
gem gems ruby ruby-gem ruby-gems ruby-threads threading threads
Last synced: 13 Jul 2025
https://github.com/codewithmide/alx-system_engineering-devops
DevOps, CI/CD, Nginx, Apache, Haproxy Etc.
bash-script config devops http-server linux load-balancer puppet ruby ruby-gems shell ssh-server
Last synced: 02 Apr 2025
https://github.com/gangelo/mad_flatter
mad_flatter is a Ruby gem that takes a Ruby Hash and flattens the Hash keys to create a new Hash with unique Hash keys; that is, embedded Hashes use their respective keys as namespaces to create unique keys across the entire Hash. A `:namespace` option may be applied to append to all Hash keys, to ensure that all Hash keys are unique across multiple Hashes with the same structure.
flatten flattened-hash gem hash hashing hashing-library ruby-gem ruby-gems ruby-hash ruby-hash-methods rubygem rubygems
Last synced: 25 Jun 2025
https://github.com/omarmwarraich/theblog
A blog for users to upload their posts, and to make comments on different posts besides liking different comments or posts.
rubocop-configuration ruby-gems rubyonrails stylelint-config
Last synced: 05 Feb 2026
https://github.com/gangelo/littleweasel
LittleWeasel is more than just a spell checker for words (and word blocks, i.e. groups of words); LittleWeasel provides information about a particular word(s) through its API. LittleWeasel allows you to apply preprocessing to words through any number of word preprocessors before they are checked against the dictionary(ies) you provide. In addition to this, you may provide any number of word filters that allow you to consider the validity of each word being checked, regardless of whether or not it's literally found in the dictionary. LittleWeasel will tell you exactly what word preprocessors were applied to a given word, even showing you the transformation of the original word as it passes through each preprocessor; it will also inform you of each matching word filters along the way, so you can make a decision about every word being validated.
gem gems ruby ruby-gem ruby-gems rubygem rubygems spell-check spell-checker spell-checker-plugin spell-checking spell-checking-engine spellcheck spellchecker spellchecking spelling spelling-checker
Last synced: 28 Aug 2025
https://github.com/PHCDevworksArchives/phcdevworks_accounts_devise
Ruby on Rails 7 Authentication and User Management Engine using Devise with a nice-looking dashboard, admin panel and login views to get you going fast on your next project.
bradpotts devise phcdevworks phcdevworks-accounts rails rails-engine rails-gem rails7 ruby ruby-gems ruby-on-rails rubygems
Last synced: 12 May 2025
https://github.com/masukomi/mongodb_meilisearch
Easily integrate Meilisearch into your MongoDB backed Rails models.
meilisearch mongodb mongoid ruby ruby-gems ruby-on-rails
Last synced: 08 May 2025
https://github.com/alanalvarez21/ecommerce-boilerplate
Ruby on Rails Ecommerce template
ruby ruby-app ruby-application ruby-apps ruby-gem ruby-gems ruby-lib ruby-on-rails rubygem rubyonrails
Last synced: 11 Nov 2025
https://github.com/gangelo/protectedconstructor
Provides a module that may be included in a Ruby class, that protects the constructor; good for enforcing instantiation of classes using, for instance, a class factory. The code itself is not mine, I just wrapped it in a gem and provided the examples; sorry, I don't remember the origin of the code to give credit. :S
constructor gems rails ruby ruby-gem ruby-gems ruby-on-rails
Last synced: 08 Feb 2026
https://github.com/dblock/frgom
First Ruby Gem of Many: live coded at Flatiron School in NYC, January 2018
Last synced: 09 Oct 2025
https://github.com/driftingruby/099-creating-a-basic-ruby-gem
Gems are a packaged library of functions that can extend your application or provide other features to your system. Learn to create and publish a ruby gem.
ruby ruby-gem ruby-gems rubygems
Last synced: 12 Aug 2025
https://github.com/apexatoll/zirconia
Lightweight testing utility for synthesising Ruby gems
bundler rspec ruby ruby-gem ruby-gems rubygem testing testing-tools
Last synced: 21 Jan 2026
https://github.com/yaairfernando/tweeter_app
Ruby and rails project that covers a clone of twitter
jquery ruby ruby-gems ruby-on-rails
Last synced: 14 Jul 2025
https://github.com/phcdevworksarchives/phcdevworks_accounts_devise
Ruby on Rails 7 Authentication and User Management Engine using Devise with a nice-looking dashboard, admin panel and login views to get you going fast on your next project.
bradpotts devise phcdevworks phcdevworks-accounts rails rails-engine rails-gem rails7 ruby ruby-gems ruby-on-rails rubygems
Last synced: 09 Feb 2026
https://github.com/eccb7/fast-recipes
"This recipe app allows users to create, share, and manage their favorite recipes, with a focus on ingredient management and user-friendly navigation. It's a platform for home cooks and food enthusiasts to discover new dishes and connect with others who share their passion for cooking."
capybara-rspec devise gems rails rspec-testing ruby ruby-gems ruby-on-rails
Last synced: 19 Jan 2026
https://github.com/aquaflamingo/mutations_generator
Rails generator extension for mutations framework
Last synced: 13 Oct 2025
https://github.com/mmggyy66/rails-blog
The Blog app will be a classic example of a blog website. It is a fully functional website that will show the list of posts and empower visitors to interact with them by adding comments and liking posts.
git github postgresql-database ruby ruby-gems ruby-on-rails
Last synced: 08 Jul 2025
https://github.com/michinaoshimizu/edrive
Generic event dispatcher for ruby
event-dispatcher gem rspec ruby ruby-gems
Last synced: 06 Feb 2026
https://github.com/nisevi/primes_table
Command line tool for printing a multiplication table of the first N prime numbers.
codeclimate codecoverage gem gems methadone multiplication-tables oop oop-principles prime-matrix prime-numbers primes primes-search-algorithm rspec ruby ruby-gem ruby-gems ruby-library semaphoreci sieve-of-eratosthenes simplecov
Last synced: 07 Jan 2026
https://github.com/lucianoscarpaci/polkadot-rb
Generate a Polkadot account securely by generating it from a mnemonic phrase for enhanced security and accessibility.
account-generation algorithm-implementation blockchain-development blockchain-wallets cryptocurrency decentralized-networks polkadot-blockchain ruby-gems ruby-programming-language software-security
Last synced: 20 Mar 2025
https://github.com/yaairfernando/dribble_app
Ruby and rails project that covers a Dribble clone
jquery ruby ruby-gems ruby-on-rails
Last synced: 21 Feb 2025
https://github.com/delonnewman/hash_delegator
Thread-safe immutable objects that provide delegation and basic validation to hashes.
data-oriented data-oriented-programming data-structures fp functional-programming hash hashmap immutable immutable-datastructures object-oriented-programming oop ruby ruby-gems
Last synced: 29 Mar 2025
https://github.com/leonism/gemika_seo_audit_gem
The Gemika SEO Audit Gem is a powerful Ruby library designed to help developers conduct comprehensive SEO audits of their websites. It includes features like keyword analysis, mobile-friendliness checks, structured data validation, and much more.
ruby ruby-gem ruby-gems ruby-gems-api ruby-lib seo seo-optimization
Last synced: 28 Mar 2025
https://github.com/lucianoscarpaci/github-bot
Generate a Polkadot account securely by generating it from a mnemonic phrase for enhanced security and accessibility.
account-generation algorithm-implementation blockchain-development blockchain-wallets cryptocurrency decentralized-networks polkadot-blockchain ruby-gems ruby-programming-language software-security
Last synced: 10 Jul 2025
https://github.com/r4gus/zon-rb
Zig Object Notation for Ruby
gem ruby ruby-gem ruby-gems zig zig-object-notation ziglang zon
Last synced: 20 Jan 2026
https://github.com/serpapi/uule_converter_light
A Ruby library for encoding and decoding UULE parameters in Google search URLs using coordinates
google-local-business google-maps google-maps-api local-seo local-serp open-source opensource ruby ruby-gem ruby-gems ruby-on-rails rubygem rubygems rubyonrails seo seo-friendly seo-optimization seo-tools seotools serp
Last synced: 29 Sep 2025
https://github.com/hala-samir/capybara-web-testing
End-to-end testing for a website using Capybara ruby gem.
capybara e2e ruby-gem ruby-gems selenium-webdriver testautomation testing
Last synced: 27 Feb 2025
https://github.com/fibercrypto/libskycoin-ruby
Skycoin client libraries for the Ruby programming language
client-library crypto crypto-library cryptocurrency openapi rest-api rest-client restapi ruby ruby-gem ruby-gems ruby-library skycoin swagger
Last synced: 09 Apr 2025
https://github.com/gauravcodepro/ruby-gems-bioinformatics
a collection of the ruby gems that are of the frequent use in my bioinformatics analysis and also for the nominal task.
bioinformatics brew brewfiles ruby ruby-gems
Last synced: 10 Jul 2025
https://github.com/danielshow/show_view_tool
A Ruby Gem to generate specific helpers for my rails application
rails-application ruby ruby-gems ruby-on-rails
Last synced: 21 Jan 2026