ruby-gems

There are 170 repositories under ruby-gems topic.

  • Shopify/tapioca

    The swiss army knife of RBI generation

    Language:Ruby741364391125
  • rubygarage/detectify

    Detectify is a gem for multi-tenant Rack apps, to help you retrieve domain and subdomain-related data from a database.

    Language:Ruby79716
  • ac-library-rb

    universato/ac-library-rb

    a Ruby port of AtCoder Library (ACL).

    Language:Ruby702216
  • 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.

    Language:Ruby61718
  • 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.

    Language:Ruby47431
  • jonatack/will_paginate

    A modern will_paginate for Ruby 2.2+ & Rails 5

    Language:Ruby204011
  • 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.

    Language:Ruby1710
  • rewindio/eight_ball

    Ruby gem for querying feature flags

    Language:Ruby172400
  • dreikanter/callee

    A Ruby gem to make classes callable

    Language:Ruby16332
  • radf0x/domain-generator

    A gem that generate boilerplates when creating new domain services

    Language:Ruby12211
  • uule_converter

    serpapi/uule_converter

    A Ruby library for encoding and decoding UULE parameters in Google search URLs using coordinates

    Language:Ruby11603
  • 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.

    Language:Ruby7101
  • etm/opcua-smart

    OPC-UA Ruby Bindings (open62541)

    Language:C62102
  • 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.

    Language:Ruby5200
  • RUBY-ON-RAILS-FRIENDSAPP

    Amey-Thakur/RUBY-ON-RAILS-FRIENDSAPP

    Friends App Using Ruby on Rails with PostgreSQL database deployed on Heroku.

    Language:Ruby410
  • osteele/jcon

    Conformance checking of JSON values against ECMAScript 4.0 types

    Language:Ruby440
  • svyatov/clsx-rails

    clsx / classnames for Rails views

    Language:Ruby4220
  • 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.

    Language:Ruby3200
  • instantink/image_compare

    Image comparison lib built on top of ChunkyPNG (Ruby)

    Language:Ruby3110
  • codewithmide/alx-system_engineering-devops

    DevOps, CI/CD, Nginx, Apache, Haproxy Etc.

    Language:Shell2116
  • evereichmann/seed_pic

    seed_pic the easy way to seed your database with images

    Language:Ruby2100
  • 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.

    Language:Ruby2300
  • 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.

    Language:Ruby2200
  • gangelo/monkeyengine

    Have some fun! MonkeyEngine is a gem that allows virtual monkeys to tap away on a virtual keyboard.

    Language:Ruby2300
  • ghuls-apps/ghuls-lib

    The library Ruby Gem for GHULS

    Language:Ruby24100
  • OmarMWarraich/TheBlog

    A blog for users to upload their posts, and to make comments on different posts besides liking different comments or posts.

    Language:Ruby220
  • uharston/shoe_scraper

    A Ruby Gem that scrapes the web for limited edition sneakers.

    Language:Ruby2200
  • apexatoll/zirconia

    Lightweight testing utility for synthesising Ruby gems

    Language:Ruby1100
  • lrn-sequel-ruby

    CarlosLeonCode/lrn-sequel-ruby

    Sequel. dry-struct - dry-types, Hanami - learn and practice

    Language:Ruby1100
  • Doheera-kosi/Budget-App

    a robust financial management tool designed to streamline and simplify your expense tracking process. This user-friendly application enables you to effortlessly create and monitor custom categories, providing a comprehensive overview of your spending habits for better financial planning and management

    Language:Ruby110
  • 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."

    Language:Ruby1122
  • kijimaD/gemat

    Gemat is a Ruby gem for curating and exporting Gemfile to several formats!

    Language:Ruby110
  • lupca/termory

    Ruby Gem Command Line Tool

    Language:Ruby1100
  • masukomi/mongodb_meilisearch

    Easily integrate Meilisearch into your MongoDB backed Rails models.

    Language:Ruby10
  • 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.

    Language:Ruby110
  • Nomadomain/m2m_keygen_ruby

    secure M2M key generator

    Language:Ruby1100